#EAF2FA

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

Shades of Alice Blue #EAF2FA

Tints of Alice Blue #EAF2FA

Color information

#EAF2FA (or 0xEAF2FA) is unknown color: approx Alice Blue. HEX triplet: EA, F2 and FA. RGB value is (234,242,250). Sum of RGB (Red+Green+Blue) = 234+242+250=726 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.23% from 726); Green value is 242 (94.92% from 255 or 33.33% from 726); Blue value is 250 (98.05% from 255 or 34.44% from 726); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF2FA is #150D05. Grayscale: #F0F0F0. Windows color (decimal): -1379590 or 16446186. OLE color: 16446186.

HSL color Cylindrical-coordinate representation of color #EAF2FA: hue angle of 210º degrees, saturation: 0.62, 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 #EAF2FA is Cyan = 0.06, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB234242250-
CMYK0.060.0300.02
HSL210º61.54%94.9%-
HSV(B)210º6.4%98.04%-
XYZ82.9487.9103.04-
YUV240.52133.35123.35-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.23%
GREEN value IS 242 (94.92% from 255) = 33.33%
BLUE value IS 250 (98.05% from 255) = 34.44%
R=32.23%
G=33.33%
B=34.44%

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
Decimal2342422500.060.0300.0221061.5494.9
HexEAF2FA6302d23e5f
Octal352362372630232276137
Binary11101010111100101111101011011010110100101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF2FA; }

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

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

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

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

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

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

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

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