#CAFFFD

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

Shades of Light Cyan #CAFFFD

Tints of Light Cyan #CAFFFD

Color information

#CAFFFD (or 0xCAFFFD) is unknown color: approx Light Cyan. HEX triplet: CA, FF and FD. RGB value is (202,255,253). Sum of RGB (Red+Green+Blue) = 202+255+253=710 (94% of max value = 765). Red value is 202 (79.30% from 255 or 28.45% from 710); Green value is 255 (100% from 255 or 35.92% from 710); Blue value is 253 (99.22% from 255 or 35.63% from 710); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFFD is #350002. Grayscale: #EEEEEE. Windows color (decimal): -3473411 or 16646090. OLE color: 16646090.

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

Color convert

RGB202255253-
CMYK0.2100.010
HSL177.74º100%89.61%-
HSV(B)177.74º20.78%100%-
XYZ77.8591.17106.42-
YUV238.92135.94101.66-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.45%
GREEN value IS 255 (100% from 255) = 35.92%
BLUE value IS 253 (99.22% from 255) = 35.63%
R=28.45%
G=35.92%
B=35.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552530.2100.010177.7410089.61
HexCAFFFD15010b2645a
Octal31237737525010262144132
Binary110010101111111111111101101010101011001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFFD; }

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

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

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

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

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

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

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

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