Shades of Polo Blue #89B1CA
Tints of Polo Blue #89B1CA
RGB
CMYK
RGB Variations
Color information
#89B1CA (or 0x89B1CA) is known color: Polo Blue. HEX triplet: 89, B1 and CA. RGB value is (137,177,202). Sum of RGB (Red+Green+Blue) = 137+177+202=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 202 (79.30% from 255 or 39.15% from 516); Max value from RGB is 202 - color contains mainly: blue. Hex color #89B1CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B1CA is #764E35. Grayscale: #A7A7A7. Windows color (decimal): -7753270 or 13283721. OLE color: 13283721.
HSL color Cylindrical-coordinate representation of color #89B1CA: hue angle of 203.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #89B1CA is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 177 | 202 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.21 |
| HSL | 203.08º | 0.38% | 0.66% | - |
| HSV(B) | 203.08º | 0.32% | 0.79% | - |
| XYZ | 36.7 | 41.03 | 61.86 | - |
| YUV | 167.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 177 | 202 | 0.32 | 0.12 | 0 | 0.21 | 203.08 | 0.38 | 0.66 |
| Hex | 89 | B1 | CA | 20 | C | 0 | 15 | CB | 26 | 42 |
| Octal | 211 | 261 | 312 | 40 | 14 | 0 | 25 | 313 | 46 | 102 |
| Binary | 10001001 | 10110001 | 11001010 | 100000 | 1100 | 0 | 10101 | 11001011 | 100110 | 1000010 |
Color Harmonies of #89B1CA
Complementary color
Monochromatic Colors of #89B1CA
Black with #89B1CA
Text Example
Text Example
White with #89B1CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B1CA; }
p { color: rgb(137,177,202); }
H1.HeaderClassName
{
color: #89B1CA;
}
.AnyTagClassName
{
color: #89B1CA;
}
</style>
background-color css
<style>
a { background-color: #89B1CA; }
a { background-color: rgb(137,177,202); }
div.DivClassName
{
background-color: #89B1CA;
}
.BgClassName
{
background-color: #89B1CA;
}
</style>
border-color css
<style>
span { border-color: #89B1CA; }
span { border-color: rgb(137,177,202); }
td.TdClassName
{
border-color: #89B1CA;
}
.TagClassName
{
border-color: #89B1CA;
}
</style>