Shades of Alice Blue #EDF4FE
Tints of Alice Blue #EDF4FE
RGB
CMYK
RGB Variations
Color information
#EDF4FE (or 0xEDF4FE) is known color: Alice Blue. HEX triplet: ED, F4 and FE. RGB value is (237,244,254). Sum of RGB (Red+Green+Blue) = 237+244+254=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 244 (95.70% from 255 or 33.20% from 735); Blue value is 254 (99.61% from 255 or 34.56% from 735); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF4FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FE is #120B01. Grayscale: #F2F2F2. Windows color (decimal): -1182466 or 16708845. OLE color: 16708845.
HSL color Cylindrical-coordinate representation of color #EDF4FE: hue angle of 215.29º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF4FE is Cyan = 0.07, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 244 | 254 | - |
| CMYK | 0.07 | 0.04 | 0 | 0.00 |
| HSL | 215.29º | 0.89% | 0.96% | - |
| HSV(B) | 215.29º | 0.07% | 1% | - |
| XYZ | 85.17 | 89.86 | 106.62 | - |
| YUV | 243.05 | 134.18 | 123.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 244 | 254 | 0.07 | 0.04 | 0 | 0.00 | 215.29 | 0.89 | 0.96 |
| Hex | ED | F4 | FE | 7 | 4 | 0 | 0 | D7 | 59 | 60 |
| Octal | 355 | 364 | 376 | 7 | 4 | 0 | 0 | 327 | 131 | 140 |
| Binary | 11101101 | 11110100 | 11111110 | 111 | 100 | 0 | 0 | 11010111 | 1011001 | 1100000 |
Color Harmonies of #EDF4FE
Complementary color
Monochromatic Colors of #EDF4FE
Black with #EDF4FE
Text Example
Text Example
White with #EDF4FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF4FE; }
p { color: rgb(237,244,254); }
H1.HeaderClassName
{
color: #EDF4FE;
}
.AnyTagClassName
{
color: #EDF4FE;
}
</style>
background-color css
<style>
a { background-color: #EDF4FE; }
a { background-color: rgb(237,244,254); }
div.DivClassName
{
background-color: #EDF4FE;
}
.BgClassName
{
background-color: #EDF4FE;
}
</style>
border-color css
<style>
span { border-color: #EDF4FE; }
span { border-color: rgb(237,244,254); }
td.TdClassName
{
border-color: #EDF4FE;
}
.TagClassName
{
border-color: #EDF4FE;
}
</style>