#EAF0F2

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

Shades of Alice Blue #EAF0F2

Tints of Alice Blue #EAF0F2

Color information

#EAF0F2 (or 0xEAF0F2) is unknown color: approx Alice Blue. HEX triplet: EA, F0 and F2. RGB value is (234,240,242). Sum of RGB (Red+Green+Blue) = 234+240+242=716 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.68% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 242 (94.92% from 255 or 33.80% from 716); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAF0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF0F2 is #150F0D. Grayscale: #EEEEEE. Windows color (decimal): -1380110 or 15921386. OLE color: 15921386.

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

Color convert

RGB234240242-
CMYK0.030.0100.05
HSL195º23.53%93.33%-
HSV(B)195º3.31%94.9%-
XYZ81.1286.2296.37-
YUV238.43130.01124.84-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.68%
GREEN value IS 240 (94.14% from 255) = 33.52%
BLUE value IS 242 (94.92% from 255) = 33.80%
R=32.68%
G=33.52%
B=33.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342402420.030.0100.0519523.5393.33
HexEAF0F23105c3185d
Octal352360362310530330135
Binary111010101111000011110010111010111000011110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF0F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF0F2; }

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

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

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

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

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

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

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

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