Shades of Polo Blue #86AACC
Tints of Polo Blue #86AACC
RGB
CMYK
RGB Variations
Color information
#86AACC (or 0x86AACC) is known color: Polo Blue. HEX triplet: 86, AA and CC. RGB value is (134,170,204). Sum of RGB (Red+Green+Blue) = 134+170+204=508 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.38% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #86AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86AACC is #795533. Grayscale: #A2A2A2. Windows color (decimal): -7951668 or 13412998. OLE color: 13412998.
HSL color Cylindrical-coordinate representation of color #86AACC: hue angle of 209.14º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86AACC is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 170 | 204 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.2 |
| HSL | 209.14º | 0.41% | 0.66% | - |
| HSV(B) | 209.14º | 0.34% | 0.8% | - |
| XYZ | 35.11 | 38.18 | 62.65 | - |
| YUV | 163.11 | 151.07 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 170 | 204 | 0.34 | 0.17 | 0 | 0.2 | 209.14 | 0.41 | 0.66 |
| Hex | 86 | AA | CC | 22 | 11 | 0 | 14 | D1 | 29 | 42 |
| Octal | 206 | 252 | 314 | 42 | 21 | 0 | 24 | 321 | 51 | 102 |
| Binary | 10000110 | 10101010 | 11001100 | 100010 | 10001 | 0 | 10100 | 11010001 | 101001 | 1000010 |
Color Harmonies of #86AACC
Complementary color
Monochromatic Colors of #86AACC
Black with #86AACC
Text Example
Text Example
White with #86AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86AACC; }
p { color: rgb(134,170,204); }
H1.HeaderClassName
{
color: #86AACC;
}
.AnyTagClassName
{
color: #86AACC;
}
</style>
background-color css
<style>
a { background-color: #86AACC; }
a { background-color: rgb(134,170,204); }
div.DivClassName
{
background-color: #86AACC;
}
.BgClassName
{
background-color: #86AACC;
}
</style>
border-color css
<style>
span { border-color: #86AACC; }
span { border-color: rgb(134,170,204); }
td.TdClassName
{
border-color: #86AACC;
}
.TagClassName
{
border-color: #86AACC;
}
</style>