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