Shades of Polo Blue #87AED5
Tints of Polo Blue #87AED5
RGB
CMYK
RGB Variations
Color information
#87AED5 (or 0x87AED5) is known color: Polo Blue. HEX triplet: 87, AE and D5. RGB value is (135,174,213). Sum of RGB (Red+Green+Blue) = 135+174+213=522 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.86% from 522); Green value is 174 (68.36% from 255 or 33.33% from 522); Blue value is 213 (83.59% from 255 or 40.80% from 522); Max value from RGB is 213 - color contains mainly: blue. Hex color #87AED5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87AED5 is #78512A. Grayscale: #A6A6A6. Windows color (decimal): -7885099 or 14003847. OLE color: 14003847.
HSL color Cylindrical-coordinate representation of color #87AED5: hue angle of 210º degrees, saturation: 0.48, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #87AED5 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 174 | 213 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.16 |
| HSL | 210º | 0.48% | 0.68% | - |
| HSV(B) | 210º | 0.37% | 0.84% | - |
| XYZ | 37.14 | 40.23 | 68.76 | - |
| YUV | 166.79 | 154.08 | 105.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 174 | 213 | 0.37 | 0.18 | 0 | 0.16 | 210 | 0.48 | 0.68 |
| Hex | 87 | AE | D5 | 25 | 12 | 0 | 10 | D2 | 30 | 44 |
| Octal | 207 | 256 | 325 | 45 | 22 | 0 | 20 | 322 | 60 | 104 |
| Binary | 10000111 | 10101110 | 11010101 | 100101 | 10010 | 0 | 10000 | 11010010 | 110000 | 1000100 |
Color Harmonies of #87AED5
Complementary color
Monochromatic Colors of #87AED5
Black with #87AED5
Text Example
Text Example
White with #87AED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87AED5; }
p { color: rgb(135,174,213); }
H1.HeaderClassName
{
color: #87AED5;
}
.AnyTagClassName
{
color: #87AED5;
}
</style>
background-color css
<style>
a { background-color: #87AED5; }
a { background-color: rgb(135,174,213); }
div.DivClassName
{
background-color: #87AED5;
}
.BgClassName
{
background-color: #87AED5;
}
</style>
border-color css
<style>
span { border-color: #87AED5; }
span { border-color: rgb(135,174,213); }
td.TdClassName
{
border-color: #87AED5;
}
.TagClassName
{
border-color: #87AED5;
}
</style>