#EDF4FA

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

Shades of Alice Blue #EDF4FA

Tints of Alice Blue #EDF4FA

Color information

#EDF4FA (or 0xEDF4FA) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and FA. RGB value is (237,244,250). Sum of RGB (Red+Green+Blue) = 237+244+250=731 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.42% from 731); Green value is 244 (95.70% from 255 or 33.38% from 731); Blue value is 250 (98.05% from 255 or 34.20% from 731); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF4FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FA is #120B05. Grayscale: #F2F2F2. Windows color (decimal): -1182470 or 16446701. OLE color: 16446701.

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

Color convert

RGB237244250-
CMYK0.050.0200.02
HSL207.69º56.52%95.49%-
HSV(B)207.69º5.2%98.04%-
XYZ84.5389.61103.28-
YUV242.59132.18124.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.42%
GREEN value IS 244 (95.70% from 255) = 33.38%
BLUE value IS 250 (98.05% from 255) = 34.20%
R=32.42%
G=33.38%
B=34.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372442500.050.0200.02207.6956.5295.49
HexEDF4FA5202d0395f
Octal355364372520232071137
Binary11101101111101001111101010110010110100001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4FA; }

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

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

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

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

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

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

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

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