Shades of Azure #EDFDFB
Tints of Azure #EDFDFB
RGB
CMYK
RGB Variations
Color information
#EDFDFB (or 0xEDFDFB) is known color: Azure. HEX triplet: ED, FD and FB. RGB value is (237,253,251). Sum of RGB (Red+Green+Blue) = 237+253+251=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 253 (99.22% from 255 or 34.14% from 741); Blue value is 251 (98.44% from 255 or 33.87% from 741); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFB is #120204. Grayscale: #F7F7F7. Windows color (decimal): -1180165 or 16514541. OLE color: 16514541.
HSL color Cylindrical-coordinate representation of color #EDFDFB: hue angle of 172.5º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFDFB is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 251 | - |
CMYK | 0.06 | 0 | 0.01 | 0.01 |
HSL | 172.5º | 0.8% | 0.96% | - |
HSV(B) | 172.5º | 0.06% | 0.99% | - |
XYZ | 87.46 | 95.22 | 105.04 | - |
YUV | 247.99 | 129.7 | 120.16 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 251 | 0.06 | 0 | 0.01 | 0.01 | 172.5 | 0.8 | 0.96 |
Hex | ED | FD | FB | 6 | 0 | 1 | 1 | AC | 50 | 60 |
Octal | 355 | 375 | 373 | 6 | 0 | 1 | 1 | 254 | 120 | 140 |
Binary | 11101101 | 11111101 | 11111011 | 110 | 0 | 1 | 1 | 10101100 | 1010000 | 1100000 |
Color Harmonies of #EDFDFB
Complementary color
Monochromatic Colors of #EDFDFB
Black with #EDFDFB
Text Example
Text Example
White with #EDFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDFB; }
p { color: rgb(237,253,251); }
H1.HeaderClassName
{
color: #EDFDFB;
}
.AnyTagClassName
{
color: #EDFDFB;
}
</style>
background-color css
<style>
a { background-color: #EDFDFB; }
a { background-color: rgb(237,253,251); }
div.DivClassName
{
background-color: #EDFDFB;
}
.BgClassName
{
background-color: #EDFDFB;
}
</style>
border-color css
<style>
span { border-color: #EDFDFB; }
span { border-color: rgb(237,253,251); }
td.TdClassName
{
border-color: #EDFDFB;
}
.TagClassName
{
border-color: #EDFDFB;
}
</style>