Shades of Botticelli #86AAB3
Tints of Botticelli #86AAB3
RGB
CMYK
RGB Variations
Color information
#86AAB3 (or 0x86AAB3) is known color: Botticelli. HEX triplet: 86, AA and B3. RGB value is (134,170,179). Sum of RGB (Red+Green+Blue) = 134+170+179=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 179 (70.31% from 255 or 37.06% from 483); Max value from RGB is 179 - color contains mainly: blue. Hex color #86AAB3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AAB3 is #79554C. Grayscale: #A0A0A0. Windows color (decimal): -7951693 or 11774598. OLE color: 11774598.
HSL color Cylindrical-coordinate representation of color #86AAB3: hue angle of 192º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #86AAB3 is Cyan = 0.25, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 170 | 179 | - |
| CMYK | 0.25 | 0.05 | 0 | 0.30 |
| HSL | 192º | 0.23% | 0.61% | - |
| HSV(B) | 192º | 0.25% | 0.7% | - |
| XYZ | 32.34 | 37.07 | 48.1 | - |
| YUV | 160.26 | 138.57 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 179 | 0.25 | 0.05 | 0 | 0.30 | 192 | 0.23 | 0.61 |
| Hex | 86 | AA | B3 | 19 | 5 | 0 | 1E | C0 | 17 | 3D |
| Octal | 206 | 252 | 263 | 31 | 5 | 0 | 36 | 300 | 27 | 75 |
| Binary | 10000110 | 10101010 | 10110011 | 11001 | 101 | 0 | 11110 | 11000000 | 10111 | 111101 |
Color Harmonies of #86AAB3
Complementary color
Monochromatic Colors of #86AAB3
Black with #86AAB3
Text Example
Text Example
White with #86AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AAB3; }
p { color: rgb(134,170,179); }
H1.HeaderClassName
{
color: #86AAB3;
}
.AnyTagClassName
{
color: #86AAB3;
}
</style>
background-color css
<style>
a { background-color: #86AAB3; }
a { background-color: rgb(134,170,179); }
div.DivClassName
{
background-color: #86AAB3;
}
.BgClassName
{
background-color: #86AAB3;
}
</style>
border-color css
<style>
span { border-color: #86AAB3; }
span { border-color: rgb(134,170,179); }
td.TdClassName
{
border-color: #86AAB3;
}
.TagClassName
{
border-color: #86AAB3;
}
</style>