#EDF4F9

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

Shades of Alice Blue #EDF4F9

Tints of Alice Blue #EDF4F9

Color information

#EDF4F9 (or 0xEDF4F9) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and F9. RGB value is (237,244,249). Sum of RGB (Red+Green+Blue) = 237+244+249=730 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.47% from 730); Green value is 244 (95.70% from 255 or 33.42% from 730); Blue value is 249 (97.66% from 255 or 34.11% from 730); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF4F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4F9 is #120B06. Grayscale: #F2F2F2. Windows color (decimal): -1182471 or 16381165. OLE color: 16381165.

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

Color convert

RGB237244249-
CMYK0.050.0200.02
HSL205º50%95.29%-
HSV(B)205º4.82%97.65%-
XYZ84.3789.55102.46-
YUV242.48131.68124.09-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.47%
GREEN value IS 244 (95.70% from 255) = 33.42%
BLUE value IS 249 (97.66% from 255) = 34.11%
R=32.47%
G=33.42%
B=34.11%

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
Decimal2372442490.050.0200.022055095.29
HexEDF4F95202cd325f
Octal355364371520231562137
Binary11101101111101001111100110110010110011011100101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4F9; }

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

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

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

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

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

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

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

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