Html Css Color HEX #CAFCF9 Light Cyan

📋 copy color: '#CAFCF9'

red 202 ◦ green 252 ◦ blue 249

#CAFCF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Cyan #CAFCF9

Tints of Light Cyan #CAFCF9

RGB

 RED value IS 202 (79.3% 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 value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#CAFCF9 (or 0xCAFCF9) is known color: 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

RGB 202 252 249 -
CMYK 0.20 0 0.01 0.01
HSL 176.4º 0.89% 0.89% -
HSV(B) 176.4º 0.2% 0.99% -
XYZ 76.27 89.02 102.78 -
YUV 236.71 134.94 103.24 -
System Red Green Blue C M Y K H S L
Decimal 202 252 249 0.20 0 0.01 0.01 176.4 0.89 0.89
Hex CA FC F9 14 0 1 1 B0 59 59
Octal 312 374 371 24 0 1 1 260 131 131
Binary 11001010 11111100 11111001 10100 0 1 1 10110000 1011001 1011001

Color Harmonies of #CAFCF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAFCF9

Black with #CAFCF9

Text Example


Text Example

White with #CAFCF9

Text Example


Text Example

HTML Codes & Css Web 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>