#CAFCF9

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

Shades of Light Cyan #CAFCF9

Tints of Light Cyan #CAFCF9

Color information

#CAFCF9 (or 0xCAFCF9) is unknown color: approx Light Cyan. HEX triplet: CA, FC and F9. RGB value is (202,252,249). Sum of RGB (Red+Green+Blue) = 202+252+249=703 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.73% from 703); Green value is 252 (98.83% from 255 or 35.85% from 703); Blue value is 249 (97.66% from 255 or 35.42% from 703); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFCF9 is #350306. Grayscale: #ECECEC. Windows color (decimal): -3474183 or 16383178. OLE color: 16383178.

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

Color convert

RGB202252249-
CMYK0.2000.010.01
HSL176.4º89.29%89.02%-
HSV(B)176.4º19.84%98.82%-
XYZ76.2789.02102.78-
YUV236.71134.94103.24-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.73%
GREEN value IS 252 (98.83% from 255) = 35.85%
BLUE value IS 249 (97.66% from 255) = 35.42%
R=28.73%
G=35.85%
B=35.42%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022522490.2000.010.01176.489.2989.02
HexCAFCF914011b05959
Octal31237437124011260131131
Binary110010101111110011111001101000111011000010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCF9; }

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

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

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

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

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

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

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

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