Shades of Polo Blue #89AECC
Tints of Polo Blue #89AECC
RGB
CMYK
RGB Variations
Color information
#89AECC (or 0x89AECC) is known color: Polo Blue. HEX triplet: 89, AE and CC. RGB value is (137,174,204). Sum of RGB (Red+Green+Blue) = 137+174+204=515 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.60% from 515); Green value is 174 (68.36% from 255 or 33.79% from 515); Blue value is 204 (80.08% from 255 or 39.61% from 515); Max value from RGB is 204 - color contains mainly: blue. Hex color #89AECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AECC is #765133. Grayscale: #A6A6A6. Windows color (decimal): -7754036 or 13414025. OLE color: 13414025.
HSL color Cylindrical-coordinate representation of color #89AECC: hue angle of 206.87º 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 #89AECC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 174 | 204 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.2 |
| HSL | 206.87º | 0.4% | 0.67% | - |
| HSV(B) | 206.87º | 0.33% | 0.8% | - |
| XYZ | 36.35 | 39.95 | 62.92 | - |
| YUV | 166.36 | 149.24 | 107.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 204 | 0.33 | 0.15 | 0 | 0.2 | 206.87 | 0.4 | 0.67 |
| Hex | 89 | AE | CC | 21 | F | 0 | 14 | CF | 28 | 43 |
| Octal | 211 | 256 | 314 | 41 | 17 | 0 | 24 | 317 | 50 | 103 |
| Binary | 10001001 | 10101110 | 11001100 | 100001 | 1111 | 0 | 10100 | 11001111 | 101000 | 1000011 |
Color Harmonies of #89AECC
Complementary color
Monochromatic Colors of #89AECC
Black with #89AECC
Text Example
Text Example
White with #89AECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AECC; }
p { color: rgb(137,174,204); }
H1.HeaderClassName
{
color: #89AECC;
}
.AnyTagClassName
{
color: #89AECC;
}
</style>
background-color css
<style>
a { background-color: #89AECC; }
a { background-color: rgb(137,174,204); }
div.DivClassName
{
background-color: #89AECC;
}
.BgClassName
{
background-color: #89AECC;
}
</style>
border-color css
<style>
span { border-color: #89AECC; }
span { border-color: rgb(137,174,204); }
td.TdClassName
{
border-color: #89AECC;
}
.TagClassName
{
border-color: #89AECC;
}
</style>