Shades of Azure #EDFEFF
Tints of Azure #EDFEFF
RGB
CMYK
RGB Variations
Color information
#EDFEFF (or 0xEDFEFF) is known color: Azure. HEX triplet: ED, FE and FF. RGB value is (237,254,255). Sum of RGB (Red+Green+Blue) = 237+254+255=746 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.77% from 746); Green value is 254 (99.61% from 255 or 34.05% from 746); Blue value is 255 (100% from 255 or 34.18% from 746); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFF is #120100. Grayscale: #F9F9F9. Windows color (decimal): -1179905 or 16776941. OLE color: 16776941.
HSL color Cylindrical-coordinate representation of color #EDFEFF: hue angle of 183.33º 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 #EDFEFF is Cyan = 0.07, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 254 | 255 | - |
| CMYK | 0.07 | 0.00 | 0 | 0 |
| HSL | 183.33º | 1% | 0.96% | - |
| HSV(B) | 183.33º | 0.07% | 1% | - |
| XYZ | 88.42 | 96.11 | 108.5 | - |
| YUV | 249.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 254 | 255 | 0.07 | 0.00 | 0 | 0 | 183.33 | 1 | 0.96 |
| Hex | ED | FE | FF | 7 | 0 | 0 | 0 | B7 | 64 | 60 |
| Octal | 355 | 376 | 377 | 7 | 0 | 0 | 0 | 267 | 144 | 140 |
| Binary | 11101101 | 11111110 | 11111111 | 111 | 0 | 0 | 0 | 10110111 | 1100100 | 1100000 |
Color Harmonies of #EDFEFF
Complementary color
Monochromatic Colors of #EDFEFF
Black with #EDFEFF
Text Example
Text Example
White with #EDFEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFEFF; }
p { color: rgb(237,254,255); }
H1.HeaderClassName
{
color: #EDFEFF;
}
.AnyTagClassName
{
color: #EDFEFF;
}
</style>
background-color css
<style>
a { background-color: #EDFEFF; }
a { background-color: rgb(237,254,255); }
div.DivClassName
{
background-color: #EDFEFF;
}
.BgClassName
{
background-color: #EDFEFF;
}
</style>
border-color css
<style>
span { border-color: #EDFEFF; }
span { border-color: rgb(237,254,255); }
td.TdClassName
{
border-color: #EDFEFF;
}
.TagClassName
{
border-color: #EDFEFF;
}
</style>