Shades of Polo Blue #87ACD4
Tints of Polo Blue #87ACD4
RGB
CMYK
RGB Variations
Color information
#87ACD4 (or 0x87ACD4) is known color: Polo Blue. HEX triplet: 87, AC and D4. RGB value is (135,172,212). Sum of RGB (Red+Green+Blue) = 135+172+212=519 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.01% from 519); Green value is 172 (67.58% from 255 or 33.14% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #87ACD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ACD4 is #78532B. Grayscale: #A5A5A5. Windows color (decimal): -7885612 or 13937799. OLE color: 13937799.
HSL color Cylindrical-coordinate representation of color #87ACD4: hue angle of 211.17º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #87ACD4 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 172 | 212 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.17 |
| HSL | 211.17º | 0.47% | 0.68% | - |
| HSV(B) | 211.17º | 0.36% | 0.83% | - |
| XYZ | 36.63 | 39.41 | 67.96 | - |
| YUV | 165.5 | 154.24 | 106.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 172 | 212 | 0.36 | 0.19 | 0 | 0.17 | 211.17 | 0.47 | 0.68 |
| Hex | 87 | AC | D4 | 24 | 13 | 0 | 11 | D3 | 2F | 44 |
| Octal | 207 | 254 | 324 | 44 | 23 | 0 | 21 | 323 | 57 | 104 |
| Binary | 10000111 | 10101100 | 11010100 | 100100 | 10011 | 0 | 10001 | 11010011 | 101111 | 1000100 |
Color Harmonies of #87ACD4
Complementary color
Monochromatic Colors of #87ACD4
Black with #87ACD4
Text Example
Text Example
White with #87ACD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ACD4; }
p { color: rgb(135,172,212); }
H1.HeaderClassName
{
color: #87ACD4;
}
.AnyTagClassName
{
color: #87ACD4;
}
</style>
background-color css
<style>
a { background-color: #87ACD4; }
a { background-color: rgb(135,172,212); }
div.DivClassName
{
background-color: #87ACD4;
}
.BgClassName
{
background-color: #87ACD4;
}
</style>
border-color css
<style>
span { border-color: #87ACD4; }
span { border-color: rgb(135,172,212); }
td.TdClassName
{
border-color: #87ACD4;
}
.TagClassName
{
border-color: #87ACD4;
}
</style>