#EAEFF2

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

Shades of Alice Blue #EAEFF2

Tints of Alice Blue #EAEFF2

Color information

#EAEFF2 (or 0xEAEFF2) is unknown color: approx Alice Blue. HEX triplet: EA, EF and F2. RGB value is (234,239,242). Sum of RGB (Red+Green+Blue) = 234+239+242=715 (94% of max value = 765). Red value is 234 (91.80% from 255 or 32.73% from 715); Green value is 239 (93.75% from 255 or 33.43% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #EAEFF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAEFF2 is #15100D. Grayscale: #EDEDED. Windows color (decimal): -1380366 or 15921130. OLE color: 15921130.

HSL color Cylindrical-coordinate representation of color #EAEFF2: hue angle of 202.5º 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 #EAEFF2 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB234239242-
CMYK0.030.0100.05
HSL202.5º23.53%93.33%-
HSV(B)202.5º3.31%94.9%-
XYZ80.8385.6496.27-
YUV237.85130.34125.26-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.73%
GREEN value IS 239 (93.75% from 255) = 33.43%
BLUE value IS 242 (94.92% from 255) = 33.85%
R=32.73%
G=33.43%
B=33.85%

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
Decimal2342392420.030.0100.05202.523.5393.33
HexEAEFF23105ca185d
Octal352357362310531230135
Binary111010101110111111110010111010111001010110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAEFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAEFF2; }

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

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

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

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

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

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

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

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