#EAF5FA

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

Shades of Alice Blue #EAF5FA

Tints of Alice Blue #EAF5FA

Color information

#EAF5FA (or 0xEAF5FA) is unknown color: approx Alice Blue. HEX triplet: EA, F5 and FA. RGB value is (234,245,250). Sum of RGB (Red+Green+Blue) = 234+245+250=729 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.10% from 729); Green value is 245 (96.09% from 255 or 33.61% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF5FA is #150A05. Grayscale: #F2F2F2. Windows color (decimal): -1378822 or 16446954. OLE color: 16446954.

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

Color convert

RGB234245250-
CMYK0.060.0200.02
HSL198.75º61.54%94.9%-
HSV(B)198.75º6.4%98.04%-
XYZ83.8489.7103.34-
YUV242.28132.36122.09-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.10%
GREEN value IS 245 (96.09% from 255) = 33.61%
BLUE value IS 250 (98.05% from 255) = 34.29%
R=32.10%
G=33.61%
B=34.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2342452500.060.0200.02198.7561.5494.9
HexEAF5FA6202c73e5f
Octal352365372620230776137
Binary11101010111101011111101011010010110001111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF5FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF5FA; }

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

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

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

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

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

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

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

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