Shades of Botticelli #86A8B4
Tints of Botticelli #86A8B4
RGB
CMYK
RGB Variations
Color information
#86A8B4 (or 0x86A8B4) is known color: Botticelli. HEX triplet: 86, A8 and B4. RGB value is (134,168,180). Sum of RGB (Red+Green+Blue) = 134+168+180=482 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.80% from 482); Green value is 168 (66.02% from 255 or 34.85% from 482); Blue value is 180 (70.70% from 255 or 37.34% from 482); Max value from RGB is 180 - color contains mainly: blue. Hex color #86A8B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8B4 is #79574B. Grayscale: #9F9F9F. Windows color (decimal): -7952204 or 11839622. OLE color: 11839622.
HSL color Cylindrical-coordinate representation of color #86A8B4: hue angle of 195.65º 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 #86A8B4 is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 168 | 180 | - |
| CMYK | 0.26 | 0.07 | 0 | 0.29 |
| HSL | 195.65º | 0.23% | 0.62% | - |
| HSV(B) | 195.65º | 0.26% | 0.71% | - |
| XYZ | 32.07 | 36.37 | 48.51 | - |
| YUV | 159.2 | 139.74 | 110.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 180 | 0.26 | 0.07 | 0 | 0.29 | 195.65 | 0.23 | 0.62 |
| Hex | 86 | A8 | B4 | 1A | 7 | 0 | 1D | C4 | 17 | 3E |
| Octal | 206 | 250 | 264 | 32 | 7 | 0 | 35 | 304 | 27 | 76 |
| Binary | 10000110 | 10101000 | 10110100 | 11010 | 111 | 0 | 11101 | 11000100 | 10111 | 111110 |
Color Harmonies of #86A8B4
Complementary color
Monochromatic Colors of #86A8B4
Black with #86A8B4
Text Example
Text Example
White with #86A8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8B4; }
p { color: rgb(134,168,180); }
H1.HeaderClassName
{
color: #86A8B4;
}
.AnyTagClassName
{
color: #86A8B4;
}
</style>
background-color css
<style>
a { background-color: #86A8B4; }
a { background-color: rgb(134,168,180); }
div.DivClassName
{
background-color: #86A8B4;
}
.BgClassName
{
background-color: #86A8B4;
}
</style>
border-color css
<style>
span { border-color: #86A8B4; }
span { border-color: rgb(134,168,180); }
td.TdClassName
{
border-color: #86A8B4;
}
.TagClassName
{
border-color: #86A8B4;
}
</style>