#EAF4FF

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

Shades of Alice Blue #EAF4FF

Tints of Alice Blue #EAF4FF

Color information

#EAF4FF (or 0xEAF4FF) is unknown color: approx Alice Blue. HEX triplet: EA, F4 and FF. RGB value is (234,244,255). Sum of RGB (Red+Green+Blue) = 234+244+255=733 (97% of max value = 765). Red value is 234 (91.80% from 255 or 31.92% from 733); Green value is 244 (95.70% from 255 or 33.29% from 733); Blue value is 255 (100% from 255 or 34.79% from 733); Max value from RGB is 255 - color contains mainly: blue. Hex color #EAF4FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FF is #150B00. Grayscale: #F2F2F2. Windows color (decimal): -1379073 or 16774378. OLE color: 16774378.

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

Color convert

RGB234244255-
CMYK0.080.0400
HSL211.43º100%95.88%-
HSV(B)211.43º8.24%100%-
XYZ84.3389.41107.42-
YUV242.26135.19122.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 31.92%
GREEN value IS 244 (95.70% from 255) = 33.29%
BLUE value IS 255 (100% from 255) = 34.79%
R=31.92%
G=33.29%
B=34.79%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2342442550.080.0400211.4310095.88
HexEAF4FF8400d36460
Octal35236437710400323144140
Binary1110101011110100111111111000100001101001111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4FF; }

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

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

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

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

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

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

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

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