Shades of Polo Blue #89B1D0
Tints of Polo Blue #89B1D0
RGB
CMYK
RGB Variations
Color information
#89B1D0 (or 0x89B1D0) is known color: Polo Blue. HEX triplet: 89, B1 and D0. RGB value is (137,177,208). Sum of RGB (Red+Green+Blue) = 137+177+208=522 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.25% from 522); Green value is 177 (69.53% from 255 or 33.91% from 522); Blue value is 208 (81.64% from 255 or 39.85% from 522); Max value from RGB is 208 - color contains mainly: blue. Hex color #89B1D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1D0 is #764E2F. Grayscale: #A8A8A8. Windows color (decimal): -7753264 or 13676937. OLE color: 13676937.
HSL color Cylindrical-coordinate representation of color #89B1D0: hue angle of 206.2º 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 #89B1D0 is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 137 | 177 | 208 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.18 |
| HSL | 206.2º | 0.43% | 0.68% | - |
| HSV(B) | 206.2º | 0.34% | 0.82% | - |
| XYZ | 37.42 | 41.32 | 65.68 | - |
| YUV | 168.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 208 | 0.34 | 0.15 | 0 | 0.18 | 206.2 | 0.43 | 0.68 |
| Hex | 89 | B1 | D0 | 22 | F | 0 | 12 | CE | 2B | 44 |
| Octal | 211 | 261 | 320 | 42 | 17 | 0 | 22 | 316 | 53 | 104 |
| Binary | 10001001 | 10110001 | 11010000 | 100010 | 1111 | 0 | 10010 | 11001110 | 101011 | 1000100 |
Color Harmonies of #89B1D0
Complementary color
Monochromatic Colors of #89B1D0
Black with #89B1D0
Text Example
Text Example
White with #89B1D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B1D0; }
p { color: rgb(137,177,208); }
H1.HeaderClassName
{
color: #89B1D0;
}
.AnyTagClassName
{
color: #89B1D0;
}
</style>
background-color css
<style>
a { background-color: #89B1D0; }
a { background-color: rgb(137,177,208); }
div.DivClassName
{
background-color: #89B1D0;
}
.BgClassName
{
background-color: #89B1D0;
}
</style>
border-color css
<style>
span { border-color: #89B1D0; }
span { border-color: rgb(137,177,208); }
td.TdClassName
{
border-color: #89B1D0;
}
.TagClassName
{
border-color: #89B1D0;
}
</style>