Shades of Azure #EDFDF9
Tints of Azure #EDFDF9
RGB
CMYK
RGB Variations
Color information
#EDFDF9 (or 0xEDFDF9) is known color: Azure. HEX triplet: ED, FD and F9. RGB value is (237,253,249). Sum of RGB (Red+Green+Blue) = 237+253+249=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 253 (99.22% from 255 or 34.24% from 739); Blue value is 249 (97.66% from 255 or 33.69% from 739); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDF9 is #120206. Grayscale: #F7F7F7. Windows color (decimal): -1180167 or 16383469. OLE color: 16383469.
HSL color Cylindrical-coordinate representation of color #EDFDF9: hue angle of 165º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFDF9 is Cyan = 0.06, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 249 | - |
CMYK | 0.06 | 0 | 0.02 | 0.01 |
HSL | 165º | 0.8% | 0.96% | - |
HSV(B) | 165º | 0.06% | 0.99% | - |
XYZ | 87.15 | 95.09 | 103.38 | - |
YUV | 247.76 | 128.7 | 120.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 249 | 0.06 | 0 | 0.02 | 0.01 | 165 | 0.8 | 0.96 |
Hex | ED | FD | F9 | 6 | 0 | 2 | 1 | A5 | 50 | 60 |
Octal | 355 | 375 | 371 | 6 | 0 | 2 | 1 | 245 | 120 | 140 |
Binary | 11101101 | 11111101 | 11111001 | 110 | 0 | 10 | 1 | 10100101 | 1010000 | 1100000 |
Color Harmonies of #EDFDF9
Complementary color
Monochromatic Colors of #EDFDF9
Black with #EDFDF9
Text Example
Text Example
White with #EDFDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDF9; }
p { color: rgb(237,253,249); }
H1.HeaderClassName
{
color: #EDFDF9;
}
.AnyTagClassName
{
color: #EDFDF9;
}
</style>
background-color css
<style>
a { background-color: #EDFDF9; }
a { background-color: rgb(237,253,249); }
div.DivClassName
{
background-color: #EDFDF9;
}
.BgClassName
{
background-color: #EDFDF9;
}
</style>
border-color css
<style>
span { border-color: #EDFDF9; }
span { border-color: rgb(237,253,249); }
td.TdClassName
{
border-color: #EDFDF9;
}
.TagClassName
{
border-color: #EDFDF9;
}
</style>