Shades of Polo Blue #89ACDA
Tints of Polo Blue #89ACDA
RGB
CMYK
RGB Variations
Color information
#89ACDA (or 0x89ACDA) is known color: Polo Blue. HEX triplet: 89, AC and DA. RGB value is (137,172,218). Sum of RGB (Red+Green+Blue) = 137+172+218=527 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.00% from 527); Green value is 172 (67.58% from 255 or 32.64% from 527); Blue value is 218 (85.55% from 255 or 41.37% from 527); Max value from RGB is 218 - color contains mainly: blue. Hex color #89ACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACDA is #765325. Grayscale: #A6A6A6. Windows color (decimal): -7754534 or 14331017. OLE color: 14331017.
HSL color Cylindrical-coordinate representation of color #89ACDA: hue angle of 214.07º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #89ACDA is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 137 | 172 | 218 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.15 |
| HSL | 214.07º | 0.52% | 0.7% | - |
| HSV(B) | 214.07º | 0.37% | 0.85% | - |
| XYZ | 37.72 | 39.89 | 72.04 | - |
| YUV | 166.78 | 156.9 | 106.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 218 | 0.37 | 0.21 | 0 | 0.15 | 214.07 | 0.52 | 0.7 |
| Hex | 89 | AC | DA | 25 | 15 | 0 | F | D6 | 34 | 46 |
| Octal | 211 | 254 | 332 | 45 | 25 | 0 | 17 | 326 | 64 | 106 |
| Binary | 10001001 | 10101100 | 11011010 | 100101 | 10101 | 0 | 1111 | 11010110 | 110100 | 1000110 |
Color Harmonies of #89ACDA
Complementary color
Monochromatic Colors of #89ACDA
Black with #89ACDA
Text Example
Text Example
White with #89ACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACDA; }
p { color: rgb(137,172,218); }
H1.HeaderClassName
{
color: #89ACDA;
}
.AnyTagClassName
{
color: #89ACDA;
}
</style>
background-color css
<style>
a { background-color: #89ACDA; }
a { background-color: rgb(137,172,218); }
div.DivClassName
{
background-color: #89ACDA;
}
.BgClassName
{
background-color: #89ACDA;
}
</style>
border-color css
<style>
span { border-color: #89ACDA; }
span { border-color: rgb(137,172,218); }
td.TdClassName
{
border-color: #89ACDA;
}
.TagClassName
{
border-color: #89ACDA;
}
</style>