Shades of Alice Blue #EDF4FD
Tints of Alice Blue #EDF4FD
RGB
CMYK
RGB Variations
Color information
#EDF4FD (or 0xEDF4FD) is known color: 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
RGB | 237 | 244 | 253 | - |
CMYK | 0.06 | 0.04 | 0 | 0.01 |
HSL | 213.75º | 0.8% | 0.96% | - |
HSV(B) | 213.75º | 0.06% | 0.99% | - |
XYZ | 85.01 | 89.8 | 105.78 | - |
YUV | 242.93 | 133.68 | 123.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 244 | 253 | 0.06 | 0.04 | 0 | 0.01 | 213.75 | 0.8 | 0.96 |
Hex | ED | F4 | FD | 6 | 4 | 0 | 1 | D6 | 50 | 60 |
Octal | 355 | 364 | 375 | 6 | 4 | 0 | 1 | 326 | 120 | 140 |
Binary | 11101101 | 11110100 | 11111101 | 110 | 100 | 0 | 1 | 11010110 | 1010000 | 1100000 |
Color Harmonies of #EDF4FD
Complementary color
Monochromatic Colors of #EDF4FD
Black with #EDF4FD
Text Example
Text Example
White with #EDF4FD
Text Example
Text Example
HTML Codes & Css Web 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>