Shades of Polo Blue #89AAD4
Tints of Polo Blue #89AAD4
RGB
CMYK
RGB Variations
Color information
#89AAD4 (or 0x89AAD4) is known color: Polo Blue. HEX triplet: 89, AA and D4. RGB value is (137,170,212). Sum of RGB (Red+Green+Blue) = 137+170+212=519 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.40% from 519); Green value is 170 (66.80% from 255 or 32.76% from 519); Blue value is 212 (83.20% from 255 or 40.85% from 519); Max value from RGB is 212 - color contains mainly: blue. Hex color #89AAD4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AAD4 is #76552B. Grayscale: #A4A4A4. Windows color (decimal): -7755052 or 13937289. OLE color: 13937289.
HSL color Cylindrical-coordinate representation of color #89AAD4: hue angle of 213.6º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89AAD4 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 170 | 212 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.17 |
| HSL | 213.6º | 0.47% | 0.68% | - |
| HSV(B) | 213.6º | 0.35% | 0.83% | - |
| XYZ | 36.57 | 38.82 | 67.85 | - |
| YUV | 164.92 | 154.57 | 108.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 170 | 212 | 0.35 | 0.20 | 0 | 0.17 | 213.6 | 0.47 | 0.68 |
| Hex | 89 | AA | D4 | 23 | 14 | 0 | 11 | D6 | 2F | 44 |
| Octal | 211 | 252 | 324 | 43 | 24 | 0 | 21 | 326 | 57 | 104 |
| Binary | 10001001 | 10101010 | 11010100 | 100011 | 10100 | 0 | 10001 | 11010110 | 101111 | 1000100 |
Color Harmonies of #89AAD4
Complementary color
Monochromatic Colors of #89AAD4
Black with #89AAD4
Text Example
Text Example
White with #89AAD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AAD4; }
p { color: rgb(137,170,212); }
H1.HeaderClassName
{
color: #89AAD4;
}
.AnyTagClassName
{
color: #89AAD4;
}
</style>
background-color css
<style>
a { background-color: #89AAD4; }
a { background-color: rgb(137,170,212); }
div.DivClassName
{
background-color: #89AAD4;
}
.BgClassName
{
background-color: #89AAD4;
}
</style>
border-color css
<style>
span { border-color: #89AAD4; }
span { border-color: rgb(137,170,212); }
td.TdClassName
{
border-color: #89AAD4;
}
.TagClassName
{
border-color: #89AAD4;
}
</style>