× Home Input Tips What is RGB(A)? What is HEX? What is CMYK? What is HSL? What is HSB/HSV? Bugs & Feedback

Input Tips

Basics:

  • In general, you don't have to type #, rgb, rgba, cmyk, hsl or hsb / hsv while telling your color to colorconversion.co
  • You can either use space or comma to seperate color values. i.e: 255 255 255 or 255, 255, 255
  • Once you type your code (or simply copy & paste), please use buttons to tell what your color is.
  • Dot (.) symbol is used to separate the integer part from the fractional part of a number written in decimal form.
    i.e: 255 123 54 0.4 (0.4 is the alpha value for the given color code)

Input Examples:

  • #12EFE5, #14A, 12EFE5, 14A, ...
  • rgb (254, 12, 98), (254, 12, 98), 254, 12, 98, 254 12 98, ...
  • cmyk (0.654, 0.603, 0.856, 0.296), (0.654, 0.603, 0.856, 0.296), 0.654, 0.603, 0.856, 0.296, 0.654 0.603 0.856 0.296, ...
  • hsl (357, 12%, 76%), (357, 12%, 76%), 357, 12, 76 (it doesn't matter whether you use % symbol or not) , 357 12 76, ...
  • hsb (321, 65%, 32%), (321, 65%, 32%), 321, 65, 32, 321 65 32, ...
  • hsv (321, 65%, 32%), (321, 65%, 32%), 321, 65, 32, 321 65 32, ...