Shades of Botticelli #8EAAB1
Tints of Botticelli #8EAAB1
RGB
CMYK
RGB Variations
Color information
#8EAAB1 (or 0x8EAAB1) is known color: Botticelli. HEX triplet: 8E, AA and B1. RGB value is (142,170,177). Sum of RGB (Red+Green+Blue) = 142+170+177=489 (64% of max value = 765). Red value is 142 (55.86% from 255 or 29.04% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 177 - color contains mainly: blue. Hex color #8EAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8EAAB1 is #71554E. Grayscale: #A2A2A2. Windows color (decimal): -7427407 or 11643534. OLE color: 11643534.
HSL color Cylindrical-coordinate representation of color #8EAAB1: hue angle of 192º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8EAAB1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 142 | 170 | 177 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.31 |
| HSL | 192º | 0.18% | 0.63% | - |
| HSV(B) | 192º | 0.2% | 0.69% | - |
| XYZ | 33.47 | 37.67 | 47.1 | - |
| YUV | 162.43 | 136.22 | 113.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 170 | 177 | 0.20 | 0.04 | 0 | 0.31 | 192 | 0.18 | 0.63 |
| Hex | 8E | AA | B1 | 14 | 4 | 0 | 1F | C0 | 12 | 3F |
| Octal | 216 | 252 | 261 | 24 | 4 | 0 | 37 | 300 | 22 | 77 |
| Binary | 10001110 | 10101010 | 10110001 | 10100 | 100 | 0 | 11111 | 11000000 | 10010 | 111111 |
Color Harmonies of #8EAAB1
Complementary color
Monochromatic Colors of #8EAAB1
Black with #8EAAB1
Text Example
Text Example
White with #8EAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EAAB1; }
p { color: rgb(142,170,177); }
H1.HeaderClassName
{
color: #8EAAB1;
}
.AnyTagClassName
{
color: #8EAAB1;
}
</style>
background-color css
<style>
a { background-color: #8EAAB1; }
a { background-color: rgb(142,170,177); }
div.DivClassName
{
background-color: #8EAAB1;
}
.BgClassName
{
background-color: #8EAAB1;
}
</style>
border-color css
<style>
span { border-color: #8EAAB1; }
span { border-color: rgb(142,170,177); }
td.TdClassName
{
border-color: #8EAAB1;
}
.TagClassName
{
border-color: #8EAAB1;
}
</style>