#CAFEFF

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

Shades of Light Cyan #CAFEFF

Tints of Light Cyan #CAFEFF

Color information

#CAFEFF (or 0xCAFEFF) is unknown color: approx Light Cyan. HEX triplet: CA, FE and FF. RGB value is (202,254,255). Sum of RGB (Red+Green+Blue) = 202+254+255=711 (94% of max value = 765). Red value is 202 (79.30% from 255 or 28.41% from 711); Green value is 254 (99.61% from 255 or 35.72% from 711); Blue value is 255 (100% from 255 or 35.86% from 711); Max value from RGB is 255 - color contains mainly: blue. Hex color #CAFEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFEFF is #350100. Grayscale: #EEEEEE. Windows color (decimal): -3473665 or 16776906. OLE color: 16776906.

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

Color convert

RGB202254255-
CMYK0.210.0000
HSL181.13º100%89.61%-
HSV(B)181.13º20.78%100%-
XYZ77.8590.66108-
YUV238.57137.27101.92-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.41%
GREEN value IS 254 (99.61% from 255) = 35.72%
BLUE value IS 255 (100% from 255) = 35.86%
R=28.41%
G=35.72%
B=35.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2022542550.210.0000181.1310089.61
HexCAFEFF15000b5645a
Octal31237637725000265144132
Binary110010101111111011111111101010001011010111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFEFF; }

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

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

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

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

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

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

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

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