#CAFCFF

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

Shades of Light Cyan #CAFCFF

Tints of Light Cyan #CAFCFF

Color information

#CAFCFF (or 0xCAFCFF) is unknown color: approx Light Cyan. HEX triplet: CA, FC and FF. RGB value is (202,252,255). Sum of RGB (Red+Green+Blue) = 202+252+255=709 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.49% from 709); Green value is 252 (98.83% from 255 or 35.54% from 709); Blue value is 255 (100% from 255 or 35.97% from 709); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAFCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFCFF is #350300. Grayscale: #EDEDED. Windows color (decimal): -3474177 or 16776394. OLE color: 16776394.

HSL color Cylindrical-coordinate representation of color #CAFCFF: hue angle of 183.4º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CAFCFF is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB202252255-
CMYK0.210.0100
HSL183.4º100%89.61%-
HSV(B)183.4º20.78%100%-
XYZ77.2289.4107.79-
YUV237.39137.94102.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.49%
GREEN value IS 252 (98.83% from 255) = 35.54%
BLUE value IS 255 (100% from 255) = 35.97%
R=28.49%
G=35.54%
B=35.97%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022522550.210.0100183.410089.61
HexCAFCFF15100b7645a
Octal31237437725100267144132
Binary110010101111110011111111101011001011011111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFCFF; }

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

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

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

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

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

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

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

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