Shades of Azure #EDFDFD
Tints of Azure #EDFDFD
RGB
CMYK
RGB Variations
Color information
#EDFDFD (or 0xEDFDFD) is known color: Azure. HEX triplet: ED, FD and FD. RGB value is (237,253,253). Sum of RGB (Red+Green+Blue) = 237+253+253=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 253 (99.22% from 255 or 34.05% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #EDFDFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFD is #120202. Grayscale: #F8F8F8. Windows color (decimal): -1180163 or 16645613. OLE color: 16645613.
HSL color Cylindrical-coordinate representation of color #EDFDFD: hue angle of 180º 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 #EDFDFD is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 237 | 253 | 253 | - |
CMYK | 0.06 | 0 | 0 | 0.01 |
HSL | 180º | 0.8% | 0.96% | - |
HSV(B) | 180º | 0.06% | 0.99% | - |
XYZ | 87.78 | 95.35 | 106.71 | - |
YUV | 248.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 253 | 253 | 0.06 | 0 | 0 | 0.01 | 180 | 0.8 | 0.96 |
Hex | ED | FD | FD | 6 | 0 | 0 | 1 | B4 | 50 | 60 |
Octal | 355 | 375 | 375 | 6 | 0 | 0 | 1 | 264 | 120 | 140 |
Binary | 11101101 | 11111101 | 11111101 | 110 | 0 | 0 | 1 | 10110100 | 1010000 | 1100000 |
Color Harmonies of #EDFDFD
Complementary color
Monochromatic Colors of #EDFDFD
Black with #EDFDFD
Text Example
Text Example
White with #EDFDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFDFD; }
p { color: rgb(237,253,253); }
H1.HeaderClassName
{
color: #EDFDFD;
}
.AnyTagClassName
{
color: #EDFDFD;
}
</style>
background-color css
<style>
a { background-color: #EDFDFD; }
a { background-color: rgb(237,253,253); }
div.DivClassName
{
background-color: #EDFDFD;
}
.BgClassName
{
background-color: #EDFDFD;
}
</style>
border-color css
<style>
span { border-color: #EDFDFD; }
span { border-color: rgb(237,253,253); }
td.TdClassName
{
border-color: #EDFDFD;
}
.TagClassName
{
border-color: #EDFDFD;
}
</style>