Shades of Botticelli #8EACAF
Tints of Botticelli #8EACAF
RGB
CMYK
RGB Variations
Color information
#8EACAF (or 0x8EACAF) is known color: Botticelli. HEX triplet: 8E, AC and AF. RGB value is (142,172,175). Sum of RGB (Red+Green+Blue) = 142+172+175=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 175 - color contains mainly: blue. Hex color #8EACAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EACAF is #715350. Grayscale: #A3A3A3. Windows color (decimal): -7426897 or 11512974. OLE color: 11512974.
HSL color Cylindrical-coordinate representation of color #8EACAF: hue angle of 185.45º 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 #8EACAF is Cyan = 0.19, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 172 | 175 | - |
| CMYK | 0.19 | 0.02 | 0 | 0.31 |
| HSL | 185.45º | 0.17% | 0.62% | - |
| HSV(B) | 185.45º | 0.19% | 0.69% | - |
| XYZ | 33.65 | 38.35 | 46.19 | - |
| YUV | 163.37 | 134.56 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 172 | 175 | 0.19 | 0.02 | 0 | 0.31 | 185.45 | 0.17 | 0.62 |
| Hex | 8E | AC | AF | 13 | 2 | 0 | 1F | B9 | 11 | 3E |
| Octal | 216 | 254 | 257 | 23 | 2 | 0 | 37 | 271 | 21 | 76 |
| Binary | 10001110 | 10101100 | 10101111 | 10011 | 10 | 0 | 11111 | 10111001 | 10001 | 111110 |
Color Harmonies of #8EACAF
Complementary color
Monochromatic Colors of #8EACAF
Black with #8EACAF
Text Example
Text Example
White with #8EACAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EACAF; }
p { color: rgb(142,172,175); }
H1.HeaderClassName
{
color: #8EACAF;
}
.AnyTagClassName
{
color: #8EACAF;
}
</style>
background-color css
<style>
a { background-color: #8EACAF; }
a { background-color: rgb(142,172,175); }
div.DivClassName
{
background-color: #8EACAF;
}
.BgClassName
{
background-color: #8EACAF;
}
</style>
border-color css
<style>
span { border-color: #8EACAF; }
span { border-color: rgb(142,172,175); }
td.TdClassName
{
border-color: #8EACAF;
}
.TagClassName
{
border-color: #8EACAF;
}
</style>