Shades of Polo Blue #89A6CB
Tints of Polo Blue #89A6CB
RGB
CMYK
RGB Variations
Color information
#89A6CB (or 0x89A6CB) is known color: Polo Blue. HEX triplet: 89, A6 and CB. RGB value is (137,166,203). Sum of RGB (Red+Green+Blue) = 137+166+203=506 (67% of max value = 765). Red value is 137 (53.91% from 255 or 27.08% from 506); Green value is 166 (65.23% from 255 or 32.81% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #89A6CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6CB is #765934. Grayscale: #A1A1A1. Windows color (decimal): -7756085 or 13346441. OLE color: 13346441.
HSL color Cylindrical-coordinate representation of color #89A6CB: hue angle of 213.64º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #89A6CB is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 166 | 203 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.20 |
| HSL | 213.64º | 0.39% | 0.67% | - |
| HSV(B) | 213.64º | 0.33% | 0.8% | - |
| XYZ | 34.73 | 36.9 | 61.79 | - |
| YUV | 161.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 203 | 0.33 | 0.18 | 0 | 0.20 | 213.64 | 0.39 | 0.67 |
| Hex | 89 | A6 | CB | 21 | 12 | 0 | 14 | D6 | 27 | 43 |
| Octal | 211 | 246 | 313 | 41 | 22 | 0 | 24 | 326 | 47 | 103 |
| Binary | 10001001 | 10100110 | 11001011 | 100001 | 10010 | 0 | 10100 | 11010110 | 100111 | 1000011 |
Color Harmonies of #89A6CB
Complementary color
Monochromatic Colors of #89A6CB
Black with #89A6CB
Text Example
Text Example
White with #89A6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6CB; }
p { color: rgb(137,166,203); }
H1.HeaderClassName
{
color: #89A6CB;
}
.AnyTagClassName
{
color: #89A6CB;
}
</style>
background-color css
<style>
a { background-color: #89A6CB; }
a { background-color: rgb(137,166,203); }
div.DivClassName
{
background-color: #89A6CB;
}
.BgClassName
{
background-color: #89A6CB;
}
</style>
border-color css
<style>
span { border-color: #89A6CB; }
span { border-color: rgb(137,166,203); }
td.TdClassName
{
border-color: #89A6CB;
}
.TagClassName
{
border-color: #89A6CB;
}
</style>