Shades of Azure #EDF5F5
Tints of Azure #EDF5F5
RGB
CMYK
RGB Variations
Color information
#EDF5F5 (or 0xEDF5F5) is known color: Azure. HEX triplet: ED, F5 and F5. RGB value is (237,245,245). Sum of RGB (Red+Green+Blue) = 237+245+245=727 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.60% from 727); Green value is 245 (96.09% from 255 or 33.70% from 727); Blue value is 245 (96.09% from 255 or 33.70% from 727); Max value from RGB is 245 - color contains mainly: green, blue. Hex color #EDF5F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5F5 is #120A0A. Grayscale: #F2F2F2. Windows color (decimal): -1182219 or 16119277. OLE color: 16119277.
HSL color Cylindrical-coordinate representation of color #EDF5F5: hue angle of 180º degrees, saturation: 0.29, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EDF5F5 is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 237 | 245 | 245 | - |
| CMYK | 0.03 | 0 | 0 | 0.04 |
| HSL | 180º | 0.29% | 0.95% | - |
| HSV(B) | 180º | 0.03% | 0.96% | - |
| XYZ | 84.06 | 89.9 | 99.31 | - |
| YUV | 242.61 | 129.35 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 245 | 245 | 0.03 | 0 | 0 | 0.04 | 180 | 0.29 | 0.95 |
| Hex | ED | F5 | F5 | 3 | 0 | 0 | 4 | B4 | 1D | 5F |
| Octal | 355 | 365 | 365 | 3 | 0 | 0 | 4 | 264 | 35 | 137 |
| Binary | 11101101 | 11110101 | 11110101 | 11 | 0 | 0 | 100 | 10110100 | 11101 | 1011111 |
Color Harmonies of #EDF5F5
Complementary color
Monochromatic Colors of #EDF5F5
Black with #EDF5F5
Text Example
Text Example
White with #EDF5F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDF5F5; }
p { color: rgb(237,245,245); }
H1.HeaderClassName
{
color: #EDF5F5;
}
.AnyTagClassName
{
color: #EDF5F5;
}
</style>
background-color css
<style>
a { background-color: #EDF5F5; }
a { background-color: rgb(237,245,245); }
div.DivClassName
{
background-color: #EDF5F5;
}
.BgClassName
{
background-color: #EDF5F5;
}
</style>
border-color css
<style>
span { border-color: #EDF5F5; }
span { border-color: rgb(237,245,245); }
td.TdClassName
{
border-color: #EDF5F5;
}
.TagClassName
{
border-color: #EDF5F5;
}
</style>