#E5FCFE

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

Shades of Light Cyan #E5FCFE

Tints of Light Cyan #E5FCFE

Color information

#E5FCFE (or 0xE5FCFE) is unknown color: approx Light Cyan. HEX triplet: E5, FC and FE. RGB value is (229,252,254). Sum of RGB (Red+Green+Blue) = 229+252+254=735 (97% of max value = 765). Red value is 229 (89.84% from 255 or 31.16% from 735); Green value is 252 (98.83% from 255 or 34.29% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5FCFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5FCFE is #1A0301. Grayscale: #F5F5F5. Windows color (decimal): -1704706 or 16710885. OLE color: 16710885.

HSL color Cylindrical-coordinate representation of color #E5FCFE: hue angle of 184.8º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E5FCFE is Cyan = 0.10, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB229252254-
CMYK0.100.0100.00
HSL184.8º92.59%94.71%-
HSV(B)184.8º9.84%99.61%-
XYZ85.0193.43107.32-
YUV245.35132.88116.34-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.16%
GREEN value IS 252 (98.83% from 255) = 34.29%
BLUE value IS 254 (99.61% from 255) = 34.56%
R=31.16%
G=34.29%
B=34.56%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292522540.100.0100.00184.892.5994.71
HexE5FCFEA100b95d5f
Octal34537437612100271135137
Binary11100101111111001111111010101001011100110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5FCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5FCFE; }

 p { color: rgb(229,252,254); }

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

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

 a { background-color: rgb(229,252,254); }

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

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

 span { border-color: rgb(229,252,254); }

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