Shades of Botticelli #8DA8AF
Tints of Botticelli #8DA8AF
RGB
CMYK
RGB Variations
Color information
#8DA8AF (or 0x8DA8AF) is known color: Botticelli. HEX triplet: 8D, A8 and AF. RGB value is (141,168,175). Sum of RGB (Red+Green+Blue) = 141+168+175=484 (64% of max value = 765). Red value is 141 (55.47% from 255 or 29.13% from 484); Green value is 168 (66.02% from 255 or 34.71% from 484); Blue value is 175 (68.75% from 255 or 36.16% from 484); Max value from RGB is 175 - color contains mainly: blue. Hex color #8DA8AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8DA8AF is #725750. Grayscale: #A0A0A0. Windows color (decimal): -7493457 or 11511949. OLE color: 11511949.
HSL color Cylindrical-coordinate representation of color #8DA8AF: hue angle of 192.35º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8DA8AF is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 141 | 168 | 175 | - |
| CMYK | 0.19 | 0.04 | 0 | 0.31 |
| HSL | 192.35º | 0.18% | 0.62% | - |
| HSV(B) | 192.35º | 0.19% | 0.69% | - |
| XYZ | 32.73 | 36.76 | 45.93 | - |
| YUV | 160.73 | 136.05 | 113.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 168 | 175 | 0.19 | 0.04 | 0 | 0.31 | 192.35 | 0.18 | 0.62 |
| Hex | 8D | A8 | AF | 13 | 4 | 0 | 1F | C0 | 12 | 3E |
| Octal | 215 | 250 | 257 | 23 | 4 | 0 | 37 | 300 | 22 | 76 |
| Binary | 10001101 | 10101000 | 10101111 | 10011 | 100 | 0 | 11111 | 11000000 | 10010 | 111110 |
Color Harmonies of #8DA8AF
Complementary color
Monochromatic Colors of #8DA8AF
Black with #8DA8AF
Text Example
Text Example
White with #8DA8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8DA8AF; }
p { color: rgb(141,168,175); }
H1.HeaderClassName
{
color: #8DA8AF;
}
.AnyTagClassName
{
color: #8DA8AF;
}
</style>
background-color css
<style>
a { background-color: #8DA8AF; }
a { background-color: rgb(141,168,175); }
div.DivClassName
{
background-color: #8DA8AF;
}
.BgClassName
{
background-color: #8DA8AF;
}
</style>
border-color css
<style>
span { border-color: #8DA8AF; }
span { border-color: rgb(141,168,175); }
td.TdClassName
{
border-color: #8DA8AF;
}
.TagClassName
{
border-color: #8DA8AF;
}
</style>