Shades of Azure #EDFDFF
Tints of Azure #EDFDFF
RGB
CMYK
RGB Variations
Color information
#EDFDFF (or 0xEDFDFF) is known color: Azure. HEX triplet: ED, FD and FF. RGB value is (237,253,255). Sum of RGB (Red+Green+Blue) = 237+253+255=745 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.81% from 745); Green value is 253 (99.22% from 255 or 33.96% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFF is #120200. Grayscale: #F8F8F8. Windows color (decimal): -1180161 or 16776685. OLE color: 16776685.
HSL color Cylindrical-coordinate representation of color #EDFDFF: hue angle of 186.67º 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 #EDFDFF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
RGB | 237 | 253 | 255 | - |
CMYK | 0.07 | 0.01 | 0 | 0 |
HSL | 186.67º | 1% | 0.96% | - |
HSV(B) | 186.67º | 0.07% | 1% | - |
XYZ | 88.1 | 95.48 | 108.39 | - |
YUV | 248.44 | 131.7 | 119.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 255 | 0.07 | 0.01 | 0 | 0 | 186.67 | 1 | 0.96 |
Hex | ED | FD | FF | 7 | 1 | 0 | 0 | BB | 64 | 60 |
Octal | 355 | 375 | 377 | 7 | 1 | 0 | 0 | 273 | 144 | 140 |
Binary | 11101101 | 11111101 | 11111111 | 111 | 1 | 0 | 0 | 10111011 | 1100100 | 1100000 |
Color Harmonies of #EDFDFF
Complementary color
Monochromatic Colors of #EDFDFF
Black with #EDFDFF
Text Example
Text Example
White with #EDFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDFF; }
p { color: rgb(237,253,255); }
H1.HeaderClassName
{
color: #EDFDFF;
}
.AnyTagClassName
{
color: #EDFDFF;
}
</style>
background-color css
<style>
a { background-color: #EDFDFF; }
a { background-color: rgb(237,253,255); }
div.DivClassName
{
background-color: #EDFDFF;
}
.BgClassName
{
background-color: #EDFDFF;
}
</style>
border-color css
<style>
span { border-color: #EDFDFF; }
span { border-color: rgb(237,253,255); }
td.TdClassName
{
border-color: #EDFDFF;
}
.TagClassName
{
border-color: #EDFDFF;
}
</style>