Shades of Polo Blue #87AFCD
Tints of Polo Blue #87AFCD
RGB
CMYK
RGB Variations
Color information
#87AFCD (or 0x87AFCD) is known color: Polo Blue. HEX triplet: 87, AF and CD. RGB value is (135,175,205). Sum of RGB (Red+Green+Blue) = 135+175+205=515 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.21% from 515); Green value is 175 (68.75% from 255 or 33.98% from 515); Blue value is 205 (80.47% from 255 or 39.81% from 515); Max value from RGB is 205 - color contains mainly: blue. Hex color #87AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFCD is #785032. Grayscale: #A6A6A6. Windows color (decimal): -7884851 or 13479815. OLE color: 13479815.
HSL color Cylindrical-coordinate representation of color #87AFCD: hue angle of 205.71º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87AFCD is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 175 | 205 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.20 |
| HSL | 205.71º | 0.41% | 0.67% | - |
| HSV(B) | 205.71º | 0.34% | 0.8% | - |
| XYZ | 36.34 | 40.22 | 63.61 | - |
| YUV | 166.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 205 | 0.34 | 0.15 | 0 | 0.20 | 205.71 | 0.41 | 0.67 |
| Hex | 87 | AF | CD | 22 | F | 0 | 14 | CE | 29 | 43 |
| Octal | 207 | 257 | 315 | 42 | 17 | 0 | 24 | 316 | 51 | 103 |
| Binary | 10000111 | 10101111 | 11001101 | 100010 | 1111 | 0 | 10100 | 11001110 | 101001 | 1000011 |
Color Harmonies of #87AFCD
Complementary color
Monochromatic Colors of #87AFCD
Black with #87AFCD
Text Example
Text Example
White with #87AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AFCD; }
p { color: rgb(135,175,205); }
H1.HeaderClassName
{
color: #87AFCD;
}
.AnyTagClassName
{
color: #87AFCD;
}
</style>
background-color css
<style>
a { background-color: #87AFCD; }
a { background-color: rgb(135,175,205); }
div.DivClassName
{
background-color: #87AFCD;
}
.BgClassName
{
background-color: #87AFCD;
}
</style>
border-color css
<style>
span { border-color: #87AFCD; }
span { border-color: rgb(135,175,205); }
td.TdClassName
{
border-color: #87AFCD;
}
.TagClassName
{
border-color: #87AFCD;
}
</style>