Shades of Azure #EBFEFA
Tints of Azure #EBFEFA
RGB
CMYK
RGB Variations
Color information
#EBFEFA (or 0xEBFEFA) is known color: Azure. HEX triplet: EB, FE and FA. RGB value is (235,254,250). Sum of RGB (Red+Green+Blue) = 235+254+250=739 (97% of max value = 765). Red value is 235 (92.19% from 255 or 31.80% from 739); Green value is 254 (99.61% from 255 or 34.37% from 739); Blue value is 250 (98.05% from 255 or 33.83% from 739); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFEFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFEFA is #140105. Grayscale: #F7F7F7. Windows color (decimal): -1310982 or 16449259. OLE color: 16449259.
HSL color Cylindrical-coordinate representation of color #EBFEFA: hue angle of 167.37º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBFEFA is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 254 | 250 | - |
| CMYK | 0.07 | 0 | 0.02 | 0.00 |
| HSL | 167.37º | 0.9% | 0.96% | - |
| HSV(B) | 167.37º | 0.07% | 1% | - |
| XYZ | 86.96 | 95.45 | 104.28 | - |
| YUV | 247.86 | 129.21 | 118.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 254 | 250 | 0.07 | 0 | 0.02 | 0.00 | 167.37 | 0.9 | 0.96 |
| Hex | EB | FE | FA | 7 | 0 | 2 | 0 | A7 | 5A | 60 |
| Octal | 353 | 376 | 372 | 7 | 0 | 2 | 0 | 247 | 132 | 140 |
| Binary | 11101011 | 11111110 | 11111010 | 111 | 0 | 10 | 0 | 10100111 | 1011010 | 1100000 |
Color Harmonies of #EBFEFA
Complementary color
Monochromatic Colors of #EBFEFA
Black with #EBFEFA
Text Example
Text Example
White with #EBFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFEFA; }
p { color: rgb(235,254,250); }
H1.HeaderClassName
{
color: #EBFEFA;
}
.AnyTagClassName
{
color: #EBFEFA;
}
</style>
background-color css
<style>
a { background-color: #EBFEFA; }
a { background-color: rgb(235,254,250); }
div.DivClassName
{
background-color: #EBFEFA;
}
.BgClassName
{
background-color: #EBFEFA;
}
</style>
border-color css
<style>
span { border-color: #EBFEFA; }
span { border-color: rgb(235,254,250); }
td.TdClassName
{
border-color: #EBFEFA;
}
.TagClassName
{
border-color: #EBFEFA;
}
</style>