#CAFBFE

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

Shades of Light Cyan #CAFBFE

Tints of Light Cyan #CAFBFE

Color information

#CAFBFE (or 0xCAFBFE) is unknown color: approx Light Cyan. HEX triplet: CA, FB and FE. RGB value is (202,251,254). Sum of RGB (Red+Green+Blue) = 202+251+254=707 (93% of max value = 765). Red value is 202 (79.30% from 255 or 28.57% from 707); Green value is 251 (98.44% from 255 or 35.50% from 707); Blue value is 254 (99.61% from 255 or 35.93% from 707); Max value from RGB is 254 - color contains mainly: blue. Hex color #CAFBFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CAFBFE is #350401. Grayscale: #ECECEC. Windows color (decimal): -3474434 or 16710602. OLE color: 16710602.

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

Color convert

RGB202251254-
CMYK0.200.0100.00
HSL183.46º96.3%89.41%-
HSV(B)183.46º20.47%99.61%-
XYZ76.7488.71106.84-
YUV236.69137.77103.26-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 28.57%
GREEN value IS 251 (98.44% from 255) = 35.50%
BLUE value IS 254 (99.61% from 255) = 35.93%
R=28.57%
G=35.50%
B=35.93%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2022512540.200.0100.00183.4696.389.41
HexCAFBFE14100b76059
Octal31237337624100267140131
Binary110010101111101111111110101001001011011111000001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFBFE; }

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

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

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

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

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

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

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

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