#CAFDF9

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

Shades of Light Cyan #CAFDF9

Tints of Light Cyan #CAFDF9

Color information

#CAFDF9 (or 0xCAFDF9) is unknown color: approx Light Cyan. HEX triplet: CA, FD and F9. RGB value is (202,253,249). Sum of RGB (Red+Green+Blue) = 202+253+249=704 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.69% from 704); Green value is 253 (99.22% from 255 or 35.94% from 704); Blue value is 249 (97.66% from 255 or 35.37% from 704); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDF9 is #350206. Grayscale: #EDEDED. Windows color (decimal): -3473927 or 16383434. OLE color: 16383434.

HSL color Cylindrical-coordinate representation of color #CAFDF9: hue angle of 175.29º degrees, saturation: 0.93, 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 #CAFDF9 is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.

Color convert

RGB202253249-
CMYK0.2000.020.01
HSL175.29º92.73%89.22%-
HSV(B)175.29º20.16%99.22%-
XYZ76.5889.65102.89-
YUV237.3134.6102.83-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.69%
GREEN value IS 253 (99.22% from 255) = 35.94%
BLUE value IS 249 (97.66% from 255) = 35.37%
R=28.69%
G=35.94%
B=35.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022532490.2000.020.01175.2992.7389.22
HexCAFDF914021af5d59
Octal31237537124021257135131
Binary1100101011111101111110011010001011010111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDF9; }

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

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

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

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

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

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

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

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