Shades of Polo Blue #89ABD0
Tints of Polo Blue #89ABD0
RGB
CMYK
RGB Variations
Color information
#89ABD0 (or 0x89ABD0) is known color: Polo Blue. HEX triplet: 89, AB and D0. RGB value is (137,171,208). Sum of RGB (Red+Green+Blue) = 137+171+208=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 171 (67.19% from 255 or 33.14% from 516); Blue value is 208 (81.64% from 255 or 40.31% from 516); Max value from RGB is 208 - color contains mainly: blue. Hex color #89ABD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABD0 is #76542F. Grayscale: #A4A4A4. Windows color (decimal): -7754800 or 13675401. OLE color: 13675401.
HSL color Cylindrical-coordinate representation of color #89ABD0: hue angle of 211.27º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89ABD0 is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 171 | 208 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.18 |
| HSL | 211.27º | 0.43% | 0.68% | - |
| HSV(B) | 211.27º | 0.34% | 0.82% | - |
| XYZ | 36.26 | 39 | 65.29 | - |
| YUV | 165.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 208 | 0.34 | 0.18 | 0 | 0.18 | 211.27 | 0.43 | 0.68 |
| Hex | 89 | AB | D0 | 22 | 12 | 0 | 12 | D3 | 2B | 44 |
| Octal | 211 | 253 | 320 | 42 | 22 | 0 | 22 | 323 | 53 | 104 |
| Binary | 10001001 | 10101011 | 11010000 | 100010 | 10010 | 0 | 10010 | 11010011 | 101011 | 1000100 |
Color Harmonies of #89ABD0
Complementary color
Monochromatic Colors of #89ABD0
Black with #89ABD0
Text Example
Text Example
White with #89ABD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABD0; }
p { color: rgb(137,171,208); }
H1.HeaderClassName
{
color: #89ABD0;
}
.AnyTagClassName
{
color: #89ABD0;
}
</style>
background-color css
<style>
a { background-color: #89ABD0; }
a { background-color: rgb(137,171,208); }
div.DivClassName
{
background-color: #89ABD0;
}
.BgClassName
{
background-color: #89ABD0;
}
</style>
border-color css
<style>
span { border-color: #89ABD0; }
span { border-color: rgb(137,171,208); }
td.TdClassName
{
border-color: #89ABD0;
}
.TagClassName
{
border-color: #89ABD0;
}
</style>