Shades of Polo Blue #89ACD6
Tints of Polo Blue #89ACD6
RGB
CMYK
RGB Variations
Color information
#89ACD6 (or 0x89ACD6) is known color: Polo Blue. HEX triplet: 89, AC and D6. RGB value is (137,172,214). Sum of RGB (Red+Green+Blue) = 137+172+214=523 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.20% from 523); Green value is 172 (67.58% from 255 or 32.89% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #89ACD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ACD6 is #765329. Grayscale: #A6A6A6. Windows color (decimal): -7754538 or 14068873. OLE color: 14068873.
HSL color Cylindrical-coordinate representation of color #89ACD6: hue angle of 212.73º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89ACD6 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 172 | 214 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.16 |
| HSL | 212.73º | 0.48% | 0.69% | - |
| HSV(B) | 212.73º | 0.36% | 0.84% | - |
| XYZ | 37.21 | 39.68 | 69.32 | - |
| YUV | 166.32 | 154.9 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 172 | 214 | 0.36 | 0.20 | 0 | 0.16 | 212.73 | 0.48 | 0.69 |
| Hex | 89 | AC | D6 | 24 | 14 | 0 | 10 | D5 | 30 | 45 |
| Octal | 211 | 254 | 326 | 44 | 24 | 0 | 20 | 325 | 60 | 105 |
| Binary | 10001001 | 10101100 | 11010110 | 100100 | 10100 | 0 | 10000 | 11010101 | 110000 | 1000101 |
Color Harmonies of #89ACD6
Complementary color
Monochromatic Colors of #89ACD6
Black with #89ACD6
Text Example
Text Example
White with #89ACD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ACD6; }
p { color: rgb(137,172,214); }
H1.HeaderClassName
{
color: #89ACD6;
}
.AnyTagClassName
{
color: #89ACD6;
}
</style>
background-color css
<style>
a { background-color: #89ACD6; }
a { background-color: rgb(137,172,214); }
div.DivClassName
{
background-color: #89ACD6;
}
.BgClassName
{
background-color: #89ACD6;
}
</style>
border-color css
<style>
span { border-color: #89ACD6; }
span { border-color: rgb(137,172,214); }
td.TdClassName
{
border-color: #89ACD6;
}
.TagClassName
{
border-color: #89ACD6;
}
</style>