Shades of Botticelli #8EA9AF
Tints of Botticelli #8EA9AF
RGB
CMYK
RGB Variations
Color information
#8EA9AF (or 0x8EA9AF) is known color: Botticelli. HEX triplet: 8E, A9 and AF. RGB value is (142,169,175). Sum of RGB (Red+Green+Blue) = 142+169+175=486 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.22% from 486); Green value is 169 (66.41% from 255 or 34.77% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EA9AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA9AF is #715650. Grayscale: #A1A1A1. Windows color (decimal): -7427665 or 11512206. OLE color: 11512206.
HSL color Cylindrical-coordinate representation of color #8EA9AF: hue angle of 190.91º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8EA9AF is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 169 | 175 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.31 |
| HSL | 190.91º | 0.17% | 0.62% | - |
| HSV(B) | 190.91º | 0.19% | 0.69% | - |
| XYZ | 33.08 | 37.22 | 46 | - |
| YUV | 161.61 | 135.55 | 114.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 169 | 175 | 0.19 | 0.03 | 0 | 0.31 | 190.91 | 0.17 | 0.62 |
| Hex | 8E | A9 | AF | 13 | 3 | 0 | 1F | BF | 11 | 3E |
| Octal | 216 | 251 | 257 | 23 | 3 | 0 | 37 | 277 | 21 | 76 |
| Binary | 10001110 | 10101001 | 10101111 | 10011 | 11 | 0 | 11111 | 10111111 | 10001 | 111110 |
Color Harmonies of #8EA9AF
Complementary color
Monochromatic Colors of #8EA9AF
Black with #8EA9AF
Text Example
Text Example
White with #8EA9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA9AF; }
p { color: rgb(142,169,175); }
H1.HeaderClassName
{
color: #8EA9AF;
}
.AnyTagClassName
{
color: #8EA9AF;
}
</style>
background-color css
<style>
a { background-color: #8EA9AF; }
a { background-color: rgb(142,169,175); }
div.DivClassName
{
background-color: #8EA9AF;
}
.BgClassName
{
background-color: #8EA9AF;
}
</style>
border-color css
<style>
span { border-color: #8EA9AF; }
span { border-color: rgb(142,169,175); }
td.TdClassName
{
border-color: #8EA9AF;
}
.TagClassName
{
border-color: #8EA9AF;
}
</style>