#CEFBF9

Color #CEFBF9 Light Cyan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Cyan #CEFBF9

Tints of Light Cyan #CEFBF9

Color information

#CEFBF9 (or 0xCEFBF9) is unknown color: approx Light Cyan. HEX triplet: CE, FB and F9. RGB value is (206,251,249). Sum of RGB (Red+Green+Blue) = 206+251+249=706 (93% of max value = 765). Red value is 206 (80.86% from 255 or 29.18% from 706); Green value is 251 (98.44% from 255 or 35.55% from 706); Blue value is 249 (97.66% from 255 or 35.27% from 706); Max value from RGB is 251 - color contains mainly: green. Hex color #CEFBF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CEFBF9 is #310406. Grayscale: #EDEDED. Windows color (decimal): -3212295 or 16382926. OLE color: 16382926.

HSL color Cylindrical-coordinate representation of color #CEFBF9: hue angle of 177.33º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEFBF9 is Cyan = 0.18, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.

Color convert

RGB206251249-
CMYK0.1800.010.02
HSL177.33º84.91%89.61%-
HSV(B)177.33º17.93%98.43%-
XYZ77.0588.96102.73-
YUV237.32134.59105.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 206 (80.86% from 255) = 29.18%
GREEN value IS 251 (98.44% from 255) = 35.55%
BLUE value IS 249 (97.66% from 255) = 35.27%
R=29.18%
G=35.55%
B=35.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062512490.1800.010.02177.3384.9189.61
HexCEFBF912012b1555a
Octal31637337122012261125132
Binary1100111011111011111110011001001101011000110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFBF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFBF9; }

 p { color: rgb(206,251,249); }

 H1.HeaderClassName
 {
   color: #CEFBF9;
 }
 .AnyTagClassName
 {
   color: #CEFBF9;
 }
</style>
background-color css

<style>
 a { background-color: #CEFBF9; }

 a { background-color: rgb(206,251,249); }

 div.DivClassName
 {
   background-color: #CEFBF9;
 }
 .BgClassName
 {
   background-color: #CEFBF9;
 }
</style>
border-color css

<style>
 span { border-color: #CEFBF9; }

 span { border-color: rgb(206,251,249); }

 td.TdClassName
 {
   border-color: #CEFBF9;
 }
 .TagClassName
 {
   border-color: #CEFBF9;
 }
</style>