Shades of Polo Blue #89A6C3
Tints of Polo Blue #89A6C3
RGB
CMYK
RGB Variations
Color information
#89A6C3 (or 0x89A6C3) is known color: Polo Blue. HEX triplet: 89, A6 and C3. RGB value is (137,166,195). Sum of RGB (Red+Green+Blue) = 137+166+195=498 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.51% from 498); Green value is 166 (65.23% from 255 or 33.33% from 498); Blue value is 195 (76.56% from 255 or 39.16% from 498); Max value from RGB is 195 - color contains mainly: blue. Hex color #89A6C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A6C3 is #76593C. Grayscale: #A0A0A0. Windows color (decimal): -7756093 or 12822153. OLE color: 12822153.
HSL color Cylindrical-coordinate representation of color #89A6C3: hue angle of 210º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #89A6C3 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 166 | 195 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.24 |
| HSL | 210º | 0.33% | 0.65% | - |
| HSV(B) | 210º | 0.3% | 0.76% | - |
| XYZ | 33.8 | 36.53 | 56.9 | - |
| YUV | 160.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 166 | 195 | 0.30 | 0.15 | 0 | 0.24 | 210 | 0.33 | 0.65 |
| Hex | 89 | A6 | C3 | 1E | F | 0 | 18 | D2 | 21 | 41 |
| Octal | 211 | 246 | 303 | 36 | 17 | 0 | 30 | 322 | 41 | 101 |
| Binary | 10001001 | 10100110 | 11000011 | 11110 | 1111 | 0 | 11000 | 11010010 | 100001 | 1000001 |
Color Harmonies of #89A6C3
Complementary color
Monochromatic Colors of #89A6C3
Black with #89A6C3
Text Example
Text Example
White with #89A6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A6C3; }
p { color: rgb(137,166,195); }
H1.HeaderClassName
{
color: #89A6C3;
}
.AnyTagClassName
{
color: #89A6C3;
}
</style>
background-color css
<style>
a { background-color: #89A6C3; }
a { background-color: rgb(137,166,195); }
div.DivClassName
{
background-color: #89A6C3;
}
.BgClassName
{
background-color: #89A6C3;
}
</style>
border-color css
<style>
span { border-color: #89A6C3; }
span { border-color: rgb(137,166,195); }
td.TdClassName
{
border-color: #89A6C3;
}
.TagClassName
{
border-color: #89A6C3;
}
</style>