Shades of Azure #EDFFFB
Tints of Azure #EDFFFB
RGB
CMYK
RGB Variations
Color information
#EDFFFB (or 0xEDFFFB) is known color: Azure. HEX triplet: ED, FF and FB. RGB value is (237,255,251). Sum of RGB (Red+Green+Blue) = 237+255+251=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 251 (98.44% from 255 or 33.78% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFFB is #120004. Grayscale: #F9F9F9. Windows color (decimal): -1179653 or 16515053. OLE color: 16515053.
HSL color Cylindrical-coordinate representation of color #EDFFFB: hue angle of 166.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 #EDFFFB is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 237 | 255 | 251 | - |
| CMYK | 0.07 | 0 | 0.02 | 0 |
| HSL | 166.67º | 1% | 0.96% | - |
| HSV(B) | 166.67º | 0.07% | 1% | - |
| XYZ | 88.1 | 96.49 | 105.25 | - |
| YUV | 249.16 | 129.04 | 119.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 255 | 251 | 0.07 | 0 | 0.02 | 0 | 166.67 | 1 | 0.96 |
| Hex | ED | FF | FB | 7 | 0 | 2 | 0 | A7 | 64 | 60 |
| Octal | 355 | 377 | 373 | 7 | 0 | 2 | 0 | 247 | 144 | 140 |
| Binary | 11101101 | 11111111 | 11111011 | 111 | 0 | 10 | 0 | 10100111 | 1100100 | 1100000 |
Color Harmonies of #EDFFFB
Complementary color
Monochromatic Colors of #EDFFFB
Black with #EDFFFB
Text Example
Text Example
White with #EDFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFFFB; }
p { color: rgb(237,255,251); }
H1.HeaderClassName
{
color: #EDFFFB;
}
.AnyTagClassName
{
color: #EDFFFB;
}
</style>
background-color css
<style>
a { background-color: #EDFFFB; }
a { background-color: rgb(237,255,251); }
div.DivClassName
{
background-color: #EDFFFB;
}
.BgClassName
{
background-color: #EDFFFB;
}
</style>
border-color css
<style>
span { border-color: #EDFFFB; }
span { border-color: rgb(237,255,251); }
td.TdClassName
{
border-color: #EDFFFB;
}
.TagClassName
{
border-color: #EDFFFB;
}
</style>