Shades of Botticelli #8FADAF
Tints of Botticelli #8FADAF
RGB
CMYK
RGB Variations
Color information
#8FADAF (or 0x8FADAF) is known color: Botticelli. HEX triplet: 8F, AD and AF. RGB value is (143,173,175). Sum of RGB (Red+Green+Blue) = 143+173+175=491 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.12% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 175 - color contains mainly: blue. Hex color #8FADAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FADAF is #705250. Grayscale: #A4A4A4. Windows color (decimal): -7361105 or 11513231. OLE color: 11513231.
HSL color Cylindrical-coordinate representation of color #8FADAF: hue angle of 183.75º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8FADAF is Cyan = 0.18, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 143 | 173 | 175 | - |
| CMYK | 0.18 | 0.01 | 0 | 0.31 |
| HSL | 183.75º | 0.17% | 0.62% | - |
| HSV(B) | 183.75º | 0.18% | 0.69% | - |
| XYZ | 34.01 | 38.82 | 46.26 | - |
| YUV | 164.26 | 134.06 | 112.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 173 | 175 | 0.18 | 0.01 | 0 | 0.31 | 183.75 | 0.17 | 0.62 |
| Hex | 8F | AD | AF | 12 | 1 | 0 | 1F | B8 | 11 | 3E |
| Octal | 217 | 255 | 257 | 22 | 1 | 0 | 37 | 270 | 21 | 76 |
| Binary | 10001111 | 10101101 | 10101111 | 10010 | 1 | 0 | 11111 | 10111000 | 10001 | 111110 |
Color Harmonies of #8FADAF
Complementary color
Monochromatic Colors of #8FADAF
Black with #8FADAF
Text Example
Text Example
White with #8FADAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8FADAF; }
p { color: rgb(143,173,175); }
H1.HeaderClassName
{
color: #8FADAF;
}
.AnyTagClassName
{
color: #8FADAF;
}
</style>
background-color css
<style>
a { background-color: #8FADAF; }
a { background-color: rgb(143,173,175); }
div.DivClassName
{
background-color: #8FADAF;
}
.BgClassName
{
background-color: #8FADAF;
}
</style>
border-color css
<style>
span { border-color: #8FADAF; }
span { border-color: rgb(143,173,175); }
td.TdClassName
{
border-color: #8FADAF;
}
.TagClassName
{
border-color: #8FADAF;
}
</style>