Shades of Polo Blue #87AFCB
Tints of Polo Blue #87AFCB
RGB
CMYK
RGB Variations
Color information
#87AFCB (or 0x87AFCB) is known color: Polo Blue. HEX triplet: 87, AF and CB. RGB value is (135,175,203). Sum of RGB (Red+Green+Blue) = 135+175+203=513 (67% of max value = 765). Red value is 135 (53.12% from 255 or 26.32% from 513); Green value is 175 (68.75% from 255 or 34.11% from 513); Blue value is 203 (79.69% from 255 or 39.57% from 513); Max value from RGB is 203 - color contains mainly: blue. Hex color #87AFCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AFCB is #785034. Grayscale: #A6A6A6. Windows color (decimal): -7884853 or 13348743. OLE color: 13348743.
HSL color Cylindrical-coordinate representation of color #87AFCB: hue angle of 204.71º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #87AFCB is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 175 | 203 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.20 |
| HSL | 204.71º | 0.4% | 0.66% | - |
| HSV(B) | 204.71º | 0.33% | 0.8% | - |
| XYZ | 36.1 | 40.12 | 62.34 | - |
| YUV | 166.23 | 148.75 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 175 | 203 | 0.33 | 0.14 | 0 | 0.20 | 204.71 | 0.4 | 0.66 |
| Hex | 87 | AF | CB | 21 | E | 0 | 14 | CD | 28 | 42 |
| Octal | 207 | 257 | 313 | 41 | 16 | 0 | 24 | 315 | 50 | 102 |
| Binary | 10000111 | 10101111 | 11001011 | 100001 | 1110 | 0 | 10100 | 11001101 | 101000 | 1000010 |
Color Harmonies of #87AFCB
Complementary color
Monochromatic Colors of #87AFCB
Black with #87AFCB
Text Example
Text Example
White with #87AFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AFCB; }
p { color: rgb(135,175,203); }
H1.HeaderClassName
{
color: #87AFCB;
}
.AnyTagClassName
{
color: #87AFCB;
}
</style>
background-color css
<style>
a { background-color: #87AFCB; }
a { background-color: rgb(135,175,203); }
div.DivClassName
{
background-color: #87AFCB;
}
.BgClassName
{
background-color: #87AFCB;
}
</style>
border-color css
<style>
span { border-color: #87AFCB; }
span { border-color: rgb(135,175,203); }
td.TdClassName
{
border-color: #87AFCB;
}
.TagClassName
{
border-color: #87AFCB;
}
</style>