Shades of Azure #EBFCFE
Tints of Azure #EBFCFE
RGB
CMYK
RGB Variations
Color information
#EBFCFE (or 0xEBFCFE) is known color: Azure. HEX triplet: EB, FC and FE. RGB value is (235,252,254). Sum of RGB (Red+Green+Blue) = 235+252+254=741 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.71% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #EBFCFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFCFE is #140301. Grayscale: #F7F7F7. Windows color (decimal): -1311490 or 16710891. OLE color: 16710891.
HSL color Cylindrical-coordinate representation of color #EBFCFE: hue angle of 186.32º 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 #EBFCFE is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 235 | 252 | 254 | - |
| CMYK | 0.07 | 0.01 | 0 | 0.00 |
| HSL | 186.32º | 0.9% | 0.96% | - |
| HSV(B) | 186.32º | 0.07% | 1% | - |
| XYZ | 86.96 | 94.44 | 107.41 | - |
| YUV | 247.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 252 | 254 | 0.07 | 0.01 | 0 | 0.00 | 186.32 | 0.9 | 0.96 |
| Hex | EB | FC | FE | 7 | 1 | 0 | 0 | BA | 5A | 60 |
| Octal | 353 | 374 | 376 | 7 | 1 | 0 | 0 | 272 | 132 | 140 |
| Binary | 11101011 | 11111100 | 11111110 | 111 | 1 | 0 | 0 | 10111010 | 1011010 | 1100000 |
Color Harmonies of #EBFCFE
Complementary color
Monochromatic Colors of #EBFCFE
Black with #EBFCFE
Text Example
Text Example
White with #EBFCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFCFE; }
p { color: rgb(235,252,254); }
H1.HeaderClassName
{
color: #EBFCFE;
}
.AnyTagClassName
{
color: #EBFCFE;
}
</style>
background-color css
<style>
a { background-color: #EBFCFE; }
a { background-color: rgb(235,252,254); }
div.DivClassName
{
background-color: #EBFCFE;
}
.BgClassName
{
background-color: #EBFCFE;
}
</style>
border-color css
<style>
span { border-color: #EBFCFE; }
span { border-color: rgb(235,252,254); }
td.TdClassName
{
border-color: #EBFCFE;
}
.TagClassName
{
border-color: #EBFCFE;
}
</style>