#EAF4FA

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

Shades of Alice Blue #EAF4FA

Tints of Alice Blue #EAF4FA

Color information

#EAF4FA (or 0xEAF4FA) is unknown color: approx Alice Blue. HEX triplet: EA, F4 and FA. RGB value is (234,244,250). Sum of RGB (Red+Green+Blue) = 234+244+250=728 (96% of max value = 765). Red value is 234 (91.80% from 255 or 32.14% from 728); Green value is 244 (95.70% from 255 or 33.52% from 728); Blue value is 250 (98.05% from 255 or 34.34% from 728); Max value from RGB is 250 - color contains mainly: blue. Hex color #EAF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EAF4FA is #150B05. Grayscale: #F1F1F1. Windows color (decimal): -1379078 or 16446698. OLE color: 16446698.

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

Color convert

RGB234244250-
CMYK0.060.0200.02
HSL202.5º61.54%94.9%-
HSV(B)202.5º6.4%98.04%-
XYZ83.5489.1103.24-
YUV241.69132.69122.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 32.14%
GREEN value IS 244 (95.70% from 255) = 33.52%
BLUE value IS 250 (98.05% from 255) = 34.34%
R=32.14%
G=33.52%
B=34.34%

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
Decimal2342442500.060.0200.02202.561.5494.9
HexEAF4FA6202ca3e5f
Octal352364372620231276137
Binary11101010111101001111101011010010110010101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAF4FA; }

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

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

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

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

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

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

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

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