Shades of Azure #EBFFFD
Tints of Azure #EBFFFD
RGB
CMYK
RGB Variations
Color information
#EBFFFD (or 0xEBFFFD) is known color: Azure. HEX triplet: EB, FF and FD. RGB value is (235,255,253). Sum of RGB (Red+Green+Blue) = 235+255+253=743 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.63% from 743); Green value is 255 (100% from 255 or 34.32% from 743); Blue value is 253 (99.22% from 255 or 34.05% from 743); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFFD is #140002. Grayscale: #F8F8F8. Windows color (decimal): -1310723 or 16646123. OLE color: 16646123.
HSL color Cylindrical-coordinate representation of color #EBFFFD: hue angle of 174º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EBFFFD is Cyan = 0.08, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 253 | - |
| CMYK | 0.08 | 0 | 0.01 | 0 |
| HSL | 174º | 1% | 0.96% | - |
| HSV(B) | 174º | 0.08% | 1% | - |
| XYZ | 87.75 | 96.27 | 106.89 | - |
| YUV | 248.79 | 130.37 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 253 | 0.08 | 0 | 0.01 | 0 | 174 | 1 | 0.96 |
| Hex | EB | FF | FD | 8 | 0 | 1 | 0 | AE | 64 | 60 |
| Octal | 353 | 377 | 375 | 10 | 0 | 1 | 0 | 256 | 144 | 140 |
| Binary | 11101011 | 11111111 | 11111101 | 1000 | 0 | 1 | 0 | 10101110 | 1100100 | 1100000 |
Color Harmonies of #EBFFFD
Complementary color
Monochromatic Colors of #EBFFFD
Black with #EBFFFD
Text Example
Text Example
White with #EBFFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFFD; }
p { color: rgb(235,255,253); }
H1.HeaderClassName
{
color: #EBFFFD;
}
.AnyTagClassName
{
color: #EBFFFD;
}
</style>
background-color css
<style>
a { background-color: #EBFFFD; }
a { background-color: rgb(235,255,253); }
div.DivClassName
{
background-color: #EBFFFD;
}
.BgClassName
{
background-color: #EBFFFD;
}
</style>
border-color css
<style>
span { border-color: #EBFFFD; }
span { border-color: rgb(235,255,253); }
td.TdClassName
{
border-color: #EBFFFD;
}
.TagClassName
{
border-color: #EBFFFD;
}
</style>