Shades of Polo Blue #89ADD0
Tints of Polo Blue #89ADD0
RGB
CMYK
RGB Variations
Color information
#89ADD0 (or 0x89ADD0) is known color: Polo Blue. HEX triplet: 89, AD and D0. RGB value is (137,173,208). Sum of RGB (Red+Green+Blue) = 137+173+208=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 208 (81.64% from 255 or 40.15% from 518); Max value from RGB is 208 - color contains mainly: blue. Hex color #89ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADD0 is #76522F. Grayscale: #A6A6A6. Windows color (decimal): -7754288 or 13675913. OLE color: 13675913.
HSL color Cylindrical-coordinate representation of color #89ADD0: hue angle of 209.58º 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 #89ADD0 is Cyan = 0.34, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 173 | 208 | - |
| CMYK | 0.34 | 0.17 | 0 | 0.18 |
| HSL | 209.58º | 0.43% | 0.68% | - |
| HSV(B) | 209.58º | 0.34% | 0.82% | - |
| XYZ | 36.65 | 39.76 | 65.42 | - |
| YUV | 166.23 | 151.57 | 107.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 208 | 0.34 | 0.17 | 0 | 0.18 | 209.58 | 0.43 | 0.68 |
| Hex | 89 | AD | D0 | 22 | 11 | 0 | 12 | D2 | 2B | 44 |
| Octal | 211 | 255 | 320 | 42 | 21 | 0 | 22 | 322 | 53 | 104 |
| Binary | 10001001 | 10101101 | 11010000 | 100010 | 10001 | 0 | 10010 | 11010010 | 101011 | 1000100 |
Color Harmonies of #89ADD0
Complementary color
Monochromatic Colors of #89ADD0
Black with #89ADD0
Text Example
Text Example
White with #89ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADD0; }
p { color: rgb(137,173,208); }
H1.HeaderClassName
{
color: #89ADD0;
}
.AnyTagClassName
{
color: #89ADD0;
}
</style>
background-color css
<style>
a { background-color: #89ADD0; }
a { background-color: rgb(137,173,208); }
div.DivClassName
{
background-color: #89ADD0;
}
.BgClassName
{
background-color: #89ADD0;
}
</style>
border-color css
<style>
span { border-color: #89ADD0; }
span { border-color: rgb(137,173,208); }
td.TdClassName
{
border-color: #89ADD0;
}
.TagClassName
{
border-color: #89ADD0;
}
</style>