Shades of Botticelli #8EA8AE
Tints of Botticelli #8EA8AE
RGB
CMYK
RGB Variations
Color information
#8EA8AE (or 0x8EA8AE) is known color: Botticelli. HEX triplet: 8E, A8 and AE. RGB value is (142,168,174). Sum of RGB (Red+Green+Blue) = 142+168+174=484 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.34% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 174 - color contains mainly: blue. Hex color #8EA8AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EA8AE is #715751. Grayscale: #A0A0A0. Windows color (decimal): -7427922 or 11446414. OLE color: 11446414.
HSL color Cylindrical-coordinate representation of color #8EA8AE: hue angle of 191.25º 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 #8EA8AE is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 142 | 168 | 174 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.32 |
| HSL | 191.25º | 0.16% | 0.62% | - |
| HSV(B) | 191.25º | 0.18% | 0.68% | - |
| XYZ | 32.8 | 36.81 | 45.42 | - |
| YUV | 160.91 | 135.39 | 114.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 168 | 174 | 0.18 | 0.03 | 0 | 0.32 | 191.25 | 0.16 | 0.62 |
| Hex | 8E | A8 | AE | 12 | 3 | 0 | 20 | BF | 10 | 3E |
| Octal | 216 | 250 | 256 | 22 | 3 | 0 | 40 | 277 | 20 | 76 |
| Binary | 10001110 | 10101000 | 10101110 | 10010 | 11 | 0 | 100000 | 10111111 | 10000 | 111110 |
Color Harmonies of #8EA8AE
Complementary color
Monochromatic Colors of #8EA8AE
Black with #8EA8AE
Text Example
Text Example
White with #8EA8AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA8AE; }
p { color: rgb(142,168,174); }
H1.HeaderClassName
{
color: #8EA8AE;
}
.AnyTagClassName
{
color: #8EA8AE;
}
</style>
background-color css
<style>
a { background-color: #8EA8AE; }
a { background-color: rgb(142,168,174); }
div.DivClassName
{
background-color: #8EA8AE;
}
.BgClassName
{
background-color: #8EA8AE;
}
</style>
border-color css
<style>
span { border-color: #8EA8AE; }
span { border-color: rgb(142,168,174); }
td.TdClassName
{
border-color: #8EA8AE;
}
.TagClassName
{
border-color: #8EA8AE;
}
</style>