#EDF4F8

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

Shades of Alice Blue #EDF4F8

Tints of Alice Blue #EDF4F8

Color information

#EDF4F8 (or 0xEDF4F8) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and F8. RGB value is (237,244,248). Sum of RGB (Red+Green+Blue) = 237+244+248=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 244 (95.70% from 255 or 33.47% from 729); Blue value is 248 (97.27% from 255 or 34.02% from 729); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDF4F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4F8 is #120B07. Grayscale: #F2F2F2. Windows color (decimal): -1182472 or 16315629. OLE color: 16315629.

HSL color Cylindrical-coordinate representation of color #EDF4F8: hue angle of 201.82º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF4F8 is Cyan = 0.04, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237244248-
CMYK0.040.0200.03
HSL201.82º44%95.1%-
HSV(B)201.82º4.44%97.25%-
XYZ84.2289.48101.64-
YUV242.36131.18124.17-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.51%
GREEN value IS 244 (95.70% from 255) = 33.47%
BLUE value IS 248 (97.27% from 255) = 34.02%
R=32.51%
G=33.47%
B=34.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372442480.040.0200.03201.824495.1
HexEDF4F84203ca2c5f
Octal355364370420331254137
Binary11101101111101001111100010010011110010101011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4F8; }

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

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

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

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

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

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

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

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