#EAF5FE

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

Shades of Alice Blue #EAF5FE

Tints of Alice Blue #EAF5FE

Color information

#EAF5FE (or 0xEAF5FE) is unknown color: approx Alice Blue. HEX triplet: EA, F5 and FE. RGB value is (234,245,254). Sum of RGB (Red+Green+Blue) = 234+245+254=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 245 (96.09% from 255 or 33.42% from 733); Blue value is 254 (99.61% from 255 or 34.65% from 733); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF5FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5FE is #150A01. Grayscale: #F2F2F2. Windows color (decimal): -1378818 or 16709098. OLE color: 16709098.

HSL color Cylindrical-coordinate representation of color #EAF5FE: hue angle of 207º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EAF5FE is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB234245254-
CMYK0.080.0400.00
HSL207º90.91%95.69%-
HSV(B)207º7.87%99.61%-
XYZ84.4789.95106.68-
YUV242.74134.36121.77-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.92%
GREEN value IS 245 (96.09% from 255) = 33.42%
BLUE value IS 254 (99.61% from 255) = 34.65%
R=31.92%
G=33.42%
B=34.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2342452540.080.0400.0020790.9195.69
HexEAF5FE8400cf5b60
Octal35236537610400317133140
Binary1110101011110101111111101000100001100111110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5FE; }

 p { color: rgb(234,245,254); }

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

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

 a { background-color: rgb(234,245,254); }

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

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

 span { border-color: rgb(234,245,254); }

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