Shades of Azure #EDF8FA
Tints of Azure #EDF8FA
RGB
CMYK
RGB Variations
Color information
#EDF8FA (or 0xEDF8FA) is known color: Azure. HEX triplet: ED, F8 and FA. RGB value is (237,248,250). Sum of RGB (Red+Green+Blue) = 237+248+250=735 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.24% from 735); Green value is 248 (97.27% from 255 or 33.74% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FA is #120705. Grayscale: #F4F4F4. Windows color (decimal): -1181446 or 16447725. OLE color: 16447725.
HSL color Cylindrical-coordinate representation of color #EDF8FA: hue angle of 189.23º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF8FA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 237 | 248 | 250 | - |
| CMYK | 0.05 | 0.01 | 0 | 0.02 |
| HSL | 189.23º | 0.57% | 0.95% | - |
| HSV(B) | 189.23º | 0.05% | 0.98% | - |
| XYZ | 85.75 | 92.04 | 103.69 | - |
| YUV | 244.94 | 130.86 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 248 | 250 | 0.05 | 0.01 | 0 | 0.02 | 189.23 | 0.57 | 0.95 |
| Hex | ED | F8 | FA | 5 | 1 | 0 | 2 | BD | 39 | 5F |
| Octal | 355 | 370 | 372 | 5 | 1 | 0 | 2 | 275 | 71 | 137 |
| Binary | 11101101 | 11111000 | 11111010 | 101 | 1 | 0 | 10 | 10111101 | 111001 | 1011111 |
Color Harmonies of #EDF8FA
Complementary color
Monochromatic Colors of #EDF8FA
Black with #EDF8FA
Text Example
Text Example
White with #EDF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF8FA; }
p { color: rgb(237,248,250); }
H1.HeaderClassName
{
color: #EDF8FA;
}
.AnyTagClassName
{
color: #EDF8FA;
}
</style>
background-color css
<style>
a { background-color: #EDF8FA; }
a { background-color: rgb(237,248,250); }
div.DivClassName
{
background-color: #EDF8FA;
}
.BgClassName
{
background-color: #EDF8FA;
}
</style>
border-color css
<style>
span { border-color: #EDF8FA; }
span { border-color: rgb(237,248,250); }
td.TdClassName
{
border-color: #EDF8FA;
}
.TagClassName
{
border-color: #EDF8FA;
}
</style>