Shades of Polo Blue #86A0D3
Tints of Polo Blue #86A0D3
RGB
CMYK
RGB Variations
Color information
#86A0D3 (or 0x86A0D3) is known color: Polo Blue. HEX triplet: 86, A0 and D3. RGB value is (134,160,211). Sum of RGB (Red+Green+Blue) = 134+160+211=505 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.53% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 211 - color contains mainly: blue. Hex color #86A0D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A0D3 is #795F2C. Grayscale: #9D9D9D. Windows color (decimal): -7954221 or 13869190. OLE color: 13869190.
HSL color Cylindrical-coordinate representation of color #86A0D3: hue angle of 219.74º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A0D3 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 134 | 160 | 211 | - |
| CMYK | 0.36 | 0.24 | 0 | 0.17 |
| HSL | 219.74º | 0.47% | 0.68% | - |
| HSV(B) | 219.74º | 0.36% | 0.83% | - |
| XYZ | 34.16 | 34.91 | 66.57 | - |
| YUV | 158.04 | 157.89 | 110.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 160 | 211 | 0.36 | 0.24 | 0 | 0.17 | 219.74 | 0.47 | 0.68 |
| Hex | 86 | A0 | D3 | 24 | 18 | 0 | 11 | DC | 2F | 44 |
| Octal | 206 | 240 | 323 | 44 | 30 | 0 | 21 | 334 | 57 | 104 |
| Binary | 10000110 | 10100000 | 11010011 | 100100 | 11000 | 0 | 10001 | 11011100 | 101111 | 1000100 |
Color Harmonies of #86A0D3
Complementary color
Monochromatic Colors of #86A0D3
Black with #86A0D3
Text Example
Text Example
White with #86A0D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A0D3; }
p { color: rgb(134,160,211); }
H1.HeaderClassName
{
color: #86A0D3;
}
.AnyTagClassName
{
color: #86A0D3;
}
</style>
background-color css
<style>
a { background-color: #86A0D3; }
a { background-color: rgb(134,160,211); }
div.DivClassName
{
background-color: #86A0D3;
}
.BgClassName
{
background-color: #86A0D3;
}
</style>
border-color css
<style>
span { border-color: #86A0D3; }
span { border-color: rgb(134,160,211); }
td.TdClassName
{
border-color: #86A0D3;
}
.TagClassName
{
border-color: #86A0D3;
}
</style>