#CAFEF9

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

Shades of Light Cyan #CAFEF9

Tints of Light Cyan #CAFEF9

Color information

#CAFEF9 (or 0xCAFEF9) is unknown color: approx Light Cyan. HEX triplet: CA, FE and F9. RGB value is (202,254,249). Sum of RGB (Red+Green+Blue) = 202+254+249=705 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.65% from 705); Green value is 254 (99.61% from 255 or 36.03% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 254 - color contains mainly: green. Hex color #CAFEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEF9 is #350106. Grayscale: #EDEDED. Windows color (decimal): -3473671 or 16383690. OLE color: 16383690.

HSL color Cylindrical-coordinate representation of color #CAFEF9: hue angle of 174.23º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAFEF9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.

Color convert

RGB202254249-
CMYK0.2000.020.00
HSL174.23º96.3%89.41%-
HSV(B)174.23º20.47%99.61%-
XYZ76.990.28103-
YUV237.88134.27102.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.65%
GREEN value IS 254 (99.61% from 255) = 36.03%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=28.65%
G=36.03%
B=35.32%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022542490.2000.020.00174.2396.389.41
HexCAFEF914020ae6059
Octal31237637124020256140131
Binary1100101011111110111110011010001001010111011000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEF9; }

 p { color: rgb(202,254,249); }

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

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

 a { background-color: rgb(202,254,249); }

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

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

 span { border-color: rgb(202,254,249); }

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