Shades of Polo Blue #86ACC5
Tints of Polo Blue #86ACC5
RGB
CMYK
RGB Variations
Color information
#86ACC5 (or 0x86ACC5) is known color: Polo Blue. HEX triplet: 86, AC and C5. RGB value is (134,172,197). Sum of RGB (Red+Green+Blue) = 134+172+197=503 (66% of max value = 765). Red value is 134 (52.73% from 255 or 26.64% from 503); Green value is 172 (67.58% from 255 or 34.19% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #86ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACC5 is #79533A. Grayscale: #A3A3A3. Windows color (decimal): -7951163 or 12954758. OLE color: 12954758.
HSL color Cylindrical-coordinate representation of color #86ACC5: hue angle of 203.81º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #86ACC5 is Cyan = 0.32, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 172 | 197 | - |
| CMYK | 0.32 | 0.13 | 0 | 0.23 |
| HSL | 203.81º | 0.35% | 0.65% | - |
| HSV(B) | 203.81º | 0.32% | 0.77% | - |
| XYZ | 34.66 | 38.6 | 58.45 | - |
| YUV | 163.49 | 146.91 | 106.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 197 | 0.32 | 0.13 | 0 | 0.23 | 203.81 | 0.35 | 0.65 |
| Hex | 86 | AC | C5 | 20 | D | 0 | 17 | CC | 23 | 41 |
| Octal | 206 | 254 | 305 | 40 | 15 | 0 | 27 | 314 | 43 | 101 |
| Binary | 10000110 | 10101100 | 11000101 | 100000 | 1101 | 0 | 10111 | 11001100 | 100011 | 1000001 |
Color Harmonies of #86ACC5
Complementary color
Monochromatic Colors of #86ACC5
Black with #86ACC5
Text Example
Text Example
White with #86ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ACC5; }
p { color: rgb(134,172,197); }
H1.HeaderClassName
{
color: #86ACC5;
}
.AnyTagClassName
{
color: #86ACC5;
}
</style>
background-color css
<style>
a { background-color: #86ACC5; }
a { background-color: rgb(134,172,197); }
div.DivClassName
{
background-color: #86ACC5;
}
.BgClassName
{
background-color: #86ACC5;
}
</style>
border-color css
<style>
span { border-color: #86ACC5; }
span { border-color: rgb(134,172,197); }
td.TdClassName
{
border-color: #86ACC5;
}
.TagClassName
{
border-color: #86ACC5;
}
</style>