#CAFDFA

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

Shades of Light Cyan #CAFDFA

Tints of Light Cyan #CAFDFA

Color information

#CAFDFA (or 0xCAFDFA) is unknown color: approx Light Cyan. HEX triplet: CA, FD and FA. RGB value is (202,253,250). Sum of RGB (Red+Green+Blue) = 202+253+250=705 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.65% from 705); Green value is 253 (99.22% from 255 or 35.89% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 253 - color contains mainly: green. Hex color #CAFDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFDFA is #350205. Grayscale: #EDEDED. Windows color (decimal): -3473926 or 16448970. OLE color: 16448970.

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

Color convert

RGB202253250-
CMYK0.2000.010.01
HSL176.47º92.73%89.22%-
HSV(B)176.47º20.16%99.22%-
XYZ76.7489.71103.71-
YUV237.41135.1102.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.65%
GREEN value IS 253 (99.22% from 255) = 35.89%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=28.65%
G=35.89%
B=35.46%

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
Decimal2022532500.2000.010.01176.4792.7389.22
HexCAFDFA14011b05d59
Octal31237537224011260135131
Binary110010101111110111111010101000111011000010111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFDFA; }

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

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

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

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

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

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

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

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