Shades of Polo Blue #89A9CA
Tints of Polo Blue #89A9CA
RGB
CMYK
RGB Variations
Color information
#89A9CA (or 0x89A9CA) is known color: Polo Blue. HEX triplet: 89, A9 and CA. RGB value is (137,169,202). Sum of RGB (Red+Green+Blue) = 137+169+202=508 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.97% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 202 (79.30% from 255 or 39.76% from 508); Max value from RGB is 202 - color contains mainly: blue. Hex color #89A9CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A9CA is #765635. Grayscale: #A3A3A3. Windows color (decimal): -7755318 or 13281673. OLE color: 13281673.
HSL color Cylindrical-coordinate representation of color #89A9CA: hue angle of 210.46º 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 #89A9CA is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 169 | 202 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.21 |
| HSL | 210.46º | 0.38% | 0.66% | - |
| HSV(B) | 210.46º | 0.32% | 0.79% | - |
| XYZ | 35.17 | 37.96 | 61.35 | - |
| YUV | 163.19 | 149.9 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 169 | 202 | 0.32 | 0.16 | 0 | 0.21 | 210.46 | 0.38 | 0.66 |
| Hex | 89 | A9 | CA | 20 | 10 | 0 | 15 | D2 | 26 | 42 |
| Octal | 211 | 251 | 312 | 40 | 20 | 0 | 25 | 322 | 46 | 102 |
| Binary | 10001001 | 10101001 | 11001010 | 100000 | 10000 | 0 | 10101 | 11010010 | 100110 | 1000010 |
Color Harmonies of #89A9CA
Complementary color
Monochromatic Colors of #89A9CA
Black with #89A9CA
Text Example
Text Example
White with #89A9CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A9CA; }
p { color: rgb(137,169,202); }
H1.HeaderClassName
{
color: #89A9CA;
}
.AnyTagClassName
{
color: #89A9CA;
}
</style>
background-color css
<style>
a { background-color: #89A9CA; }
a { background-color: rgb(137,169,202); }
div.DivClassName
{
background-color: #89A9CA;
}
.BgClassName
{
background-color: #89A9CA;
}
</style>
border-color css
<style>
span { border-color: #89A9CA; }
span { border-color: rgb(137,169,202); }
td.TdClassName
{
border-color: #89A9CA;
}
.TagClassName
{
border-color: #89A9CA;
}
</style>