Shades of Azure #EDFDFC
Tints of Azure #EDFDFC
RGB
CMYK
RGB Variations
Color information
#EDFDFC (or 0xEDFDFC) is known color: Azure. HEX triplet: ED, FD and FC. RGB value is (237,253,252). Sum of RGB (Red+Green+Blue) = 237+253+252=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 253 (99.22% from 255 or 34.10% from 742); Blue value is 252 (98.83% from 255 or 33.96% from 742); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFC is #120203. Grayscale: #F8F8F8. Windows color (decimal): -1180164 or 16580077. OLE color: 16580077.
HSL color Cylindrical-coordinate representation of color #EDFDFC: hue angle of 176.25º 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 #EDFDFC is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 252 | - |
CMYK | 0.06 | 0 | 0.00 | 0.01 |
HSL | 176.25º | 0.8% | 0.96% | - |
HSV(B) | 176.25º | 0.06% | 0.99% | - |
XYZ | 87.62 | 95.28 | 105.87 | - |
YUV | 248.1 | 130.2 | 120.08 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 252 | 0.06 | 0 | 0.00 | 0.01 | 176.25 | 0.8 | 0.96 |
Hex | ED | FD | FC | 6 | 0 | 0 | 1 | B0 | 50 | 60 |
Octal | 355 | 375 | 374 | 6 | 0 | 0 | 1 | 260 | 120 | 140 |
Binary | 11101101 | 11111101 | 11111100 | 110 | 0 | 0 | 1 | 10110000 | 1010000 | 1100000 |
Color Harmonies of #EDFDFC
Complementary color
Monochromatic Colors of #EDFDFC
Black with #EDFDFC
Text Example
Text Example
White with #EDFDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDFC; }
p { color: rgb(237,253,252); }
H1.HeaderClassName
{
color: #EDFDFC;
}
.AnyTagClassName
{
color: #EDFDFC;
}
</style>
background-color css
<style>
a { background-color: #EDFDFC; }
a { background-color: rgb(237,253,252); }
div.DivClassName
{
background-color: #EDFDFC;
}
.BgClassName
{
background-color: #EDFDFC;
}
</style>
border-color css
<style>
span { border-color: #EDFDFC; }
span { border-color: rgb(237,253,252); }
td.TdClassName
{
border-color: #EDFDFC;
}
.TagClassName
{
border-color: #EDFDFC;
}
</style>