Shades of Polo Blue #89AADB
Tints of Polo Blue #89AADB
RGB
CMYK
RGB Variations
Color information
#89AADB (or 0x89AADB) is known color: Polo Blue. HEX triplet: 89, AA and DB. RGB value is (137,170,219). Sum of RGB (Red+Green+Blue) = 137+170+219=526 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.05% from 526); Green value is 170 (66.80% from 255 or 32.32% from 526); Blue value is 219 (85.94% from 255 or 41.63% from 526); Max value from RGB is 219 - color contains mainly: blue. Hex color #89AADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AADB is #765524. Grayscale: #A5A5A5. Windows color (decimal): -7755045 or 14396041. OLE color: 14396041.
HSL color Cylindrical-coordinate representation of color #89AADB: hue angle of 215.85º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89AADB is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 170 | 219 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.14 |
| HSL | 215.85º | 0.53% | 0.7% | - |
| HSV(B) | 215.85º | 0.37% | 0.86% | - |
| XYZ | 37.48 | 39.18 | 72.61 | - |
| YUV | 165.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 219 | 0.37 | 0.22 | 0 | 0.14 | 215.85 | 0.53 | 0.7 |
| Hex | 89 | AA | DB | 25 | 16 | 0 | E | D8 | 35 | 46 |
| Octal | 211 | 252 | 333 | 45 | 26 | 0 | 16 | 330 | 65 | 106 |
| Binary | 10001001 | 10101010 | 11011011 | 100101 | 10110 | 0 | 1110 | 11011000 | 110101 | 1000110 |
Color Harmonies of #89AADB
Complementary color
Monochromatic Colors of #89AADB
Black with #89AADB
Text Example
Text Example
White with #89AADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AADB; }
p { color: rgb(137,170,219); }
H1.HeaderClassName
{
color: #89AADB;
}
.AnyTagClassName
{
color: #89AADB;
}
</style>
background-color css
<style>
a { background-color: #89AADB; }
a { background-color: rgb(137,170,219); }
div.DivClassName
{
background-color: #89AADB;
}
.BgClassName
{
background-color: #89AADB;
}
</style>
border-color css
<style>
span { border-color: #89AADB; }
span { border-color: rgb(137,170,219); }
td.TdClassName
{
border-color: #89AADB;
}
.TagClassName
{
border-color: #89AADB;
}
</style>