Shades of Azure #EBFFFF
Tints of Azure #EBFFFF
RGB
CMYK
RGB Variations
Color information
#EBFFFF (or 0xEBFFFF) is known color: Azure. HEX triplet: EB, FF and FF. RGB value is (235,255,255). Sum of RGB (Red+Green+Blue) = 235+255+255=745 (98% of max value = 765). Red value is 235 (92.19% from 255 or 31.54% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: green, blue. Hex color #EBFFFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EBFFFF is #140000. Grayscale: #F9F9F9. Windows color (decimal): -1310721 or 16777195. OLE color: 16777195.
HSL color Cylindrical-coordinate representation of color #EBFFFF: hue angle of 180º 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 #EBFFFF is Cyan = 0.08, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 235 | 255 | 255 | - |
| CMYK | 0.08 | 0 | 0 | 0 |
| HSL | 180º | 1% | 0.96% | - |
| HSV(B) | 180º | 0.08% | 1% | - |
| XYZ | 88.07 | 96.4 | 108.57 | - |
| YUV | 249.02 | 131.37 | 118 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 255 | 255 | 0.08 | 0 | 0 | 0 | 180 | 1 | 0.96 |
| Hex | EB | FF | FF | 8 | 0 | 0 | 0 | B4 | 64 | 60 |
| Octal | 353 | 377 | 377 | 10 | 0 | 0 | 0 | 264 | 144 | 140 |
| Binary | 11101011 | 11111111 | 11111111 | 1000 | 0 | 0 | 0 | 10110100 | 1100100 | 1100000 |
Color Harmonies of #EBFFFF
Complementary color
Monochromatic Colors of #EBFFFF
Black with #EBFFFF
Text Example
Text Example
White with #EBFFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBFFFF; }
p { color: rgb(235,255,255); }
H1.HeaderClassName
{
color: #EBFFFF;
}
.AnyTagClassName
{
color: #EBFFFF;
}
</style>
background-color css
<style>
a { background-color: #EBFFFF; }
a { background-color: rgb(235,255,255); }
div.DivClassName
{
background-color: #EBFFFF;
}
.BgClassName
{
background-color: #EBFFFF;
}
</style>
border-color css
<style>
span { border-color: #EBFFFF; }
span { border-color: rgb(235,255,255); }
td.TdClassName
{
border-color: #EBFFFF;
}
.TagClassName
{
border-color: #EBFFFF;
}
</style>