#E5F1FD

Color #E5F1FD Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #E5F1FD

Tints of Alice Blue #E5F1FD

Color information

#E5F1FD (or 0xE5F1FD) is unknown color: approx Alice Blue. HEX triplet: E5, F1 and FD. RGB value is (229,241,253). Sum of RGB (Red+Green+Blue) = 229+241+253=723 (95% of max value = 765). Red value is 229 (89.84% from 255 or 31.67% from 723); Green value is 241 (94.53% from 255 or 33.33% from 723); Blue value is 253 (99.22% from 255 or 34.99% from 723); Max value from RGB is 253 - color contains mainly: blue. Hex color #E5F1FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E5F1FD is #1A0E02. Grayscale: #EEEEEE. Windows color (decimal): -1707523 or 16642533. OLE color: 16642533.

HSL color Cylindrical-coordinate representation of color #E5F1FD: hue angle of 210º degrees, saturation: 0.86, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E5F1FD is Cyan = 0.09, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB229241253-
CMYK0.090.0500.01
HSL210º85.71%94.51%-
HSV(B)210º9.49%99.22%-
XYZ81.586.66105.36-
YUV238.78136.02121.02-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 31.67%
GREEN value IS 241 (94.53% from 255) = 33.33%
BLUE value IS 253 (99.22% from 255) = 34.99%
R=31.67%
G=33.33%
B=34.99%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2292412530.090.0500.0121085.7194.51
HexE5F1FD9501d2565f
Octal34536137511501322126137
Binary1110010111110001111111011001101011101001010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5F1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5F1FD; }

 p { color: rgb(229,241,253); }

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

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

 a { background-color: rgb(229,241,253); }

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

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

 span { border-color: rgb(229,241,253); }

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