Shades of Botticelli #8DA9AE
Tints of Botticelli #8DA9AE
RGB
CMYK
RGB Variations
Color information
#8DA9AE (or 0x8DA9AE) is known color: Botticelli. HEX triplet: 8D, A9 and AE. RGB value is (141,169,174). Sum of RGB (Red+Green+Blue) = 141+169+174=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 169 (66.41% from 255 or 34.92% 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 #8DA9AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA9AE is #725651. Grayscale: #A1A1A1. Windows color (decimal): -7493202 or 11446669. OLE color: 11446669.
HSL color Cylindrical-coordinate representation of color #8DA9AE: hue angle of 189.09º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DA9AE is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 169 | 174 | - |
| CMYK | 0.19 | 0.03 | 0 | 0.32 |
| HSL | 189.09º | 0.17% | 0.62% | - |
| HSV(B) | 189.09º | 0.19% | 0.68% | - |
| XYZ | 32.81 | 37.09 | 45.47 | - |
| YUV | 161.2 | 135.22 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 169 | 174 | 0.19 | 0.03 | 0 | 0.32 | 189.09 | 0.17 | 0.62 |
| Hex | 8D | A9 | AE | 13 | 3 | 0 | 20 | BD | 11 | 3E |
| Octal | 215 | 251 | 256 | 23 | 3 | 0 | 40 | 275 | 21 | 76 |
| Binary | 10001101 | 10101001 | 10101110 | 10011 | 11 | 0 | 100000 | 10111101 | 10001 | 111110 |
Color Harmonies of #8DA9AE
Complementary color
Monochromatic Colors of #8DA9AE
Black with #8DA9AE
Text Example
Text Example
White with #8DA9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA9AE; }
p { color: rgb(141,169,174); }
H1.HeaderClassName
{
color: #8DA9AE;
}
.AnyTagClassName
{
color: #8DA9AE;
}
</style>
background-color css
<style>
a { background-color: #8DA9AE; }
a { background-color: rgb(141,169,174); }
div.DivClassName
{
background-color: #8DA9AE;
}
.BgClassName
{
background-color: #8DA9AE;
}
</style>
border-color css
<style>
span { border-color: #8DA9AE; }
span { border-color: rgb(141,169,174); }
td.TdClassName
{
border-color: #8DA9AE;
}
.TagClassName
{
border-color: #8DA9AE;
}
</style>