Shades of Polo Blue #89A8DC
Tints of Polo Blue #89A8DC
RGB
CMYK
RGB Variations
Color information
#89A8DC (or 0x89A8DC) is known color: Polo Blue. HEX triplet: 89, A8 and DC. RGB value is (137,168,220). Sum of RGB (Red+Green+Blue) = 137+168+220=525 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.10% from 525); Green value is 168 (66.02% from 255 or 32% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 220 - color contains mainly: blue. Hex color #89A8DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8DC is #765723. Grayscale: #A4A4A4. Windows color (decimal): -7755556 or 14461065. OLE color: 14461065.
HSL color Cylindrical-coordinate representation of color #89A8DC: hue angle of 217.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A8DC is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 137 | 168 | 220 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.14 |
| HSL | 217.59º | 0.54% | 0.7% | - |
| HSV(B) | 217.59º | 0.38% | 0.86% | - |
| XYZ | 37.24 | 38.49 | 73.18 | - |
| YUV | 164.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 220 | 0.38 | 0.24 | 0 | 0.14 | 217.59 | 0.54 | 0.7 |
| Hex | 89 | A8 | DC | 26 | 18 | 0 | E | DA | 36 | 46 |
| Octal | 211 | 250 | 334 | 46 | 30 | 0 | 16 | 332 | 66 | 106 |
| Binary | 10001001 | 10101000 | 11011100 | 100110 | 11000 | 0 | 1110 | 11011010 | 110110 | 1000110 |
Color Harmonies of #89A8DC
Complementary color
Monochromatic Colors of #89A8DC
Black with #89A8DC
Text Example
Text Example
White with #89A8DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8DC; }
p { color: rgb(137,168,220); }
H1.HeaderClassName
{
color: #89A8DC;
}
.AnyTagClassName
{
color: #89A8DC;
}
</style>
background-color css
<style>
a { background-color: #89A8DC; }
a { background-color: rgb(137,168,220); }
div.DivClassName
{
background-color: #89A8DC;
}
.BgClassName
{
background-color: #89A8DC;
}
</style>
border-color css
<style>
span { border-color: #89A8DC; }
span { border-color: rgb(137,168,220); }
td.TdClassName
{
border-color: #89A8DC;
}
.TagClassName
{
border-color: #89A8DC;
}
</style>