Shades of Botticelli #86A8B3
Tints of Botticelli #86A8B3
RGB
CMYK
RGB Variations
Color information
#86A8B3 (or 0x86A8B3) is known color: Botticelli. HEX triplet: 86, A8 and B3. RGB value is (134,168,179). Sum of RGB (Red+Green+Blue) = 134+168+179=481 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.86% from 481); Green value is 168 (66.02% from 255 or 34.93% from 481); Blue value is 179 (70.31% from 255 or 37.21% from 481); Max value from RGB is 179 - color contains mainly: blue. Hex color #86A8B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8B3 is #79574C. Grayscale: #9F9F9F. Windows color (decimal): -7952205 or 11774086. OLE color: 11774086.
HSL color Cylindrical-coordinate representation of color #86A8B3: hue angle of 194.67º 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 #86A8B3 is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 168 | 179 | - |
| CMYK | 0.25 | 0.06 | 0 | 0.30 |
| HSL | 194.67º | 0.23% | 0.61% | - |
| HSV(B) | 194.67º | 0.25% | 0.7% | - |
| XYZ | 31.97 | 36.33 | 47.97 | - |
| YUV | 159.09 | 139.24 | 110.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 179 | 0.25 | 0.06 | 0 | 0.30 | 194.67 | 0.23 | 0.61 |
| Hex | 86 | A8 | B3 | 19 | 6 | 0 | 1E | C3 | 17 | 3D |
| Octal | 206 | 250 | 263 | 31 | 6 | 0 | 36 | 303 | 27 | 75 |
| Binary | 10000110 | 10101000 | 10110011 | 11001 | 110 | 0 | 11110 | 11000011 | 10111 | 111101 |
Color Harmonies of #86A8B3
Complementary color
Monochromatic Colors of #86A8B3
Black with #86A8B3
Text Example
Text Example
White with #86A8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8B3; }
p { color: rgb(134,168,179); }
H1.HeaderClassName
{
color: #86A8B3;
}
.AnyTagClassName
{
color: #86A8B3;
}
</style>
background-color css
<style>
a { background-color: #86A8B3; }
a { background-color: rgb(134,168,179); }
div.DivClassName
{
background-color: #86A8B3;
}
.BgClassName
{
background-color: #86A8B3;
}
</style>
border-color css
<style>
span { border-color: #86A8B3; }
span { border-color: rgb(134,168,179); }
td.TdClassName
{
border-color: #86A8B3;
}
.TagClassName
{
border-color: #86A8B3;
}
</style>