Shades of Polo Blue #89B0D0
Tints of Polo Blue #89B0D0
RGB
CMYK
RGB Variations
Color information
#89B0D0 (or 0x89B0D0) is known color: Polo Blue. HEX triplet: 89, B0 and D0. RGB value is (137,176,208). Sum of RGB (Red+Green+Blue) = 137+176+208=521 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.30% from 521); Green value is 176 (69.14% from 255 or 33.78% from 521); Blue value is 208 (81.64% from 255 or 39.92% from 521); Max value from RGB is 208 - color contains mainly: blue. Hex color #89B0D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0D0 is #764F2F. Grayscale: #A7A7A7. Windows color (decimal): -7753520 or 13676681. OLE color: 13676681.
HSL color Cylindrical-coordinate representation of color #89B0D0: hue angle of 207.04º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89B0D0 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 176 | 208 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.18 |
| HSL | 207.04º | 0.43% | 0.68% | - |
| HSV(B) | 207.04º | 0.34% | 0.82% | - |
| XYZ | 37.23 | 40.92 | 65.61 | - |
| YUV | 167.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 208 | 0.34 | 0.15 | 0 | 0.18 | 207.04 | 0.43 | 0.68 |
| Hex | 89 | B0 | D0 | 22 | F | 0 | 12 | CF | 2B | 44 |
| Octal | 211 | 260 | 320 | 42 | 17 | 0 | 22 | 317 | 53 | 104 |
| Binary | 10001001 | 10110000 | 11010000 | 100010 | 1111 | 0 | 10010 | 11001111 | 101011 | 1000100 |
Color Harmonies of #89B0D0
Complementary color
Monochromatic Colors of #89B0D0
Black with #89B0D0
Text Example
Text Example
White with #89B0D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0D0; }
p { color: rgb(137,176,208); }
H1.HeaderClassName
{
color: #89B0D0;
}
.AnyTagClassName
{
color: #89B0D0;
}
</style>
background-color css
<style>
a { background-color: #89B0D0; }
a { background-color: rgb(137,176,208); }
div.DivClassName
{
background-color: #89B0D0;
}
.BgClassName
{
background-color: #89B0D0;
}
</style>
border-color css
<style>
span { border-color: #89B0D0; }
span { border-color: rgb(137,176,208); }
td.TdClassName
{
border-color: #89B0D0;
}
.TagClassName
{
border-color: #89B0D0;
}
</style>