#CAFAFF

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

Shades of Light Cyan #CAFAFF

Tints of Light Cyan #CAFAFF

Color information

#CAFAFF (or 0xCAFAFF) is unknown color: approx Light Cyan. HEX triplet: CA, FA and FF. RGB value is (202,250,255). Sum of RGB (Red+Green+Blue) = 202+250+255=707 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.57% from 707); Green value is 250 (98.05% from 255 or 35.36% from 707); Blue value is 255 (100% from 255 or 36.07% from 707); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAFAFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFAFF is #350500. Grayscale: #ECECEC. Windows color (decimal): -3474689 or 16775882. OLE color: 16775882.

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

Color convert

RGB202250255-
CMYK0.210.0200
HSL185.66º100%89.61%-
HSV(B)185.66º20.78%100%-
XYZ76.5988.15107.59-
YUV236.22138.6103.59-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.57%
GREEN value IS 250 (98.05% from 255) = 35.36%
BLUE value IS 255 (100% from 255) = 36.07%
R=28.57%
G=35.36%
B=36.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022502550.210.0200185.6610089.61
HexCAFAFF15200ba645a
Octal31237237725200272144132
Binary1100101011111010111111111010110001011101011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFAFF; }

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

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

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

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

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

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

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

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