Shades of Polo Blue #86ABCE
Tints of Polo Blue #86ABCE
RGB
CMYK
RGB Variations
Color information
#86ABCE (or 0x86ABCE) is known color: Polo Blue. HEX triplet: 86, AB and CE. RGB value is (134,171,206). Sum of RGB (Red+Green+Blue) = 134+171+206=511 (67% of max value = 765). Red value is 134 (52.73% from 255 or 26.22% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 206 (80.86% from 255 or 40.31% from 511); Max value from RGB is 206 - color contains mainly: blue. Hex color #86ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86ABCE is #795431. Grayscale: #A3A3A3. Windows color (decimal): -7951410 or 13544326. OLE color: 13544326.
HSL color Cylindrical-coordinate representation of color #86ABCE: hue angle of 209.17º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #86ABCE is Cyan = 0.35, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 171 | 206 | - |
| CMYK | 0.35 | 0.17 | 0 | 0.19 |
| HSL | 209.17º | 0.42% | 0.67% | - |
| HSV(B) | 209.17º | 0.35% | 0.81% | - |
| XYZ | 35.54 | 38.65 | 63.98 | - |
| YUV | 163.93 | 151.74 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 171 | 206 | 0.35 | 0.17 | 0 | 0.19 | 209.17 | 0.42 | 0.67 |
| Hex | 86 | AB | CE | 23 | 11 | 0 | 13 | D1 | 2A | 43 |
| Octal | 206 | 253 | 316 | 43 | 21 | 0 | 23 | 321 | 52 | 103 |
| Binary | 10000110 | 10101011 | 11001110 | 100011 | 10001 | 0 | 10011 | 11010001 | 101010 | 1000011 |
Color Harmonies of #86ABCE
Complementary color
Monochromatic Colors of #86ABCE
Black with #86ABCE
Text Example
Text Example
White with #86ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86ABCE; }
p { color: rgb(134,171,206); }
H1.HeaderClassName
{
color: #86ABCE;
}
.AnyTagClassName
{
color: #86ABCE;
}
</style>
background-color css
<style>
a { background-color: #86ABCE; }
a { background-color: rgb(134,171,206); }
div.DivClassName
{
background-color: #86ABCE;
}
.BgClassName
{
background-color: #86ABCE;
}
</style>
border-color css
<style>
span { border-color: #86ABCE; }
span { border-color: rgb(134,171,206); }
td.TdClassName
{
border-color: #86ABCE;
}
.TagClassName
{
border-color: #86ABCE;
}
</style>