#E5F8FE

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

Shades of Light Cyan #E5F8FE

Tints of Light Cyan #E5F8FE

Color information

#E5F8FE (or 0xE5F8FE) is unknown color: approx Light Cyan. HEX triplet: E5, F8 and FE. RGB value is (229,248,254). Sum of RGB (Red+Green+Blue) = 229+248+254=731 (96% of max value = 765). Red value is 229 (89.84% from 255 or 31.33% from 731); Green value is 248 (97.27% from 255 or 33.93% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #E5F8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F8FE is #1A0701. Grayscale: #F2F2F2. Windows color (decimal): -1705730 or 16709861. OLE color: 16709861.

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

Color convert

RGB229248254-
CMYK0.100.0200.00
HSL194.4º92.59%94.71%-
HSV(B)194.4º9.84%99.61%-
XYZ83.7790.95106.91-
YUV243134.21118.01-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.33%
GREEN value IS 248 (97.27% from 255) = 33.93%
BLUE value IS 254 (99.61% from 255) = 34.75%
R=31.33%
G=33.93%
B=34.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2292482540.100.0200.00194.492.5994.71
HexE5F8FEA200c25d5f
Octal34537037612200302135137
Binary111001011111100011111110101010001100001010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F8FE; }

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

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

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

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

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

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

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

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