Shades of Azure #EDFAFA
Tints of Azure #EDFAFA
RGB
CMYK
RGB Variations
Color information
#EDFAFA (or 0xEDFAFA) is known color: Azure. HEX triplet: ED, FA and FA. RGB value is (237,250,250). Sum of RGB (Red+Green+Blue) = 237+250+250=737 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.16% from 737); Green value is 250 (98.05% from 255 or 33.92% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #EDFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFA is #120505. Grayscale: #F6F6F6. Windows color (decimal): -1180934 or 16448237. OLE color: 16448237.
HSL color Cylindrical-coordinate representation of color #EDFAFA: hue angle of 180º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDFAFA is Cyan = 0.05, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 237 | 250 | 250 | - |
CMYK | 0.05 | 0 | 0 | 0.02 |
HSL | 180º | 0.57% | 0.95% | - |
HSV(B) | 180º | 0.05% | 0.98% | - |
XYZ | 86.37 | 93.28 | 103.89 | - |
YUV | 246.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 250 | 250 | 0.05 | 0 | 0 | 0.02 | 180 | 0.57 | 0.95 |
Hex | ED | FA | FA | 5 | 0 | 0 | 2 | B4 | 39 | 5F |
Octal | 355 | 372 | 372 | 5 | 0 | 0 | 2 | 264 | 71 | 137 |
Binary | 11101101 | 11111010 | 11111010 | 101 | 0 | 0 | 10 | 10110100 | 111001 | 1011111 |
Color Harmonies of #EDFAFA
Complementary color
Monochromatic Colors of #EDFAFA
Black with #EDFAFA
Text Example
Text Example
White with #EDFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDFAFA; }
p { color: rgb(237,250,250); }
H1.HeaderClassName
{
color: #EDFAFA;
}
.AnyTagClassName
{
color: #EDFAFA;
}
</style>
background-color css
<style>
a { background-color: #EDFAFA; }
a { background-color: rgb(237,250,250); }
div.DivClassName
{
background-color: #EDFAFA;
}
.BgClassName
{
background-color: #EDFAFA;
}
</style>
border-color css
<style>
span { border-color: #EDFAFA; }
span { border-color: rgb(237,250,250); }
td.TdClassName
{
border-color: #EDFAFA;
}
.TagClassName
{
border-color: #EDFAFA;
}
</style>