Shades of Alice Blue #EDF7FE
Tints of Alice Blue #EDF7FE
RGB
CMYK
RGB Variations
Color information
#EDF7FE (or 0xEDF7FE) is known color: Alice Blue. HEX triplet: ED, F7 and FE. RGB value is (237,247,254). Sum of RGB (Red+Green+Blue) = 237+247+254=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 247 (96.88% from 255 or 33.47% from 738); Blue value is 254 (99.61% from 255 or 34.42% from 738); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FE is #120801. Grayscale: #F4F4F4. Windows color (decimal): -1181698 or 16709613. OLE color: 16709613.
HSL color Cylindrical-coordinate representation of color #EDF7FE: hue angle of 204.71º 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 #EDF7FE is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 247 | 254 | - |
| CMYK | 0.07 | 0.03 | 0 | 0.00 |
| HSL | 204.71º | 0.89% | 0.96% | - |
| HSV(B) | 204.71º | 0.07% | 1% | - |
| XYZ | 86.08 | 91.68 | 106.93 | - |
| YUV | 244.81 | 133.19 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 254 | 0.07 | 0.03 | 0 | 0.00 | 204.71 | 0.89 | 0.96 |
| Hex | ED | F7 | FE | 7 | 3 | 0 | 0 | CD | 59 | 60 |
| Octal | 355 | 367 | 376 | 7 | 3 | 0 | 0 | 315 | 131 | 140 |
| Binary | 11101101 | 11110111 | 11111110 | 111 | 11 | 0 | 0 | 11001101 | 1011001 | 1100000 |
Color Harmonies of #EDF7FE
Complementary color
Monochromatic Colors of #EDF7FE
Black with #EDF7FE
Text Example
Text Example
White with #EDF7FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7FE; }
p { color: rgb(237,247,254); }
H1.HeaderClassName
{
color: #EDF7FE;
}
.AnyTagClassName
{
color: #EDF7FE;
}
</style>
background-color css
<style>
a { background-color: #EDF7FE; }
a { background-color: rgb(237,247,254); }
div.DivClassName
{
background-color: #EDF7FE;
}
.BgClassName
{
background-color: #EDF7FE;
}
</style>
border-color css
<style>
span { border-color: #EDF7FE; }
span { border-color: rgb(237,247,254); }
td.TdClassName
{
border-color: #EDF7FE;
}
.TagClassName
{
border-color: #EDF7FE;
}
</style>