#EAF2FB

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

Shades of Alice Blue #EAF2FB

Tints of Alice Blue #EAF2FB

Color information

#EAF2FB (or 0xEAF2FB) is unknown color: approx Alice Blue. HEX triplet: EA, F2 and FB. RGB value is (234,242,251). Sum of RGB (Red+Green+Blue) = 234+242+251=727 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.19% from 727); Green value is 242 (94.92% from 255 or 33.29% from 727); Blue value is 251 (98.44% from 255 or 34.53% from 727); Max value from RGB is 251 - color contains mainly: blue. Hex color #EAF2FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2FB is #150D04. Grayscale: #F0F0F0. Windows color (decimal): -1379589 or 16511722. OLE color: 16511722.

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

Color convert

RGB234242251-
CMYK0.070.0400.02
HSL211.76º68%95.1%-
HSV(B)211.76º6.77%98.43%-
XYZ83.187.96103.87-
YUV240.63133.85123.27-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.19%
GREEN value IS 242 (94.92% from 255) = 33.29%
BLUE value IS 251 (98.44% from 255) = 34.53%
R=32.19%
G=33.29%
B=34.53%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342422510.070.0400.02211.766895.1
HexEAF2FB7402d4445f
Octal3523623737402324104137
Binary1110101011110010111110111111000101101010010001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2FB; }

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

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

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

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

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

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

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

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