Shades of Alice Blue #EDF9FE
Tints of Alice Blue #EDF9FE
RGB
CMYK
RGB Variations
Color information
#EDF9FE (or 0xEDF9FE) is known color: Alice Blue. HEX triplet: ED, F9 and FE. RGB value is (237,249,254). Sum of RGB (Red+Green+Blue) = 237+249+254=740 (98% of max value = 765). Red value is 237 (92.97% from 255 or 32.03% from 740); Green value is 249 (97.66% from 255 or 33.65% from 740); Blue value is 254 (99.61% from 255 or 34.32% from 740); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF9FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FE is #120601. Grayscale: #F5F5F5. Windows color (decimal): -1181186 or 16710125. OLE color: 16710125.
HSL color Cylindrical-coordinate representation of color #EDF9FE: hue angle of 197.65º 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 #EDF9FE is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 249 | 254 | - |
| CMYK | 0.07 | 0.02 | 0 | 0.00 |
| HSL | 197.65º | 0.89% | 0.96% | - |
| HSV(B) | 197.65º | 0.07% | 1% | - |
| XYZ | 86.69 | 92.91 | 107.13 | - |
| YUV | 245.98 | 132.52 | 121.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 249 | 254 | 0.07 | 0.02 | 0 | 0.00 | 197.65 | 0.89 | 0.96 |
| Hex | ED | F9 | FE | 7 | 2 | 0 | 0 | C6 | 59 | 60 |
| Octal | 355 | 371 | 376 | 7 | 2 | 0 | 0 | 306 | 131 | 140 |
| Binary | 11101101 | 11111001 | 11111110 | 111 | 10 | 0 | 0 | 11000110 | 1011001 | 1100000 |
Color Harmonies of #EDF9FE
Complementary color
Monochromatic Colors of #EDF9FE
Black with #EDF9FE
Text Example
Text Example
White with #EDF9FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF9FE; }
p { color: rgb(237,249,254); }
H1.HeaderClassName
{
color: #EDF9FE;
}
.AnyTagClassName
{
color: #EDF9FE;
}
</style>
background-color css
<style>
a { background-color: #EDF9FE; }
a { background-color: rgb(237,249,254); }
div.DivClassName
{
background-color: #EDF9FE;
}
.BgClassName
{
background-color: #EDF9FE;
}
</style>
border-color css
<style>
span { border-color: #EDF9FE; }
span { border-color: rgb(237,249,254); }
td.TdClassName
{
border-color: #EDF9FE;
}
.TagClassName
{
border-color: #EDF9FE;
}
</style>