Shades of Polo Blue #89A8C3
Tints of Polo Blue #89A8C3
RGB
CMYK
RGB Variations
Color information
#89A8C3 (or 0x89A8C3) is known color: Polo Blue. HEX triplet: 89, A8 and C3. RGB value is (137,168,195). Sum of RGB (Red+Green+Blue) = 137+168+195=500 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 195 (76.56% from 255 or 39% from 500); Max value from RGB is 195 - color contains mainly: blue. Hex color #89A8C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8C3 is #76573C. Grayscale: #A1A1A1. Windows color (decimal): -7755581 or 12822665. OLE color: 12822665.
HSL color Cylindrical-coordinate representation of color #89A8C3: hue angle of 207.93º 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 #89A8C3 is Cyan = 0.30, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 137 | 168 | 195 | - |
| CMYK | 0.30 | 0.14 | 0 | 0.24 |
| HSL | 207.93º | 0.33% | 0.65% | - |
| HSV(B) | 207.93º | 0.3% | 0.76% | - |
| XYZ | 34.17 | 37.26 | 57.02 | - |
| YUV | 161.81 | 146.73 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 195 | 0.30 | 0.14 | 0 | 0.24 | 207.93 | 0.33 | 0.65 |
| Hex | 89 | A8 | C3 | 1E | E | 0 | 18 | D0 | 21 | 41 |
| Octal | 211 | 250 | 303 | 36 | 16 | 0 | 30 | 320 | 41 | 101 |
| Binary | 10001001 | 10101000 | 11000011 | 11110 | 1110 | 0 | 11000 | 11010000 | 100001 | 1000001 |
Color Harmonies of #89A8C3
Complementary color
Monochromatic Colors of #89A8C3
Black with #89A8C3
Text Example
Text Example
White with #89A8C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8C3; }
p { color: rgb(137,168,195); }
H1.HeaderClassName
{
color: #89A8C3;
}
.AnyTagClassName
{
color: #89A8C3;
}
</style>
background-color css
<style>
a { background-color: #89A8C3; }
a { background-color: rgb(137,168,195); }
div.DivClassName
{
background-color: #89A8C3;
}
.BgClassName
{
background-color: #89A8C3;
}
</style>
border-color css
<style>
span { border-color: #89A8C3; }
span { border-color: rgb(137,168,195); }
td.TdClassName
{
border-color: #89A8C3;
}
.TagClassName
{
border-color: #89A8C3;
}
</style>