Shades of Polo Blue #87B1CC
Tints of Polo Blue #87B1CC
RGB
CMYK
RGB Variations
Color information
#87B1CC (or 0x87B1CC) is known color: Polo Blue. HEX triplet: 87, B1 and CC. RGB value is (135,177,204). Sum of RGB (Red+Green+Blue) = 135+177+204=516 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.16% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #87B1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1CC is #784E33. Grayscale: #A7A7A7. Windows color (decimal): -7884340 or 13414791. OLE color: 13414791.
HSL color Cylindrical-coordinate representation of color #87B1CC: hue angle of 203.48º degrees, saturation: 0.4, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87B1CC is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 177 | 204 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.2 |
| HSL | 203.48º | 0.4% | 0.66% | - |
| HSV(B) | 203.48º | 0.34% | 0.8% | - |
| XYZ | 36.61 | 40.95 | 63.1 | - |
| YUV | 167.52 | 148.59 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 204 | 0.34 | 0.13 | 0 | 0.2 | 203.48 | 0.4 | 0.66 |
| Hex | 87 | B1 | CC | 22 | D | 0 | 14 | CB | 28 | 42 |
| Octal | 207 | 261 | 314 | 42 | 15 | 0 | 24 | 313 | 50 | 102 |
| Binary | 10000111 | 10110001 | 11001100 | 100010 | 1101 | 0 | 10100 | 11001011 | 101000 | 1000010 |
Color Harmonies of #87B1CC
Complementary color
Monochromatic Colors of #87B1CC
Black with #87B1CC
Text Example
Text Example
White with #87B1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B1CC; }
p { color: rgb(135,177,204); }
H1.HeaderClassName
{
color: #87B1CC;
}
.AnyTagClassName
{
color: #87B1CC;
}
</style>
background-color css
<style>
a { background-color: #87B1CC; }
a { background-color: rgb(135,177,204); }
div.DivClassName
{
background-color: #87B1CC;
}
.BgClassName
{
background-color: #87B1CC;
}
</style>
border-color css
<style>
span { border-color: #87B1CC; }
span { border-color: rgb(135,177,204); }
td.TdClassName
{
border-color: #87B1CC;
}
.TagClassName
{
border-color: #87B1CC;
}
</style>