Shades of Polo Blue #86ACD1
Tints of Polo Blue #86ACD1
RGB
CMYK
RGB Variations
Color information
#86ACD1 (or 0x86ACD1) is known color: Polo Blue. HEX triplet: 86, AC and D1. RGB value is (134,172,209). Sum of RGB (Red+Green+Blue) = 134+172+209=515 (68% of max value = 765). Red value is 134 (52.73% from 255 or 26.02% from 515); Green value is 172 (67.58% from 255 or 33.40% from 515); Blue value is 209 (82.03% from 255 or 40.58% from 515); Max value from RGB is 209 - color contains mainly: blue. Hex color #86ACD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ACD1 is #79532E. Grayscale: #A4A4A4. Windows color (decimal): -7951151 or 13741190. OLE color: 13741190.
HSL color Cylindrical-coordinate representation of color #86ACD1: hue angle of 209.6º degrees, saturation: 0.45, 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 #86ACD1 is Cyan = 0.36, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 172 | 209 | - |
| CMYK | 0.36 | 0.18 | 0 | 0.18 |
| HSL | 209.6º | 0.45% | 0.67% | - |
| HSV(B) | 209.6º | 0.36% | 0.82% | - |
| XYZ | 36.09 | 39.18 | 65.98 | - |
| YUV | 164.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 172 | 209 | 0.36 | 0.18 | 0 | 0.18 | 209.6 | 0.45 | 0.67 |
| Hex | 86 | AC | D1 | 24 | 12 | 0 | 12 | D2 | 2D | 43 |
| Octal | 206 | 254 | 321 | 44 | 22 | 0 | 22 | 322 | 55 | 103 |
| Binary | 10000110 | 10101100 | 11010001 | 100100 | 10010 | 0 | 10010 | 11010010 | 101101 | 1000011 |
Color Harmonies of #86ACD1
Complementary color
Monochromatic Colors of #86ACD1
Black with #86ACD1
Text Example
Text Example
White with #86ACD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ACD1; }
p { color: rgb(134,172,209); }
H1.HeaderClassName
{
color: #86ACD1;
}
.AnyTagClassName
{
color: #86ACD1;
}
</style>
background-color css
<style>
a { background-color: #86ACD1; }
a { background-color: rgb(134,172,209); }
div.DivClassName
{
background-color: #86ACD1;
}
.BgClassName
{
background-color: #86ACD1;
}
</style>
border-color css
<style>
span { border-color: #86ACD1; }
span { border-color: rgb(134,172,209); }
td.TdClassName
{
border-color: #86ACD1;
}
.TagClassName
{
border-color: #86ACD1;
}
</style>