Shades of Botticelli #8AACB1
Tints of Botticelli #8AACB1
RGB
CMYK
RGB Variations
Color information
#8AACB1 (or 0x8AACB1) is known color: Botticelli. HEX triplet: 8A, AC and B1. RGB value is (138,172,177). Sum of RGB (Red+Green+Blue) = 138+172+177=487 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.34% from 487); Green value is 172 (67.58% from 255 or 35.32% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 177 - color contains mainly: blue. Hex color #8AACB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8AACB1 is #75534E. Grayscale: #A2A2A2. Windows color (decimal): -7689039 or 11644042. OLE color: 11644042.
HSL color Cylindrical-coordinate representation of color #8AACB1: hue angle of 187.69º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #8AACB1 is Cyan = 0.22, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 172 | 177 | - |
| CMYK | 0.22 | 0.03 | 0 | 0.31 |
| HSL | 187.69º | 0.2% | 0.62% | - |
| HSV(B) | 187.69º | 0.22% | 0.69% | - |
| XYZ | 33.17 | 38.08 | 47.2 | - |
| YUV | 162.4 | 136.24 | 110.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 172 | 177 | 0.22 | 0.03 | 0 | 0.31 | 187.69 | 0.2 | 0.62 |
| Hex | 8A | AC | B1 | 16 | 3 | 0 | 1F | BC | 14 | 3E |
| Octal | 212 | 254 | 261 | 26 | 3 | 0 | 37 | 274 | 24 | 76 |
| Binary | 10001010 | 10101100 | 10110001 | 10110 | 11 | 0 | 11111 | 10111100 | 10100 | 111110 |
Color Harmonies of #8AACB1
Complementary color
Monochromatic Colors of #8AACB1
Black with #8AACB1
Text Example
Text Example
White with #8AACB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AACB1; }
p { color: rgb(138,172,177); }
H1.HeaderClassName
{
color: #8AACB1;
}
.AnyTagClassName
{
color: #8AACB1;
}
</style>
background-color css
<style>
a { background-color: #8AACB1; }
a { background-color: rgb(138,172,177); }
div.DivClassName
{
background-color: #8AACB1;
}
.BgClassName
{
background-color: #8AACB1;
}
</style>
border-color css
<style>
span { border-color: #8AACB1; }
span { border-color: rgb(138,172,177); }
td.TdClassName
{
border-color: #8AACB1;
}
.TagClassName
{
border-color: #8AACB1;
}
</style>