Shades of Azure #EDFAFC
Tints of Azure #EDFAFC
RGB
CMYK
RGB Variations
Color information
#EDFAFC (or 0xEDFAFC) is known color: Azure. HEX triplet: ED, FA and FC. RGB value is (237,250,252). Sum of RGB (Red+Green+Blue) = 237+250+252=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 250 (98.05% from 255 or 33.83% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDFAFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFC is #120503. Grayscale: #F6F6F6. Windows color (decimal): -1180932 or 16579309. OLE color: 16579309.
HSL color Cylindrical-coordinate representation of color #EDFAFC: hue angle of 188º degrees, saturation: 0.71, 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 #EDFAFC is Cyan = 0.06, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 237 | 250 | 252 | - |
| CMYK | 0.06 | 0.01 | 0 | 0.01 |
| HSL | 188º | 0.71% | 0.96% | - |
| HSV(B) | 188º | 0.06% | 0.99% | - |
| XYZ | 86.68 | 93.4 | 105.56 | - |
| YUV | 246.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 250 | 252 | 0.06 | 0.01 | 0 | 0.01 | 188 | 0.71 | 0.96 |
| Hex | ED | FA | FC | 6 | 1 | 0 | 1 | BC | 47 | 60 |
| Octal | 355 | 372 | 374 | 6 | 1 | 0 | 1 | 274 | 107 | 140 |
| Binary | 11101101 | 11111010 | 11111100 | 110 | 1 | 0 | 1 | 10111100 | 1000111 | 1100000 |
Color Harmonies of #EDFAFC
Complementary color
Monochromatic Colors of #EDFAFC
Black with #EDFAFC
Text Example
Text Example
White with #EDFAFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAFC; }
p { color: rgb(237,250,252); }
H1.HeaderClassName
{
color: #EDFAFC;
}
.AnyTagClassName
{
color: #EDFAFC;
}
</style>
background-color css
<style>
a { background-color: #EDFAFC; }
a { background-color: rgb(237,250,252); }
div.DivClassName
{
background-color: #EDFAFC;
}
.BgClassName
{
background-color: #EDFAFC;
}
</style>
border-color css
<style>
span { border-color: #EDFAFC; }
span { border-color: rgb(237,250,252); }
td.TdClassName
{
border-color: #EDFAFC;
}
.TagClassName
{
border-color: #EDFAFC;
}
</style>