Shades of Botticelli #8EA6AD
Tints of Botticelli #8EA6AD
RGB
CMYK
RGB Variations
Color information
#8EA6AD (or 0x8EA6AD) is known color: Botticelli. HEX triplet: 8E, A6 and AD. RGB value is (142,166,173). Sum of RGB (Red+Green+Blue) = 142+166+173=481 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.52% from 481); Green value is 166 (65.23% from 255 or 34.51% from 481); Blue value is 173 (67.97% from 255 or 35.97% from 481); Max value from RGB is 173 - color contains mainly: blue. Hex color #8EA6AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA6AD is #715952. Grayscale: #9F9F9F. Windows color (decimal): -7428435 or 11380366. OLE color: 11380366.
HSL color Cylindrical-coordinate representation of color #8EA6AD: hue angle of 193.55º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8EA6AD is Cyan = 0.18, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 166 | 173 | - |
| CMYK | 0.18 | 0.04 | 0 | 0.32 |
| HSL | 193.55º | 0.16% | 0.62% | - |
| HSV(B) | 193.55º | 0.18% | 0.68% | - |
| XYZ | 32.33 | 36.04 | 44.79 | - |
| YUV | 159.62 | 135.55 | 115.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 166 | 173 | 0.18 | 0.04 | 0 | 0.32 | 193.55 | 0.16 | 0.62 |
| Hex | 8E | A6 | AD | 12 | 4 | 0 | 20 | C2 | 10 | 3E |
| Octal | 216 | 246 | 255 | 22 | 4 | 0 | 40 | 302 | 20 | 76 |
| Binary | 10001110 | 10100110 | 10101101 | 10010 | 100 | 0 | 100000 | 11000010 | 10000 | 111110 |
Color Harmonies of #8EA6AD
Complementary color
Monochromatic Colors of #8EA6AD
Black with #8EA6AD
Text Example
Text Example
White with #8EA6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA6AD; }
p { color: rgb(142,166,173); }
H1.HeaderClassName
{
color: #8EA6AD;
}
.AnyTagClassName
{
color: #8EA6AD;
}
</style>
background-color css
<style>
a { background-color: #8EA6AD; }
a { background-color: rgb(142,166,173); }
div.DivClassName
{
background-color: #8EA6AD;
}
.BgClassName
{
background-color: #8EA6AD;
}
</style>
border-color css
<style>
span { border-color: #8EA6AD; }
span { border-color: rgb(142,166,173); }
td.TdClassName
{
border-color: #8EA6AD;
}
.TagClassName
{
border-color: #8EA6AD;
}
</style>