Shades of Botticelli #8DA8AD
Tints of Botticelli #8DA8AD
RGB
CMYK
RGB Variations
Color information
#8DA8AD (or 0x8DA8AD) is known color: Botticelli. HEX triplet: 8D, A8 and AD. RGB value is (141,168,173). Sum of RGB (Red+Green+Blue) = 141+168+173=482 (63% of max value = 765). Red value is 141 (55.47% from 255 or 29.25% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 173 - color contains mainly: blue. Hex color #8DA8AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA8AD is #725752. Grayscale: #A0A0A0. Windows color (decimal): -7493459 or 11380877. OLE color: 11380877.
HSL color Cylindrical-coordinate representation of color #8DA8AD: hue angle of 189.38º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8DA8AD is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 141 | 168 | 173 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.32 |
| HSL | 189.38º | 0.16% | 0.62% | - |
| HSV(B) | 189.38º | 0.18% | 0.68% | - |
| XYZ | 32.53 | 36.69 | 44.9 | - |
| YUV | 160.5 | 135.05 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 173 | 0.18 | 0.03 | 0 | 0.32 | 189.38 | 0.16 | 0.62 |
| Hex | 8D | A8 | AD | 12 | 3 | 0 | 20 | BD | 10 | 3E |
| Octal | 215 | 250 | 255 | 22 | 3 | 0 | 40 | 275 | 20 | 76 |
| Binary | 10001101 | 10101000 | 10101101 | 10010 | 11 | 0 | 100000 | 10111101 | 10000 | 111110 |
Color Harmonies of #8DA8AD
Complementary color
Monochromatic Colors of #8DA8AD
Black with #8DA8AD
Text Example
Text Example
White with #8DA8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8AD; }
p { color: rgb(141,168,173); }
H1.HeaderClassName
{
color: #8DA8AD;
}
.AnyTagClassName
{
color: #8DA8AD;
}
</style>
background-color css
<style>
a { background-color: #8DA8AD; }
a { background-color: rgb(141,168,173); }
div.DivClassName
{
background-color: #8DA8AD;
}
.BgClassName
{
background-color: #8DA8AD;
}
</style>
border-color css
<style>
span { border-color: #8DA8AD; }
span { border-color: rgb(141,168,173); }
td.TdClassName
{
border-color: #8DA8AD;
}
.TagClassName
{
border-color: #8DA8AD;
}
</style>