Shades of Azure #EDFDFE
Tints of Azure #EDFDFE
RGB
CMYK
RGB Variations
Color information
#EDFDFE (or 0xEDFDFE) is known color: Azure. HEX triplet: ED, FD and FE. RGB value is (237,253,254). Sum of RGB (Red+Green+Blue) = 237+253+254=744 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.85% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDFDFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFE is #120201. Grayscale: #F8F8F8. Windows color (decimal): -1180162 or 16711149. OLE color: 16711149.
HSL color Cylindrical-coordinate representation of color #EDFDFE: hue angle of 183.53º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDFDFE is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 253 | 254 | - |
| CMYK | 0.07 | 0.00 | 0 | 0.00 |
| HSL | 183.53º | 0.89% | 0.96% | - |
| HSV(B) | 183.53º | 0.07% | 1% | - |
| XYZ | 87.94 | 95.41 | 107.55 | - |
| YUV | 248.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 253 | 254 | 0.07 | 0.00 | 0 | 0.00 | 183.53 | 0.89 | 0.96 |
| Hex | ED | FD | FE | 7 | 0 | 0 | 0 | B8 | 59 | 60 |
| Octal | 355 | 375 | 376 | 7 | 0 | 0 | 0 | 270 | 131 | 140 |
| Binary | 11101101 | 11111101 | 11111110 | 111 | 0 | 0 | 0 | 10111000 | 1011001 | 1100000 |
Color Harmonies of #EDFDFE
Complementary color
Monochromatic Colors of #EDFDFE
Black with #EDFDFE
Text Example
Text Example
White with #EDFDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDFE; }
p { color: rgb(237,253,254); }
H1.HeaderClassName
{
color: #EDFDFE;
}
.AnyTagClassName
{
color: #EDFDFE;
}
</style>
background-color css
<style>
a { background-color: #EDFDFE; }
a { background-color: rgb(237,253,254); }
div.DivClassName
{
background-color: #EDFDFE;
}
.BgClassName
{
background-color: #EDFDFE;
}
</style>
border-color css
<style>
span { border-color: #EDFDFE; }
span { border-color: rgb(237,253,254); }
td.TdClassName
{
border-color: #EDFDFE;
}
.TagClassName
{
border-color: #EDFDFE;
}
</style>