Shades of Polo Blue #87AFC9
Tints of Polo Blue #87AFC9
RGB
CMYK
RGB Variations
Color information
#87AFC9 (or 0x87AFC9) is known color: Polo Blue. HEX triplet: 87, AF and C9. RGB value is (135,175,201). Sum of RGB (Red+Green+Blue) = 135+175+201=511 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.42% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 201 (78.91% from 255 or 39.33% from 511); Max value from RGB is 201 - color contains mainly: blue. Hex color #87AFC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFC9 is #785036. Grayscale: #A5A5A5. Windows color (decimal): -7884855 or 13217671. OLE color: 13217671.
HSL color Cylindrical-coordinate representation of color #87AFC9: hue angle of 203.64º 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 #87AFC9 is Cyan = 0.33, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 135 | 175 | 201 | - |
| CMYK | 0.33 | 0.13 | 0 | 0.21 |
| HSL | 203.64º | 0.38% | 0.66% | - |
| HSV(B) | 203.64º | 0.33% | 0.79% | - |
| XYZ | 35.86 | 40.03 | 61.09 | - |
| YUV | 166 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 201 | 0.33 | 0.13 | 0 | 0.21 | 203.64 | 0.38 | 0.66 |
| Hex | 87 | AF | C9 | 21 | D | 0 | 15 | CC | 26 | 42 |
| Octal | 207 | 257 | 311 | 41 | 15 | 0 | 25 | 314 | 46 | 102 |
| Binary | 10000111 | 10101111 | 11001001 | 100001 | 1101 | 0 | 10101 | 11001100 | 100110 | 1000010 |
Color Harmonies of #87AFC9
Complementary color
Monochromatic Colors of #87AFC9
Black with #87AFC9
Text Example
Text Example
White with #87AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AFC9; }
p { color: rgb(135,175,201); }
H1.HeaderClassName
{
color: #87AFC9;
}
.AnyTagClassName
{
color: #87AFC9;
}
</style>
background-color css
<style>
a { background-color: #87AFC9; }
a { background-color: rgb(135,175,201); }
div.DivClassName
{
background-color: #87AFC9;
}
.BgClassName
{
background-color: #87AFC9;
}
</style>
border-color css
<style>
span { border-color: #87AFC9; }
span { border-color: rgb(135,175,201); }
td.TdClassName
{
border-color: #87AFC9;
}
.TagClassName
{
border-color: #87AFC9;
}
</style>