#CAFDFB

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

Shades of Light Cyan #CAFDFB

Tints of Light Cyan #CAFDFB

Color information

#CAFDFB (or 0xCAFDFB) is unknown color: approx Light Cyan. HEX triplet: CA, FD and FB. RGB value is (202,253,251). Sum of RGB (Red+Green+Blue) = 202+253+251=706 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.61% from 706); Green value is 253 (99.22% from 255 or 35.84% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDFB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDFB is #350204. Grayscale: #EDEDED. Windows color (decimal): -3473925 or 16514506. OLE color: 16514506.

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

Color convert

RGB202253251-
CMYK0.2000.010.01
HSL177.65º92.73%89.22%-
HSV(B)177.65º20.16%99.22%-
XYZ76.8989.77104.54-
YUV237.52135.6102.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.61%
GREEN value IS 253 (99.22% from 255) = 35.84%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=28.61%
G=35.84%
B=35.55%

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
Decimal2022532510.2000.010.01177.6592.7389.22
HexCAFDFB14011b25d59
Octal31237537324011262135131
Binary110010101111110111111011101000111011001010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDFB; }

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

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

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

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

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

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

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

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