Shades of Azure #EDFCFE
Tints of Azure #EDFCFE
RGB
CMYK
RGB Variations
Color information
#EDFCFE (or 0xEDFCFE) is known color: Azure. HEX triplet: ED, FC and FE. RGB value is (237,252,254). Sum of RGB (Red+Green+Blue) = 237+252+254=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 252 (98.83% from 255 or 33.92% from 743); Blue value is 254 (99.61% from 255 or 34.19% from 743); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFE is #120301. Grayscale: #F7F7F7. Windows color (decimal): -1180418 or 16710893. OLE color: 16710893.
HSL color Cylindrical-coordinate representation of color #EDFCFE: hue angle of 187.06º 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 #EDFCFE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 237 | 252 | 254 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.00 |
| HSL | 187.06º | 0.89% | 0.96% | - |
| HSV(B) | 187.06º | 0.07% | 1% | - |
| XYZ | 87.62 | 94.78 | 107.44 | - |
| YUV | 247.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 252 | 254 | 0.07 | 0.01 | 0 | 0.00 | 187.06 | 0.89 | 0.96 |
| Hex | ED | FC | FE | 7 | 1 | 0 | 0 | BB | 59 | 60 |
| Octal | 355 | 374 | 376 | 7 | 1 | 0 | 0 | 273 | 131 | 140 |
| Binary | 11101101 | 11111100 | 11111110 | 111 | 1 | 0 | 0 | 10111011 | 1011001 | 1100000 |
Color Harmonies of #EDFCFE
Complementary color
Monochromatic Colors of #EDFCFE
Black with #EDFCFE
Text Example
Text Example
White with #EDFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFCFE; }
p { color: rgb(237,252,254); }
H1.HeaderClassName
{
color: #EDFCFE;
}
.AnyTagClassName
{
color: #EDFCFE;
}
</style>
background-color css
<style>
a { background-color: #EDFCFE; }
a { background-color: rgb(237,252,254); }
div.DivClassName
{
background-color: #EDFCFE;
}
.BgClassName
{
background-color: #EDFCFE;
}
</style>
border-color css
<style>
span { border-color: #EDFCFE; }
span { border-color: rgb(237,252,254); }
td.TdClassName
{
border-color: #EDFCFE;
}
.TagClassName
{
border-color: #EDFCFE;
}
</style>