#EAF4FE

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

Shades of Alice Blue #EAF4FE

Tints of Alice Blue #EAF4FE

Color information

#EAF4FE (or 0xEAF4FE) is unknown color: approx Alice Blue. HEX triplet: EA, F4 and FE. RGB value is (234,244,254). Sum of RGB (Red+Green+Blue) = 234+244+254=732 (96% of max value = 765). Red value is 234 (91.80% from 255 or 31.97% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 254 (99.61% from 255 or 34.70% from 732); Max value from RGB is 254 - color contains mainly: blue. Hex color #EAF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FE is #150B01. Grayscale: #F2F2F2. Windows color (decimal): -1379074 or 16708842. OLE color: 16708842.

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

Color convert

RGB234244254-
CMYK0.080.0400.00
HSL210º90.91%95.69%-
HSV(B)210º7.87%99.61%-
XYZ84.1789.35106.58-
YUV242.15134.69122.19-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.97%
GREEN value IS 244 (95.70% from 255) = 33.33%
BLUE value IS 254 (99.61% from 255) = 34.70%
R=31.97%
G=33.33%
B=34.70%

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
Decimal2342442540.080.0400.0021090.9195.69
HexEAF4FE8400d25b60
Octal35236437610400322133140
Binary1110101011110100111111101000100001101001010110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4FE; }

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

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

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

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

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

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

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

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