Shades of Azure #EDF5F6
Tints of Azure #EDF5F6
RGB
CMYK
RGB Variations
Color information
#EDF5F6 (or 0xEDF5F6) is known color: Azure. HEX triplet: ED, F5 and F6. RGB value is (237,245,246). Sum of RGB (Red+Green+Blue) = 237+245+246=728 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.55% from 728); Green value is 245 (96.09% from 255 or 33.65% from 728); Blue value is 246 (96.48% from 255 or 33.79% from 728); Max value from RGB is 246 - color contains mainly: blue. Hex color #EDF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5F6 is #120A09. Grayscale: #F2F2F2. Windows color (decimal): -1182218 or 16184813. OLE color: 16184813.
HSL color Cylindrical-coordinate representation of color #EDF5F6: hue angle of 186.67º degrees, saturation: 0.33, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EDF5F6 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 246 | - |
| CMYK | 0.04 | 0.00 | 0 | 0.04 |
| HSL | 186.67º | 0.33% | 0.95% | - |
| HSV(B) | 186.67º | 0.04% | 0.96% | - |
| XYZ | 84.21 | 89.96 | 100.12 | - |
| YUV | 242.72 | 129.85 | 123.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 246 | 0.04 | 0.00 | 0 | 0.04 | 186.67 | 0.33 | 0.95 |
| Hex | ED | F5 | F6 | 4 | 0 | 0 | 4 | BB | 21 | 5F |
| Octal | 355 | 365 | 366 | 4 | 0 | 0 | 4 | 273 | 41 | 137 |
| Binary | 11101101 | 11110101 | 11110110 | 100 | 0 | 0 | 100 | 10111011 | 100001 | 1011111 |
Color Harmonies of #EDF5F6
Complementary color
Monochromatic Colors of #EDF5F6
Black with #EDF5F6
Text Example
Text Example
White with #EDF5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5F6; }
p { color: rgb(237,245,246); }
H1.HeaderClassName
{
color: #EDF5F6;
}
.AnyTagClassName
{
color: #EDF5F6;
}
</style>
background-color css
<style>
a { background-color: #EDF5F6; }
a { background-color: rgb(237,245,246); }
div.DivClassName
{
background-color: #EDF5F6;
}
.BgClassName
{
background-color: #EDF5F6;
}
</style>
border-color css
<style>
span { border-color: #EDF5F6; }
span { border-color: rgb(237,245,246); }
td.TdClassName
{
border-color: #EDF5F6;
}
.TagClassName
{
border-color: #EDF5F6;
}
</style>