Shades of Botticelli #8EA3AB
Tints of Botticelli #8EA3AB
RGB
CMYK
RGB Variations
Color information
#8EA3AB (or 0x8EA3AB) is known color: Botticelli. HEX triplet: 8E, A3 and AB. RGB value is (142,163,171). Sum of RGB (Red+Green+Blue) = 142+163+171=476 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.83% from 476); Green value is 163 (64.06% from 255 or 34.24% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 171 - color contains mainly: blue. Hex color #8EA3AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA3AB is #715C54. Grayscale: #9D9D9D. Windows color (decimal): -7429205 or 11248526. OLE color: 11248526.
HSL color Cylindrical-coordinate representation of color #8EA3AB: hue angle of 196.55º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA3AB is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 163 | 171 | - |
| CMYK | 0.17 | 0.05 | 0 | 0.33 |
| HSL | 196.55º | 0.15% | 0.61% | - |
| HSV(B) | 196.55º | 0.17% | 0.67% | - |
| XYZ | 31.6 | 34.89 | 43.6 | - |
| YUV | 157.63 | 135.54 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 163 | 171 | 0.17 | 0.05 | 0 | 0.33 | 196.55 | 0.15 | 0.61 |
| Hex | 8E | A3 | AB | 11 | 5 | 0 | 21 | C5 | F | 3D |
| Octal | 216 | 243 | 253 | 21 | 5 | 0 | 41 | 305 | 17 | 75 |
| Binary | 10001110 | 10100011 | 10101011 | 10001 | 101 | 0 | 100001 | 11000101 | 1111 | 111101 |
Color Harmonies of #8EA3AB
Complementary color
Monochromatic Colors of #8EA3AB
Black with #8EA3AB
Text Example
Text Example
White with #8EA3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA3AB; }
p { color: rgb(142,163,171); }
H1.HeaderClassName
{
color: #8EA3AB;
}
.AnyTagClassName
{
color: #8EA3AB;
}
</style>
background-color css
<style>
a { background-color: #8EA3AB; }
a { background-color: rgb(142,163,171); }
div.DivClassName
{
background-color: #8EA3AB;
}
.BgClassName
{
background-color: #8EA3AB;
}
</style>
border-color css
<style>
span { border-color: #8EA3AB; }
span { border-color: rgb(142,163,171); }
td.TdClassName
{
border-color: #8EA3AB;
}
.TagClassName
{
border-color: #8EA3AB;
}
</style>