Shades of Polo Blue #89AAC9
Tints of Polo Blue #89AAC9
RGB
CMYK
RGB Variations
Color information
#89AAC9 (or 0x89AAC9) is known color: Polo Blue. HEX triplet: 89, AA and C9. RGB value is (137,170,201). Sum of RGB (Red+Green+Blue) = 137+170+201=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 170 (66.80% from 255 or 33.46% from 508); Blue value is 201 (78.91% from 255 or 39.57% from 508); Max value from RGB is 201 - color contains mainly: blue. Hex color #89AAC9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAC9 is #765536. Grayscale: #A3A3A3. Windows color (decimal): -7755063 or 13216393. OLE color: 13216393.
HSL color Cylindrical-coordinate representation of color #89AAC9: hue angle of 209.06º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89AAC9 is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 170 | 201 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.21 |
| HSL | 209.06º | 0.37% | 0.66% | - |
| HSV(B) | 209.06º | 0.32% | 0.79% | - |
| XYZ | 35.23 | 38.28 | 60.79 | - |
| YUV | 163.67 | 149.07 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 201 | 0.32 | 0.15 | 0 | 0.21 | 209.06 | 0.37 | 0.66 |
| Hex | 89 | AA | C9 | 20 | F | 0 | 15 | D1 | 25 | 42 |
| Octal | 211 | 252 | 311 | 40 | 17 | 0 | 25 | 321 | 45 | 102 |
| Binary | 10001001 | 10101010 | 11001001 | 100000 | 1111 | 0 | 10101 | 11010001 | 100101 | 1000010 |
Color Harmonies of #89AAC9
Complementary color
Monochromatic Colors of #89AAC9
Black with #89AAC9
Text Example
Text Example
White with #89AAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAC9; }
p { color: rgb(137,170,201); }
H1.HeaderClassName
{
color: #89AAC9;
}
.AnyTagClassName
{
color: #89AAC9;
}
</style>
background-color css
<style>
a { background-color: #89AAC9; }
a { background-color: rgb(137,170,201); }
div.DivClassName
{
background-color: #89AAC9;
}
.BgClassName
{
background-color: #89AAC9;
}
</style>
border-color css
<style>
span { border-color: #89AAC9; }
span { border-color: rgb(137,170,201); }
td.TdClassName
{
border-color: #89AAC9;
}
.TagClassName
{
border-color: #89AAC9;
}
</style>