#CAFBFF

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

Shades of Light Cyan #CAFBFF

Tints of Light Cyan #CAFBFF

Color information

#CAFBFF (or 0xCAFBFF) is unknown color: approx Light Cyan. HEX triplet: CA, FB and FF. RGB value is (202,251,255). Sum of RGB (Red+Green+Blue) = 202+251+255=708 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.53% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 255 (100% from 255 or 36.02% from 708); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAFBFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBFF is #350400. Grayscale: #ECECEC. Windows color (decimal): -3474433 or 16776138. OLE color: 16776138.

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

Color convert

RGB202251255-
CMYK0.210.0200
HSL184.53º100%89.61%-
HSV(B)184.53º20.78%100%-
XYZ76.988.77107.69-
YUV236.8138.27103.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.53%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 255 (100% from 255) = 36.02%
R=28.53%
G=35.45%
B=36.02%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022512550.210.0200184.5310089.61
HexCAFBFF15200b9645a
Octal31237337725200271144132
Binary1100101011111011111111111010110001011100111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBFF; }

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

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

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

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

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

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

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

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