Shades of Polo Blue #87ABCE
Tints of Polo Blue #87ABCE
RGB
CMYK
RGB Variations
Color information
#87ABCE (or 0x87ABCE) is known color: Polo Blue. HEX triplet: 87, AB and CE. RGB value is (135,171,206). Sum of RGB (Red+Green+Blue) = 135+171+206=512 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.37% from 512); Green value is 171 (67.19% from 255 or 33.40% from 512); Blue value is 206 (80.86% from 255 or 40.23% from 512); Max value from RGB is 206 - color contains mainly: blue. Hex color #87ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ABCE is #785431. Grayscale: #A4A4A4. Windows color (decimal): -7885874 or 13544327. OLE color: 13544327.
HSL color Cylindrical-coordinate representation of color #87ABCE: hue angle of 209.58º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87ABCE is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 171 | 206 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.19 |
| HSL | 209.58º | 0.42% | 0.67% | - |
| HSV(B) | 209.58º | 0.34% | 0.81% | - |
| XYZ | 35.7 | 38.73 | 63.99 | - |
| YUV | 164.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 171 | 206 | 0.34 | 0.17 | 0 | 0.19 | 209.58 | 0.42 | 0.67 |
| Hex | 87 | AB | CE | 22 | 11 | 0 | 13 | D2 | 2A | 43 |
| Octal | 207 | 253 | 316 | 42 | 21 | 0 | 23 | 322 | 52 | 103 |
| Binary | 10000111 | 10101011 | 11001110 | 100010 | 10001 | 0 | 10011 | 11010010 | 101010 | 1000011 |
Color Harmonies of #87ABCE
Complementary color
Monochromatic Colors of #87ABCE
Black with #87ABCE
Text Example
Text Example
White with #87ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ABCE; }
p { color: rgb(135,171,206); }
H1.HeaderClassName
{
color: #87ABCE;
}
.AnyTagClassName
{
color: #87ABCE;
}
</style>
background-color css
<style>
a { background-color: #87ABCE; }
a { background-color: rgb(135,171,206); }
div.DivClassName
{
background-color: #87ABCE;
}
.BgClassName
{
background-color: #87ABCE;
}
</style>
border-color css
<style>
span { border-color: #87ABCE; }
span { border-color: rgb(135,171,206); }
td.TdClassName
{
border-color: #87ABCE;
}
.TagClassName
{
border-color: #87ABCE;
}
</style>