Shades of Azure #EDFFFC
Tints of Azure #EDFFFC
RGB
CMYK
RGB Variations
Color information
#EDFFFC (or 0xEDFFFC) is known color: Azure. HEX triplet: ED, FF and FC. RGB value is (237,255,252). Sum of RGB (Red+Green+Blue) = 237+255+252=744 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.85% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 252 (98.83% from 255 or 33.87% from 744); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFFC is #120003. Grayscale: #F9F9F9. Windows color (decimal): -1179652 or 16580589. OLE color: 16580589.
HSL color Cylindrical-coordinate representation of color #EDFFFC: hue angle of 170º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFFFC is Cyan = 0.07, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 252 | - |
| CMYK | 0.07 | 0 | 0.01 | 0 |
| HSL | 170º | 1% | 0.96% | - |
| HSV(B) | 170º | 0.07% | 1% | - |
| XYZ | 88.26 | 96.55 | 106.08 | - |
| YUV | 249.28 | 129.54 | 119.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 252 | 0.07 | 0 | 0.01 | 0 | 170 | 1 | 0.96 |
| Hex | ED | FF | FC | 7 | 0 | 1 | 0 | AA | 64 | 60 |
| Octal | 355 | 377 | 374 | 7 | 0 | 1 | 0 | 252 | 144 | 140 |
| Binary | 11101101 | 11111111 | 11111100 | 111 | 0 | 1 | 0 | 10101010 | 1100100 | 1100000 |
Color Harmonies of #EDFFFC
Complementary color
Monochromatic Colors of #EDFFFC
Black with #EDFFFC
Text Example
Text Example
White with #EDFFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFFC; }
p { color: rgb(237,255,252); }
H1.HeaderClassName
{
color: #EDFFFC;
}
.AnyTagClassName
{
color: #EDFFFC;
}
</style>
background-color css
<style>
a { background-color: #EDFFFC; }
a { background-color: rgb(237,255,252); }
div.DivClassName
{
background-color: #EDFFFC;
}
.BgClassName
{
background-color: #EDFFFC;
}
</style>
border-color css
<style>
span { border-color: #EDFFFC; }
span { border-color: rgb(237,255,252); }
td.TdClassName
{
border-color: #EDFFFC;
}
.TagClassName
{
border-color: #EDFFFC;
}
</style>