#EAF2F9

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

Shades of Alice Blue #EAF2F9

Tints of Alice Blue #EAF2F9

Color information

#EAF2F9 (or 0xEAF2F9) is unknown color: approx Alice Blue. HEX triplet: EA, F2 and F9. RGB value is (234,242,249). Sum of RGB (Red+Green+Blue) = 234+242+249=725 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.28% from 725); Green value is 242 (94.92% from 255 or 33.38% from 725); Blue value is 249 (97.66% from 255 or 34.34% from 725); Max value from RGB is 249 - color contains mainly: blue. Hex color #EAF2F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2F9 is #150D06. Grayscale: #F0F0F0. Windows color (decimal): -1379591 or 16380650. OLE color: 16380650.

HSL color Cylindrical-coordinate representation of color #EAF2F9: hue angle of 208º degrees, saturation: 0.56, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EAF2F9 is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234242249-
CMYK0.060.0300.02
HSL208º55.56%94.71%-
HSV(B)208º6.02%97.65%-
XYZ82.7887.84102.21-
YUV240.41132.85123.43-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.28%
GREEN value IS 242 (94.92% from 255) = 33.38%
BLUE value IS 249 (97.66% from 255) = 34.34%
R=32.28%
G=33.38%
B=34.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342422490.060.0300.0220855.5694.71
HexEAF2F96302d0385f
Octal352362371630232070137
Binary11101010111100101111100111011010110100001110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2F9; }

 p { color: rgb(234,242,249); }

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

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

 a { background-color: rgb(234,242,249); }

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

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

 span { border-color: rgb(234,242,249); }

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