#CAFCFA

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

Shades of Light Cyan #CAFCFA

Tints of Light Cyan #CAFCFA

Color information

#CAFCFA (or 0xCAFCFA) is unknown color: approx Light Cyan. HEX triplet: CA, FC and FA. RGB value is (202,252,250). Sum of RGB (Red+Green+Blue) = 202+252+250=704 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.69% from 704); Green value is 252 (98.83% from 255 or 35.80% from 704); Blue value is 250 (98.05% from 255 or 35.51% from 704); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFCFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFCFA is #350305. Grayscale: #ECECEC. Windows color (decimal): -3474182 or 16448714. OLE color: 16448714.

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

Color convert

RGB202252250-
CMYK0.2000.010.01
HSL177.6º89.29%89.02%-
HSV(B)177.6º19.84%98.82%-
XYZ76.4289.08103.61-
YUV236.82135.44103.16-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.69%
GREEN value IS 252 (98.83% from 255) = 35.80%
BLUE value IS 250 (98.05% from 255) = 35.51%
R=28.69%
G=35.80%
B=35.51%

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
Decimal2022522500.2000.010.01177.689.2989.02
HexCAFCFA14011b25959
Octal31237437224011262131131
Binary110010101111110011111010101000111011001010110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCFA; }

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

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

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

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

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

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

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

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