Shades of Botticelli #86AAB4
Tints of Botticelli #86AAB4
RGB
CMYK
RGB Variations
Color information
#86AAB4 (or 0x86AAB4) is known color: Botticelli. HEX triplet: 86, AA and B4. RGB value is (134,170,180). Sum of RGB (Red+Green+Blue) = 134+170+180=484 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.69% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 180 (70.70% from 255 or 37.19% from 484); Max value from RGB is 180 - color contains mainly: blue. Hex color #86AAB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AAB4 is #79554B. Grayscale: #A0A0A0. Windows color (decimal): -7951692 or 11840134. OLE color: 11840134.
HSL color Cylindrical-coordinate representation of color #86AAB4: hue angle of 193.04º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86AAB4 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 170 | 180 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.29 |
| HSL | 193.04º | 0.23% | 0.62% | - |
| HSV(B) | 193.04º | 0.26% | 0.71% | - |
| XYZ | 32.44 | 37.11 | 48.63 | - |
| YUV | 160.38 | 139.07 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 180 | 0.26 | 0.06 | 0 | 0.29 | 193.04 | 0.23 | 0.62 |
| Hex | 86 | AA | B4 | 1A | 6 | 0 | 1D | C1 | 17 | 3E |
| Octal | 206 | 252 | 264 | 32 | 6 | 0 | 35 | 301 | 27 | 76 |
| Binary | 10000110 | 10101010 | 10110100 | 11010 | 110 | 0 | 11101 | 11000001 | 10111 | 111110 |
Color Harmonies of #86AAB4
Complementary color
Monochromatic Colors of #86AAB4
Black with #86AAB4
Text Example
Text Example
White with #86AAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAB4; }
p { color: rgb(134,170,180); }
H1.HeaderClassName
{
color: #86AAB4;
}
.AnyTagClassName
{
color: #86AAB4;
}
</style>
background-color css
<style>
a { background-color: #86AAB4; }
a { background-color: rgb(134,170,180); }
div.DivClassName
{
background-color: #86AAB4;
}
.BgClassName
{
background-color: #86AAB4;
}
</style>
border-color css
<style>
span { border-color: #86AAB4; }
span { border-color: rgb(134,170,180); }
td.TdClassName
{
border-color: #86AAB4;
}
.TagClassName
{
border-color: #86AAB4;
}
</style>