#CAFFFC

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

Shades of Light Cyan #CAFFFC

Tints of Light Cyan #CAFFFC

Color information

#CAFFFC (or 0xCAFFFC) is unknown color: approx Light Cyan. HEX triplet: CA, FF and FC. RGB value is (202,255,252). Sum of RGB (Red+Green+Blue) = 202+255+252=709 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.49% from 709); Green value is 255 (100% from 255 or 35.97% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 255 - color contains mainly: green. Hex color #CAFFFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFFFC is #350003. Grayscale: #EEEEEE. Windows color (decimal): -3473412 or 16580554. OLE color: 16580554.

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

Color convert

RGB202255252-
CMYK0.2100.010
HSL176.6º100%89.61%-
HSV(B)176.6º20.78%100%-
XYZ77.6991.1105.59-
YUV238.81135.44101.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.49%
GREEN value IS 255 (100% from 255) = 35.97%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=28.49%
G=35.97%
B=35.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022552520.2100.010176.610089.61
HexCAFFFC15010b1645a
Octal31237737425010261144132
Binary110010101111111111111100101010101011000111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFFFC; }

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

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

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

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

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

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

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

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