Shades of Polo Blue #89ABCD
Tints of Polo Blue #89ABCD
RGB
CMYK
RGB Variations
Color information
#89ABCD (or 0x89ABCD) is known color: Polo Blue. HEX triplet: 89, AB and CD. RGB value is (137,171,205). Sum of RGB (Red+Green+Blue) = 137+171+205=513 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.71% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 205 - color contains mainly: blue. Hex color #89ABCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ABCD is #765432. Grayscale: #A4A4A4. Windows color (decimal): -7754803 or 13478793. OLE color: 13478793.
HSL color Cylindrical-coordinate representation of color #89ABCD: hue angle of 210º degrees, saturation: 0.4, 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 #89ABCD is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 171 | 205 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.20 |
| HSL | 210º | 0.4% | 0.67% | - |
| HSV(B) | 210º | 0.33% | 0.8% | - |
| XYZ | 35.9 | 38.85 | 63.36 | - |
| YUV | 164.71 | 150.74 | 108.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 171 | 205 | 0.33 | 0.17 | 0 | 0.20 | 210 | 0.4 | 0.67 |
| Hex | 89 | AB | CD | 21 | 11 | 0 | 14 | D2 | 28 | 43 |
| Octal | 211 | 253 | 315 | 41 | 21 | 0 | 24 | 322 | 50 | 103 |
| Binary | 10001001 | 10101011 | 11001101 | 100001 | 10001 | 0 | 10100 | 11010010 | 101000 | 1000011 |
Color Harmonies of #89ABCD
Complementary color
Monochromatic Colors of #89ABCD
Black with #89ABCD
Text Example
Text Example
White with #89ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ABCD; }
p { color: rgb(137,171,205); }
H1.HeaderClassName
{
color: #89ABCD;
}
.AnyTagClassName
{
color: #89ABCD;
}
</style>
background-color css
<style>
a { background-color: #89ABCD; }
a { background-color: rgb(137,171,205); }
div.DivClassName
{
background-color: #89ABCD;
}
.BgClassName
{
background-color: #89ABCD;
}
</style>
border-color css
<style>
span { border-color: #89ABCD; }
span { border-color: rgb(137,171,205); }
td.TdClassName
{
border-color: #89ABCD;
}
.TagClassName
{
border-color: #89ABCD;
}
</style>