#CAF8FE

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

Shades of Light Cyan #CAF8FE

Tints of Light Cyan #CAF8FE

Color information

#CAF8FE (or 0xCAF8FE) is unknown color: approx Light Cyan. HEX triplet: CA, F8 and FE. RGB value is (202,248,254). Sum of RGB (Red+Green+Blue) = 202+248+254=704 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.69% from 704); Green value is 248 (97.27% from 255 or 35.23% from 704); Blue value is 254 (99.61% from 255 or 36.08% from 704); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAF8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAF8FE is #350701. Grayscale: #EAEAEA. Windows color (decimal): -3475202 or 16709834. OLE color: 16709834.

HSL color Cylindrical-coordinate representation of color #CAF8FE: hue angle of 186.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CAF8FE is Cyan = 0.20, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB202248254-
CMYK0.200.0200.00
HSL186.92º96.3%89.41%-
HSV(B)186.92º20.47%99.61%-
XYZ75.8186.85106.53-
YUV234.93138.76104.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.69%
GREEN value IS 248 (97.27% from 255) = 35.23%
BLUE value IS 254 (99.61% from 255) = 36.08%
R=28.69%
G=35.23%
B=36.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022482540.200.0200.00186.9296.389.41
HexCAF8FE14200bb6059
Octal31237037624200273140131
Binary1100101011111000111111101010010001011101111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF8FE; }

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

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

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

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

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

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

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

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