Shades of Botticelli #86AFBB
Tints of Botticelli #86AFBB
RGB
CMYK
RGB Variations
Color information
#86AFBB (or 0x86AFBB) is known color: Botticelli. HEX triplet: 86, AF and BB. RGB value is (134,175,187). Sum of RGB (Red+Green+Blue) = 134+175+187=496 (65% of max value = 765). Red value is 134 (52.73% from 255 or 27.02% from 496); Green value is 175 (68.75% from 255 or 35.28% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 187 - color contains mainly: blue. Hex color #86AFBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AFBB is #795044. Grayscale: #A4A4A4. Windows color (decimal): -7950405 or 12300166. OLE color: 12300166.
HSL color Cylindrical-coordinate representation of color #86AFBB: hue angle of 193.58º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86AFBB is Cyan = 0.28, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 175 | 187 | - |
| CMYK | 0.28 | 0.06 | 0 | 0.27 |
| HSL | 193.58º | 0.28% | 0.63% | - |
| HSV(B) | 193.58º | 0.28% | 0.73% | - |
| XYZ | 34.13 | 39.32 | 52.8 | - |
| YUV | 164.11 | 140.92 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 175 | 187 | 0.28 | 0.06 | 0 | 0.27 | 193.58 | 0.28 | 0.63 |
| Hex | 86 | AF | BB | 1C | 6 | 0 | 1B | C2 | 1C | 3F |
| Octal | 206 | 257 | 273 | 34 | 6 | 0 | 33 | 302 | 34 | 77 |
| Binary | 10000110 | 10101111 | 10111011 | 11100 | 110 | 0 | 11011 | 11000010 | 11100 | 111111 |
Color Harmonies of #86AFBB
Complementary color
Monochromatic Colors of #86AFBB
Black with #86AFBB
Text Example
Text Example
White with #86AFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AFBB; }
p { color: rgb(134,175,187); }
H1.HeaderClassName
{
color: #86AFBB;
}
.AnyTagClassName
{
color: #86AFBB;
}
</style>
background-color css
<style>
a { background-color: #86AFBB; }
a { background-color: rgb(134,175,187); }
div.DivClassName
{
background-color: #86AFBB;
}
.BgClassName
{
background-color: #86AFBB;
}
</style>
border-color css
<style>
span { border-color: #86AFBB; }
span { border-color: rgb(134,175,187); }
td.TdClassName
{
border-color: #86AFBB;
}
.TagClassName
{
border-color: #86AFBB;
}
</style>