Shades of Polo Blue #86A8CA
Tints of Polo Blue #86A8CA
RGB
CMYK
RGB Variations
Color information
#86A8CA (or 0x86A8CA) is known color: Polo Blue. HEX triplet: 86, A8 and CA. RGB value is (134,168,202). Sum of RGB (Red+Green+Blue) = 134+168+202=504 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.59% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #86A8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A8CA is #795735. Grayscale: #A1A1A1. Windows color (decimal): -7952182 or 13281414. OLE color: 13281414.
HSL color Cylindrical-coordinate representation of color #86A8CA: hue angle of 210º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #86A8CA is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 134 | 168 | 202 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.21 |
| HSL | 210º | 0.39% | 0.66% | - |
| HSV(B) | 210º | 0.34% | 0.79% | - |
| XYZ | 34.49 | 37.34 | 61.27 | - |
| YUV | 161.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 168 | 202 | 0.34 | 0.17 | 0 | 0.21 | 210 | 0.39 | 0.66 |
| Hex | 86 | A8 | CA | 22 | 11 | 0 | 15 | D2 | 27 | 42 |
| Octal | 206 | 250 | 312 | 42 | 21 | 0 | 25 | 322 | 47 | 102 |
| Binary | 10000110 | 10101000 | 11001010 | 100010 | 10001 | 0 | 10101 | 11010010 | 100111 | 1000010 |
Color Harmonies of #86A8CA
Complementary color
Monochromatic Colors of #86A8CA
Black with #86A8CA
Text Example
Text Example
White with #86A8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A8CA; }
p { color: rgb(134,168,202); }
H1.HeaderClassName
{
color: #86A8CA;
}
.AnyTagClassName
{
color: #86A8CA;
}
</style>
background-color css
<style>
a { background-color: #86A8CA; }
a { background-color: rgb(134,168,202); }
div.DivClassName
{
background-color: #86A8CA;
}
.BgClassName
{
background-color: #86A8CA;
}
</style>
border-color css
<style>
span { border-color: #86A8CA; }
span { border-color: rgb(134,168,202); }
td.TdClassName
{
border-color: #86A8CA;
}
.TagClassName
{
border-color: #86A8CA;
}
</style>