Shades of Polo Blue #86A3CC
Tints of Polo Blue #86A3CC
RGB
CMYK
RGB Variations
Color information
#86A3CC (or 0x86A3CC) is known color: Polo Blue. HEX triplet: 86, A3 and CC. RGB value is (134,163,204). Sum of RGB (Red+Green+Blue) = 134+163+204=501 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.75% from 501); Green value is 163 (64.06% from 255 or 32.53% from 501); Blue value is 204 (80.08% from 255 or 40.72% from 501); Max value from RGB is 204 - color contains mainly: blue. Hex color #86A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3CC is #795C33. Grayscale: #9E9E9E. Windows color (decimal): -7953460 or 13411206. OLE color: 13411206.
HSL color Cylindrical-coordinate representation of color #86A3CC: hue angle of 215.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 #86A3CC is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 134 | 163 | 204 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.2 |
| HSL | 215.14º | 0.41% | 0.66% | - |
| HSV(B) | 215.14º | 0.34% | 0.8% | - |
| XYZ | 33.83 | 35.62 | 62.22 | - |
| YUV | 159 | 153.39 | 110.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 163 | 204 | 0.34 | 0.20 | 0 | 0.2 | 215.14 | 0.41 | 0.66 |
| Hex | 86 | A3 | CC | 22 | 14 | 0 | 14 | D7 | 29 | 42 |
| Octal | 206 | 243 | 314 | 42 | 24 | 0 | 24 | 327 | 51 | 102 |
| Binary | 10000110 | 10100011 | 11001100 | 100010 | 10100 | 0 | 10100 | 11010111 | 101001 | 1000010 |
Color Harmonies of #86A3CC
Complementary color
Monochromatic Colors of #86A3CC
Black with #86A3CC
Text Example
Text Example
White with #86A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A3CC; }
p { color: rgb(134,163,204); }
H1.HeaderClassName
{
color: #86A3CC;
}
.AnyTagClassName
{
color: #86A3CC;
}
</style>
background-color css
<style>
a { background-color: #86A3CC; }
a { background-color: rgb(134,163,204); }
div.DivClassName
{
background-color: #86A3CC;
}
.BgClassName
{
background-color: #86A3CC;
}
</style>
border-color css
<style>
span { border-color: #86A3CC; }
span { border-color: rgb(134,163,204); }
td.TdClassName
{
border-color: #86A3CC;
}
.TagClassName
{
border-color: #86A3CC;
}
</style>