Shades of Polo Blue #89AECF
Tints of Polo Blue #89AECF
RGB
CMYK
RGB Variations
Color information
#89AECF (or 0x89AECF) is known color: Polo Blue. HEX triplet: 89, AE and CF. RGB value is (137,174,207). Sum of RGB (Red+Green+Blue) = 137+174+207=518 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.45% from 518); Green value is 174 (68.36% from 255 or 33.59% from 518); Blue value is 207 (81.25% from 255 or 39.96% from 518); Max value from RGB is 207 - color contains mainly: blue. Hex color #89AECF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AECF is #765130. Grayscale: #A6A6A6. Windows color (decimal): -7754033 or 13610633. OLE color: 13610633.
HSL color Cylindrical-coordinate representation of color #89AECF: hue angle of 208.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89AECF is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 174 | 207 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.19 |
| HSL | 208.29º | 0.42% | 0.67% | - |
| HSV(B) | 208.29º | 0.34% | 0.81% | - |
| XYZ | 36.72 | 40.1 | 64.84 | - |
| YUV | 166.7 | 150.74 | 106.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 174 | 207 | 0.34 | 0.16 | 0 | 0.19 | 208.29 | 0.42 | 0.67 |
| Hex | 89 | AE | CF | 22 | 10 | 0 | 13 | D0 | 2A | 43 |
| Octal | 211 | 256 | 317 | 42 | 20 | 0 | 23 | 320 | 52 | 103 |
| Binary | 10001001 | 10101110 | 11001111 | 100010 | 10000 | 0 | 10011 | 11010000 | 101010 | 1000011 |
Color Harmonies of #89AECF
Complementary color
Monochromatic Colors of #89AECF
Black with #89AECF
Text Example
Text Example
White with #89AECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AECF; }
p { color: rgb(137,174,207); }
H1.HeaderClassName
{
color: #89AECF;
}
.AnyTagClassName
{
color: #89AECF;
}
</style>
background-color css
<style>
a { background-color: #89AECF; }
a { background-color: rgb(137,174,207); }
div.DivClassName
{
background-color: #89AECF;
}
.BgClassName
{
background-color: #89AECF;
}
</style>
border-color css
<style>
span { border-color: #89AECF; }
span { border-color: rgb(137,174,207); }
td.TdClassName
{
border-color: #89AECF;
}
.TagClassName
{
border-color: #89AECF;
}
</style>