Shades of Polo Blue #87B1CE
Tints of Polo Blue #87B1CE
RGB
CMYK
RGB Variations
Color information
#87B1CE (or 0x87B1CE) is known color: Polo Blue. HEX triplet: 87, B1 and CE. RGB value is (135,177,206). Sum of RGB (Red+Green+Blue) = 135+177+206=518 (68% of max value = 765). Red value is 135 (53.12% from 255 or 26.06% from 518); Green value is 177 (69.53% from 255 or 34.17% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #87B1CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87B1CE is #784E31. Grayscale: #A7A7A7. Windows color (decimal): -7884338 or 13545863. OLE color: 13545863.
HSL color Cylindrical-coordinate representation of color #87B1CE: hue angle of 204.51º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #87B1CE is Cyan = 0.34, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 177 | 206 | - |
| CMYK | 0.34 | 0.14 | 0 | 0.19 |
| HSL | 204.51º | 0.42% | 0.67% | - |
| HSV(B) | 204.51º | 0.34% | 0.81% | - |
| XYZ | 36.85 | 41.05 | 64.37 | - |
| YUV | 167.75 | 149.59 | 104.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 177 | 206 | 0.34 | 0.14 | 0 | 0.19 | 204.51 | 0.42 | 0.67 |
| Hex | 87 | B1 | CE | 22 | E | 0 | 13 | CD | 2A | 43 |
| Octal | 207 | 261 | 316 | 42 | 16 | 0 | 23 | 315 | 52 | 103 |
| Binary | 10000111 | 10110001 | 11001110 | 100010 | 1110 | 0 | 10011 | 11001101 | 101010 | 1000011 |
Color Harmonies of #87B1CE
Complementary color
Monochromatic Colors of #87B1CE
Black with #87B1CE
Text Example
Text Example
White with #87B1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87B1CE; }
p { color: rgb(135,177,206); }
H1.HeaderClassName
{
color: #87B1CE;
}
.AnyTagClassName
{
color: #87B1CE;
}
</style>
background-color css
<style>
a { background-color: #87B1CE; }
a { background-color: rgb(135,177,206); }
div.DivClassName
{
background-color: #87B1CE;
}
.BgClassName
{
background-color: #87B1CE;
}
</style>
border-color css
<style>
span { border-color: #87B1CE; }
span { border-color: rgb(135,177,206); }
td.TdClassName
{
border-color: #87B1CE;
}
.TagClassName
{
border-color: #87B1CE;
}
</style>