Shades of Azure #EDF7F8
Tints of Azure #EDF7F8
RGB
CMYK
RGB Variations
Color information
#EDF7F8 (or 0xEDF7F8) is known color: Azure. HEX triplet: ED, F7 and F8. RGB value is (237,247,248). Sum of RGB (Red+Green+Blue) = 237+247+248=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 247 (96.88% from 255 or 33.74% from 732); Blue value is 248 (97.27% from 255 or 33.88% from 732); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDF7F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7F8 is #120807. Grayscale: #F4F4F4. Windows color (decimal): -1181704 or 16316397. OLE color: 16316397.
HSL color Cylindrical-coordinate representation of color #EDF7F8: hue angle of 185.45º degrees, saturation: 0.44, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF7F8 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 237 | 247 | 248 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.03 |
| HSL | 185.45º | 0.44% | 0.95% | - |
| HSV(B) | 185.45º | 0.04% | 0.97% | - |
| XYZ | 85.13 | 91.3 | 101.94 | - |
| YUV | 244.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 247 | 248 | 0.04 | 0.00 | 0 | 0.03 | 185.45 | 0.44 | 0.95 |
| Hex | ED | F7 | F8 | 4 | 0 | 0 | 3 | B9 | 2C | 5F |
| Octal | 355 | 367 | 370 | 4 | 0 | 0 | 3 | 271 | 54 | 137 |
| Binary | 11101101 | 11110111 | 11111000 | 100 | 0 | 0 | 11 | 10111001 | 101100 | 1011111 |
Color Harmonies of #EDF7F8
Complementary color
Monochromatic Colors of #EDF7F8
Black with #EDF7F8
Text Example
Text Example
White with #EDF7F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF7F8; }
p { color: rgb(237,247,248); }
H1.HeaderClassName
{
color: #EDF7F8;
}
.AnyTagClassName
{
color: #EDF7F8;
}
</style>
background-color css
<style>
a { background-color: #EDF7F8; }
a { background-color: rgb(237,247,248); }
div.DivClassName
{
background-color: #EDF7F8;
}
.BgClassName
{
background-color: #EDF7F8;
}
</style>
border-color css
<style>
span { border-color: #EDF7F8; }
span { border-color: rgb(237,247,248); }
td.TdClassName
{
border-color: #EDF7F8;
}
.TagClassName
{
border-color: #EDF7F8;
}
</style>