#EAF6FA

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

Shades of Alice Blue #EAF6FA

Tints of Alice Blue #EAF6FA

Color information

#EAF6FA (or 0xEAF6FA) is unknown color: approx Alice Blue. HEX triplet: EA, F6 and FA. RGB value is (234,246,250). Sum of RGB (Red+Green+Blue) = 234+246+250=730 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.05% from 730); Green value is 246 (96.48% from 255 or 33.70% from 730); Blue value is 250 (98.05% from 255 or 34.25% from 730); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF6FA is #150905. Grayscale: #F2F2F2. Windows color (decimal): -1378566 or 16447210. OLE color: 16447210.

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

Color convert

RGB234246250-
CMYK0.060.0200.02
HSL195º61.54%94.9%-
HSV(B)195º6.4%98.04%-
XYZ84.1490.31103.44-
YUV242.87132.02121.67-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.05%
GREEN value IS 246 (96.48% from 255) = 33.70%
BLUE value IS 250 (98.05% from 255) = 34.25%
R=32.05%
G=33.70%
B=34.25%

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
Decimal2342462500.060.0200.0219561.5494.9
HexEAF6FA6202c33e5f
Octal352366372620230376137
Binary11101010111101101111101011010010110000111111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF6FA; }

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

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

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

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

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

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

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

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