Shades of Polo Blue #89AACB
Tints of Polo Blue #89AACB
RGB
CMYK
RGB Variations
Color information
#89AACB (or 0x89AACB) is known color: Polo Blue. HEX triplet: 89, AA and CB. RGB value is (137,170,203). Sum of RGB (Red+Green+Blue) = 137+170+203=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 170 (66.80% from 255 or 33.33% from 510); Blue value is 203 (79.69% from 255 or 39.80% from 510); Max value from RGB is 203 - color contains mainly: blue. Hex color #89AACB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AACB is #765534. Grayscale: #A3A3A3. Windows color (decimal): -7755061 or 13347465. OLE color: 13347465.
HSL color Cylindrical-coordinate representation of color #89AACB: hue angle of 210º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89AACB is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 170 | 203 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.20 |
| HSL | 210º | 0.39% | 0.67% | - |
| HSV(B) | 210º | 0.33% | 0.8% | - |
| XYZ | 35.47 | 38.38 | 62.04 | - |
| YUV | 163.9 | 150.07 | 108.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 203 | 0.33 | 0.16 | 0 | 0.20 | 210 | 0.39 | 0.67 |
| Hex | 89 | AA | CB | 21 | 10 | 0 | 14 | D2 | 27 | 43 |
| Octal | 211 | 252 | 313 | 41 | 20 | 0 | 24 | 322 | 47 | 103 |
| Binary | 10001001 | 10101010 | 11001011 | 100001 | 10000 | 0 | 10100 | 11010010 | 100111 | 1000011 |
Color Harmonies of #89AACB
Complementary color
Monochromatic Colors of #89AACB
Black with #89AACB
Text Example
Text Example
White with #89AACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AACB; }
p { color: rgb(137,170,203); }
H1.HeaderClassName
{
color: #89AACB;
}
.AnyTagClassName
{
color: #89AACB;
}
</style>
background-color css
<style>
a { background-color: #89AACB; }
a { background-color: rgb(137,170,203); }
div.DivClassName
{
background-color: #89AACB;
}
.BgClassName
{
background-color: #89AACB;
}
</style>
border-color css
<style>
span { border-color: #89AACB; }
span { border-color: rgb(137,170,203); }
td.TdClassName
{
border-color: #89AACB;
}
.TagClassName
{
border-color: #89AACB;
}
</style>