Shades of Azure #EBF3F5
Tints of Azure #EBF3F5
RGB
CMYK
RGB Variations
Color information
#EBF3F5 (or 0xEBF3F5) is known color: Azure. HEX triplet: EB, F3 and F5. RGB value is (235,243,245). Sum of RGB (Red+Green+Blue) = 235+243+245=723 (95% of max value = 765). Red value is 235 (92.19% from 255 or 32.50% from 723); Green value is 243 (95.31% from 255 or 33.61% from 723); Blue value is 245 (96.09% from 255 or 33.89% from 723); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBF3F5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBF3F5 is #140C0A. Grayscale: #F0F0F0. Windows color (decimal): -1313803 or 16118763. OLE color: 16118763.
HSL color Cylindrical-coordinate representation of color #EBF3F5: hue angle of 192º degrees, saturation: 0.33, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #EBF3F5 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 235 | 243 | 245 | - |
| CMYK | 0.04 | 0.01 | 0 | 0.04 |
| HSL | 192º | 0.33% | 0.94% | - |
| HSV(B) | 192º | 0.04% | 0.96% | - |
| XYZ | 82.79 | 88.36 | 99.08 | - |
| YUV | 240.84 | 130.35 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 243 | 245 | 0.04 | 0.01 | 0 | 0.04 | 192 | 0.33 | 0.94 |
| Hex | EB | F3 | F5 | 4 | 1 | 0 | 4 | C0 | 21 | 5E |
| Octal | 353 | 363 | 365 | 4 | 1 | 0 | 4 | 300 | 41 | 136 |
| Binary | 11101011 | 11110011 | 11110101 | 100 | 1 | 0 | 100 | 11000000 | 100001 | 1011110 |
Color Harmonies of #EBF3F5
Complementary color
Monochromatic Colors of #EBF3F5
Black with #EBF3F5
Text Example
Text Example
White with #EBF3F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBF3F5; }
p { color: rgb(235,243,245); }
H1.HeaderClassName
{
color: #EBF3F5;
}
.AnyTagClassName
{
color: #EBF3F5;
}
</style>
background-color css
<style>
a { background-color: #EBF3F5; }
a { background-color: rgb(235,243,245); }
div.DivClassName
{
background-color: #EBF3F5;
}
.BgClassName
{
background-color: #EBF3F5;
}
</style>
border-color css
<style>
span { border-color: #EBF3F5; }
span { border-color: rgb(235,243,245); }
td.TdClassName
{
border-color: #EBF3F5;
}
.TagClassName
{
border-color: #EBF3F5;
}
</style>