Shades of Polo Blue #89A6DD
Tints of Polo Blue #89A6DD
RGB
CMYK
RGB Variations
Color information
#89A6DD (or 0x89A6DD) is known color: Polo Blue. HEX triplet: 89, A6 and DD. RGB value is (137,166,221). Sum of RGB (Red+Green+Blue) = 137+166+221=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 166 (65.23% from 255 or 31.68% from 524); Blue value is 221 (86.72% from 255 or 42.18% from 524); Max value from RGB is 221 - color contains mainly: blue. Hex color #89A6DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6DD is #765922. Grayscale: #A3A3A3. Windows color (decimal): -7756067 or 14526089. OLE color: 14526089.
HSL color Cylindrical-coordinate representation of color #89A6DD: hue angle of 219.29º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #89A6DD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 137 | 166 | 221 | - |
| CMYK | 0.38 | 0.25 | 0 | 0.13 |
| HSL | 219.29º | 0.55% | 0.7% | - |
| HSV(B) | 219.29º | 0.38% | 0.87% | - |
| XYZ | 37 | 37.81 | 73.75 | - |
| YUV | 163.6 | 160.39 | 109.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 221 | 0.38 | 0.25 | 0 | 0.13 | 219.29 | 0.55 | 0.7 |
| Hex | 89 | A6 | DD | 26 | 19 | 0 | D | DB | 37 | 46 |
| Octal | 211 | 246 | 335 | 46 | 31 | 0 | 15 | 333 | 67 | 106 |
| Binary | 10001001 | 10100110 | 11011101 | 100110 | 11001 | 0 | 1101 | 11011011 | 110111 | 1000110 |
Color Harmonies of #89A6DD
Complementary color
Monochromatic Colors of #89A6DD
Black with #89A6DD
Text Example
Text Example
White with #89A6DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6DD; }
p { color: rgb(137,166,221); }
H1.HeaderClassName
{
color: #89A6DD;
}
.AnyTagClassName
{
color: #89A6DD;
}
</style>
background-color css
<style>
a { background-color: #89A6DD; }
a { background-color: rgb(137,166,221); }
div.DivClassName
{
background-color: #89A6DD;
}
.BgClassName
{
background-color: #89A6DD;
}
</style>
border-color css
<style>
span { border-color: #89A6DD; }
span { border-color: rgb(137,166,221); }
td.TdClassName
{
border-color: #89A6DD;
}
.TagClassName
{
border-color: #89A6DD;
}
</style>