Shades of Botticelli #86A9B4
Tints of Botticelli #86A9B4
RGB
CMYK
RGB Variations
Color information
#86A9B4 (or 0x86A9B4) is known color: Botticelli. HEX triplet: 86, A9 and B4. RGB value is (134,169,180). Sum of RGB (Red+Green+Blue) = 134+169+180=483 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.74% from 483); Green value is 169 (66.41% from 255 or 34.99% from 483); Blue value is 180 (70.70% from 255 or 37.27% from 483); Max value from RGB is 180 - color contains mainly: blue. Hex color #86A9B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A9B4 is #79564B. Grayscale: #9F9F9F. Windows color (decimal): -7951948 or 11839878. OLE color: 11839878.
HSL color Cylindrical-coordinate representation of color #86A9B4: hue angle of 194.35º 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 #86A9B4 is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 169 | 180 | - |
| CMYK | 0.26 | 0.06 | 0 | 0.29 |
| HSL | 194.35º | 0.23% | 0.62% | - |
| HSV(B) | 194.35º | 0.26% | 0.71% | - |
| XYZ | 32.26 | 36.74 | 48.57 | - |
| YUV | 159.79 | 139.4 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 169 | 180 | 0.26 | 0.06 | 0 | 0.29 | 194.35 | 0.23 | 0.62 |
| Hex | 86 | A9 | B4 | 1A | 6 | 0 | 1D | C2 | 17 | 3E |
| Octal | 206 | 251 | 264 | 32 | 6 | 0 | 35 | 302 | 27 | 76 |
| Binary | 10000110 | 10101001 | 10110100 | 11010 | 110 | 0 | 11101 | 11000010 | 10111 | 111110 |
Color Harmonies of #86A9B4
Complementary color
Monochromatic Colors of #86A9B4
Black with #86A9B4
Text Example
Text Example
White with #86A9B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A9B4; }
p { color: rgb(134,169,180); }
H1.HeaderClassName
{
color: #86A9B4;
}
.AnyTagClassName
{
color: #86A9B4;
}
</style>
background-color css
<style>
a { background-color: #86A9B4; }
a { background-color: rgb(134,169,180); }
div.DivClassName
{
background-color: #86A9B4;
}
.BgClassName
{
background-color: #86A9B4;
}
</style>
border-color css
<style>
span { border-color: #86A9B4; }
span { border-color: rgb(134,169,180); }
td.TdClassName
{
border-color: #86A9B4;
}
.TagClassName
{
border-color: #86A9B4;
}
</style>