Shades of Polo Blue #87ACC9
Tints of Polo Blue #87ACC9
RGB
CMYK
RGB Variations
Color information
#87ACC9 (or 0x87ACC9) is known color: Polo Blue. HEX triplet: 87, AC and C9. RGB value is (135,172,201). Sum of RGB (Red+Green+Blue) = 135+172+201=508 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.57% from 508); Green value is 172 (67.58% from 255 or 33.86% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #87ACC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACC9 is #785336. Grayscale: #A4A4A4. Windows color (decimal): -7885623 or 13216903. OLE color: 13216903.
HSL color Cylindrical-coordinate representation of color #87ACC9: hue angle of 206.36º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87ACC9 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 172 | 201 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.21 |
| HSL | 206.36º | 0.38% | 0.66% | - |
| HSV(B) | 206.36º | 0.33% | 0.79% | - |
| XYZ | 35.29 | 38.87 | 60.9 | - |
| YUV | 164.24 | 148.74 | 107.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 172 | 201 | 0.33 | 0.14 | 0 | 0.21 | 206.36 | 0.38 | 0.66 |
| Hex | 87 | AC | C9 | 21 | E | 0 | 15 | CE | 26 | 42 |
| Octal | 207 | 254 | 311 | 41 | 16 | 0 | 25 | 316 | 46 | 102 |
| Binary | 10000111 | 10101100 | 11001001 | 100001 | 1110 | 0 | 10101 | 11001110 | 100110 | 1000010 |
Color Harmonies of #87ACC9
Complementary color
Monochromatic Colors of #87ACC9
Black with #87ACC9
Text Example
Text Example
White with #87ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ACC9; }
p { color: rgb(135,172,201); }
H1.HeaderClassName
{
color: #87ACC9;
}
.AnyTagClassName
{
color: #87ACC9;
}
</style>
background-color css
<style>
a { background-color: #87ACC9; }
a { background-color: rgb(135,172,201); }
div.DivClassName
{
background-color: #87ACC9;
}
.BgClassName
{
background-color: #87ACC9;
}
</style>
border-color css
<style>
span { border-color: #87ACC9; }
span { border-color: rgb(135,172,201); }
td.TdClassName
{
border-color: #87ACC9;
}
.TagClassName
{
border-color: #87ACC9;
}
</style>