Shades of Polo Blue #86A5D0
Tints of Polo Blue #86A5D0
RGB
CMYK
RGB Variations
Color information
#86A5D0 (or 0x86A5D0) is known color: Polo Blue. HEX triplet: 86, A5 and D0. RGB value is (134,165,208). Sum of RGB (Red+Green+Blue) = 134+165+208=507 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.43% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 208 (81.64% from 255 or 41.03% from 507); Max value from RGB is 208 - color contains mainly: blue. Hex color #86A5D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A5D0 is #795A2F. Grayscale: #A0A0A0. Windows color (decimal): -7952944 or 13673862. OLE color: 13673862.
HSL color Cylindrical-coordinate representation of color #86A5D0: hue angle of 214.86º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #86A5D0 is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 165 | 208 | - |
| CMYK | 0.36 | 0.21 | 0 | 0.18 |
| HSL | 214.86º | 0.44% | 0.67% | - |
| HSV(B) | 214.86º | 0.36% | 0.82% | - |
| XYZ | 34.67 | 36.53 | 64.9 | - |
| YUV | 160.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 165 | 208 | 0.36 | 0.21 | 0 | 0.18 | 214.86 | 0.44 | 0.67 |
| Hex | 86 | A5 | D0 | 24 | 15 | 0 | 12 | D7 | 2C | 43 |
| Octal | 206 | 245 | 320 | 44 | 25 | 0 | 22 | 327 | 54 | 103 |
| Binary | 10000110 | 10100101 | 11010000 | 100100 | 10101 | 0 | 10010 | 11010111 | 101100 | 1000011 |
Color Harmonies of #86A5D0
Complementary color
Monochromatic Colors of #86A5D0
Black with #86A5D0
Text Example
Text Example
White with #86A5D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A5D0; }
p { color: rgb(134,165,208); }
H1.HeaderClassName
{
color: #86A5D0;
}
.AnyTagClassName
{
color: #86A5D0;
}
</style>
background-color css
<style>
a { background-color: #86A5D0; }
a { background-color: rgb(134,165,208); }
div.DivClassName
{
background-color: #86A5D0;
}
.BgClassName
{
background-color: #86A5D0;
}
</style>
border-color css
<style>
span { border-color: #86A5D0; }
span { border-color: rgb(134,165,208); }
td.TdClassName
{
border-color: #86A5D0;
}
.TagClassName
{
border-color: #86A5D0;
}
</style>