Shades of Polo Blue #87ACC5
Tints of Polo Blue #87ACC5
RGB
CMYK
RGB Variations
Color information
#87ACC5 (or 0x87ACC5) is known color: Polo Blue. HEX triplet: 87, AC and C5. RGB value is (135,172,197). Sum of RGB (Red+Green+Blue) = 135+172+197=504 (66% of max value = 765). Red value is 135 (53.12% from 255 or 26.79% from 504); Green value is 172 (67.58% from 255 or 34.13% from 504); Blue value is 197 (77.34% from 255 or 39.09% from 504); Max value from RGB is 197 - color contains mainly: blue. Hex color #87ACC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACC5 is #78533A. Grayscale: #A3A3A3. Windows color (decimal): -7885627 or 12954759. OLE color: 12954759.
HSL color Cylindrical-coordinate representation of color #87ACC5: hue angle of 204.19º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #87ACC5 is Cyan = 0.31, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 135 | 172 | 197 | - |
| CMYK | 0.31 | 0.13 | 0 | 0.23 |
| HSL | 204.19º | 0.35% | 0.65% | - |
| HSV(B) | 204.19º | 0.31% | 0.77% | - |
| XYZ | 34.82 | 38.69 | 58.46 | - |
| YUV | 163.79 | 146.74 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 172 | 197 | 0.31 | 0.13 | 0 | 0.23 | 204.19 | 0.35 | 0.65 |
| Hex | 87 | AC | C5 | 1F | D | 0 | 17 | CC | 23 | 41 |
| Octal | 207 | 254 | 305 | 37 | 15 | 0 | 27 | 314 | 43 | 101 |
| Binary | 10000111 | 10101100 | 11000101 | 11111 | 1101 | 0 | 10111 | 11001100 | 100011 | 1000001 |
Color Harmonies of #87ACC5
Complementary color
Monochromatic Colors of #87ACC5
Black with #87ACC5
Text Example
Text Example
White with #87ACC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ACC5; }
p { color: rgb(135,172,197); }
H1.HeaderClassName
{
color: #87ACC5;
}
.AnyTagClassName
{
color: #87ACC5;
}
</style>
background-color css
<style>
a { background-color: #87ACC5; }
a { background-color: rgb(135,172,197); }
div.DivClassName
{
background-color: #87ACC5;
}
.BgClassName
{
background-color: #87ACC5;
}
</style>
border-color css
<style>
span { border-color: #87ACC5; }
span { border-color: rgb(135,172,197); }
td.TdClassName
{
border-color: #87ACC5;
}
.TagClassName
{
border-color: #87ACC5;
}
</style>