Shades of Botticelli #8DAAB1
Tints of Botticelli #8DAAB1
RGB
CMYK
RGB Variations
Color information
#8DAAB1 (or 0x8DAAB1) is known color: Botticelli. HEX triplet: 8D, AA and B1. RGB value is (141,170,177). Sum of RGB (Red+Green+Blue) = 141+170+177=488 (64% of max value = 765). Red value is 141 (55.47% from 255 or 28.89% from 488); Green value is 170 (66.80% from 255 or 34.84% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 177 - color contains mainly: blue. Hex color #8DAAB1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DAAB1 is #72554E. Grayscale: #A2A2A2. Windows color (decimal): -7492943 or 11643533. OLE color: 11643533.
HSL color Cylindrical-coordinate representation of color #8DAAB1: hue angle of 191.67º degrees, saturation: 0.19, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8DAAB1 is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 170 | 177 | - |
| CMYK | 0.20 | 0.04 | 0 | 0.31 |
| HSL | 191.67º | 0.19% | 0.62% | - |
| HSV(B) | 191.67º | 0.2% | 0.69% | - |
| XYZ | 33.3 | 37.59 | 47.1 | - |
| YUV | 162.13 | 136.39 | 112.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 170 | 177 | 0.20 | 0.04 | 0 | 0.31 | 191.67 | 0.19 | 0.62 |
| Hex | 8D | AA | B1 | 14 | 4 | 0 | 1F | C0 | 13 | 3E |
| Octal | 215 | 252 | 261 | 24 | 4 | 0 | 37 | 300 | 23 | 76 |
| Binary | 10001101 | 10101010 | 10110001 | 10100 | 100 | 0 | 11111 | 11000000 | 10011 | 111110 |
Color Harmonies of #8DAAB1
Complementary color
Monochromatic Colors of #8DAAB1
Black with #8DAAB1
Text Example
Text Example
White with #8DAAB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DAAB1; }
p { color: rgb(141,170,177); }
H1.HeaderClassName
{
color: #8DAAB1;
}
.AnyTagClassName
{
color: #8DAAB1;
}
</style>
background-color css
<style>
a { background-color: #8DAAB1; }
a { background-color: rgb(141,170,177); }
div.DivClassName
{
background-color: #8DAAB1;
}
.BgClassName
{
background-color: #8DAAB1;
}
</style>
border-color css
<style>
span { border-color: #8DAAB1; }
span { border-color: rgb(141,170,177); }
td.TdClassName
{
border-color: #8DAAB1;
}
.TagClassName
{
border-color: #8DAAB1;
}
</style>