#EDF4FD

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

Shades of Alice Blue #EDF4FD

Tints of Alice Blue #EDF4FD

Color information

#EDF4FD (or 0xEDF4FD) is unknown color: approx Alice Blue. HEX triplet: ED, F4 and FD. RGB value is (237,244,253). Sum of RGB (Red+Green+Blue) = 237+244+253=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 244 (95.70% from 255 or 33.24% from 734); Blue value is 253 (99.22% from 255 or 34.47% from 734); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF4FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FD is #120B02. Grayscale: #F2F2F2. Windows color (decimal): -1182467 or 16643309. OLE color: 16643309.

HSL color Cylindrical-coordinate representation of color #EDF4FD: hue angle of 213.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF4FD is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237244253-
CMYK0.060.0400.01
HSL213.75º80%96.08%-
HSV(B)213.75º6.32%99.22%-
XYZ85.0189.8105.78-
YUV242.93133.68123.77-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 32.29%
GREEN value IS 244 (95.70% from 255) = 33.24%
BLUE value IS 253 (99.22% from 255) = 34.47%
R=32.29%
G=33.24%
B=34.47%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372442530.060.0400.01213.758096.08
HexEDF4FD6401d65060
Octal3553643756401326120140
Binary111011011111010011111101110100011101011010100001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF4FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF4FD; }

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

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

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

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

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

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

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

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