Shades of Botticelli #8EA8AC
Tints of Botticelli #8EA8AC
RGB
CMYK
RGB Variations
Color information
#8EA8AC (or 0x8EA8AC) is known color: Botticelli. HEX triplet: 8E, A8 and AC. RGB value is (142,168,172). Sum of RGB (Red+Green+Blue) = 142+168+172=482 (63% of max value = 765). Red value is 142 (55.86% from 255 or 29.46% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 172 (67.58% from 255 or 35.68% from 482); Max value from RGB is 172 - color contains mainly: blue. Hex color #8EA8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8AC is #715753. Grayscale: #A0A0A0. Windows color (decimal): -7427924 or 11315342. OLE color: 11315342.
HSL color Cylindrical-coordinate representation of color #8EA8AC: hue angle of 188º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8EA8AC is Cyan = 0.17, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 142 | 168 | 172 | - |
| CMYK | 0.17 | 0.02 | 0 | 0.33 |
| HSL | 188º | 0.15% | 0.62% | - |
| HSV(B) | 188º | 0.17% | 0.67% | - |
| XYZ | 32.6 | 36.73 | 44.4 | - |
| YUV | 160.68 | 134.39 | 114.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 172 | 0.17 | 0.02 | 0 | 0.33 | 188 | 0.15 | 0.62 |
| Hex | 8E | A8 | AC | 11 | 2 | 0 | 21 | BC | F | 3E |
| Octal | 216 | 250 | 254 | 21 | 2 | 0 | 41 | 274 | 17 | 76 |
| Binary | 10001110 | 10101000 | 10101100 | 10001 | 10 | 0 | 100001 | 10111100 | 1111 | 111110 |
Color Harmonies of #8EA8AC
Complementary color
Monochromatic Colors of #8EA8AC
Black with #8EA8AC
Text Example
Text Example
White with #8EA8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8AC; }
p { color: rgb(142,168,172); }
H1.HeaderClassName
{
color: #8EA8AC;
}
.AnyTagClassName
{
color: #8EA8AC;
}
</style>
background-color css
<style>
a { background-color: #8EA8AC; }
a { background-color: rgb(142,168,172); }
div.DivClassName
{
background-color: #8EA8AC;
}
.BgClassName
{
background-color: #8EA8AC;
}
</style>
border-color css
<style>
span { border-color: #8EA8AC; }
span { border-color: rgb(142,168,172); }
td.TdClassName
{
border-color: #8EA8AC;
}
.TagClassName
{
border-color: #8EA8AC;
}
</style>