Shades of Polo Blue #87ADD5
Tints of Polo Blue #87ADD5
RGB
CMYK
RGB Variations
Color information
#87ADD5 (or 0x87ADD5) is known color: Polo Blue. HEX triplet: 87, AD and D5. RGB value is (135,173,213). Sum of RGB (Red+Green+Blue) = 135+173+213=521 (69% of max value = 765). Red value is 135 (53.12% from 255 or 25.91% from 521); Green value is 173 (67.97% from 255 or 33.21% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #87ADD5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87ADD5 is #78522A. Grayscale: #A6A6A6. Windows color (decimal): -7885355 or 14003591. OLE color: 14003591.
HSL color Cylindrical-coordinate representation of color #87ADD5: hue angle of 210.77º 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 #87ADD5 is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 135 | 173 | 213 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.16 |
| HSL | 210.77º | 0.48% | 0.68% | - |
| HSV(B) | 210.77º | 0.37% | 0.84% | - |
| XYZ | 36.95 | 39.84 | 68.69 | - |
| YUV | 166.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 173 | 213 | 0.37 | 0.19 | 0 | 0.16 | 210.77 | 0.48 | 0.68 |
| Hex | 87 | AD | D5 | 25 | 13 | 0 | 10 | D3 | 30 | 44 |
| Octal | 207 | 255 | 325 | 45 | 23 | 0 | 20 | 323 | 60 | 104 |
| Binary | 10000111 | 10101101 | 11010101 | 100101 | 10011 | 0 | 10000 | 11010011 | 110000 | 1000100 |
Color Harmonies of #87ADD5
Complementary color
Monochromatic Colors of #87ADD5
Black with #87ADD5
Text Example
Text Example
White with #87ADD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87ADD5; }
p { color: rgb(135,173,213); }
H1.HeaderClassName
{
color: #87ADD5;
}
.AnyTagClassName
{
color: #87ADD5;
}
</style>
background-color css
<style>
a { background-color: #87ADD5; }
a { background-color: rgb(135,173,213); }
div.DivClassName
{
background-color: #87ADD5;
}
.BgClassName
{
background-color: #87ADD5;
}
</style>
border-color css
<style>
span { border-color: #87ADD5; }
span { border-color: rgb(135,173,213); }
td.TdClassName
{
border-color: #87ADD5;
}
.TagClassName
{
border-color: #87ADD5;
}
</style>