Shades of Botticelli #8EABB8
Tints of Botticelli #8EABB8
RGB
CMYK
RGB Variations
Color information
#8EABB8 (or 0x8EABB8) is known color: Botticelli. HEX triplet: 8E, AB and B8. RGB value is (142,171,184). Sum of RGB (Red+Green+Blue) = 142+171+184=497 (65% of max value = 765). Red value is 142 (55.86% from 255 or 28.57% from 497); Green value is 171 (67.19% from 255 or 34.41% from 497); Blue value is 184 (72.27% from 255 or 37.02% from 497); Max value from RGB is 184 - color contains mainly: blue. Hex color #8EABB8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8EABB8 is #715447. Grayscale: #A3A3A3. Windows color (decimal): -7427144 or 12102542. OLE color: 12102542.
HSL color Cylindrical-coordinate representation of color #8EABB8: hue angle of 198.57º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8EABB8 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 142 | 171 | 184 | - |
| CMYK | 0.23 | 0.07 | 0 | 0.28 |
| HSL | 198.57º | 0.23% | 0.64% | - |
| HSV(B) | 198.57º | 0.23% | 0.72% | - |
| XYZ | 34.37 | 38.34 | 50.94 | - |
| YUV | 163.81 | 139.39 | 112.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 171 | 184 | 0.23 | 0.07 | 0 | 0.28 | 198.57 | 0.23 | 0.64 |
| Hex | 8E | AB | B8 | 17 | 7 | 0 | 1C | C7 | 17 | 40 |
| Octal | 216 | 253 | 270 | 27 | 7 | 0 | 34 | 307 | 27 | 100 |
| Binary | 10001110 | 10101011 | 10111000 | 10111 | 111 | 0 | 11100 | 11000111 | 10111 | 1000000 |
Color Harmonies of #8EABB8
Complementary color
Monochromatic Colors of #8EABB8
Black with #8EABB8
Text Example
Text Example
White with #8EABB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EABB8; }
p { color: rgb(142,171,184); }
H1.HeaderClassName
{
color: #8EABB8;
}
.AnyTagClassName
{
color: #8EABB8;
}
</style>
background-color css
<style>
a { background-color: #8EABB8; }
a { background-color: rgb(142,171,184); }
div.DivClassName
{
background-color: #8EABB8;
}
.BgClassName
{
background-color: #8EABB8;
}
</style>
border-color css
<style>
span { border-color: #8EABB8; }
span { border-color: rgb(142,171,184); }
td.TdClassName
{
border-color: #8EABB8;
}
.TagClassName
{
border-color: #8EABB8;
}
</style>