Shades of Azure #EDFEFE
Tints of Azure #EDFEFE
RGB
CMYK
RGB Variations
Color information
#EDFEFE (or 0xEDFEFE) is known color: Azure. HEX triplet: ED, FE and FE. RGB value is (237,254,254). Sum of RGB (Red+Green+Blue) = 237+254+254=745 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.81% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 254 (99.61% from 255 or 34.09% from 745); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #EDFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFE is #120101. Grayscale: #F8F8F8. Windows color (decimal): -1179906 or 16711405. OLE color: 16711405.
HSL color Cylindrical-coordinate representation of color #EDFEFE: hue angle of 180º 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 #EDFEFE is Cyan = 0.07, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 254 | 254 | - |
| CMYK | 0.07 | 0 | 0 | 0.00 |
| HSL | 180º | 0.89% | 0.96% | - |
| HSV(B) | 180º | 0.07% | 1% | - |
| XYZ | 88.26 | 96.04 | 107.65 | - |
| YUV | 248.92 | 130.87 | 119.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 254 | 0.07 | 0 | 0 | 0.00 | 180 | 0.89 | 0.96 |
| Hex | ED | FE | FE | 7 | 0 | 0 | 0 | B4 | 59 | 60 |
| Octal | 355 | 376 | 376 | 7 | 0 | 0 | 0 | 264 | 131 | 140 |
| Binary | 11101101 | 11111110 | 11111110 | 111 | 0 | 0 | 0 | 10110100 | 1011001 | 1100000 |
Color Harmonies of #EDFEFE
Complementary color
Monochromatic Colors of #EDFEFE
Black with #EDFEFE
Text Example
Text Example
White with #EDFEFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEFE; }
p { color: rgb(237,254,254); }
H1.HeaderClassName
{
color: #EDFEFE;
}
.AnyTagClassName
{
color: #EDFEFE;
}
</style>
background-color css
<style>
a { background-color: #EDFEFE; }
a { background-color: rgb(237,254,254); }
div.DivClassName
{
background-color: #EDFEFE;
}
.BgClassName
{
background-color: #EDFEFE;
}
</style>
border-color css
<style>
span { border-color: #EDFEFE; }
span { border-color: rgb(237,254,254); }
td.TdClassName
{
border-color: #EDFEFE;
}
.TagClassName
{
border-color: #EDFEFE;
}
</style>