Shades of Polo Blue #89A1CC
Tints of Polo Blue #89A1CC
RGB
CMYK
RGB Variations
Color information
#89A1CC (or 0x89A1CC) is known color: Polo Blue. HEX triplet: 89, A1 and CC. RGB value is (137,161,204). Sum of RGB (Red+Green+Blue) = 137+161+204=502 (66% of max value = 765). Red value is 137 (53.91% from 255 or 27.29% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #89A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A1CC is #765E33. Grayscale: #9E9E9E. Windows color (decimal): -7757364 or 13410697. OLE color: 13410697.
HSL color Cylindrical-coordinate representation of color #89A1CC: hue angle of 218.51º degrees, saturation: 0.4, 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 #89A1CC is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 161 | 204 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.2 |
| HSL | 218.51º | 0.4% | 0.67% | - |
| HSV(B) | 218.51º | 0.33% | 0.8% | - |
| XYZ | 33.96 | 35.17 | 62.12 | - |
| YUV | 158.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 161 | 204 | 0.33 | 0.21 | 0 | 0.2 | 218.51 | 0.4 | 0.67 |
| Hex | 89 | A1 | CC | 21 | 15 | 0 | 14 | DB | 28 | 43 |
| Octal | 211 | 241 | 314 | 41 | 25 | 0 | 24 | 333 | 50 | 103 |
| Binary | 10001001 | 10100001 | 11001100 | 100001 | 10101 | 0 | 10100 | 11011011 | 101000 | 1000011 |
Color Harmonies of #89A1CC
Complementary color
Monochromatic Colors of #89A1CC
Black with #89A1CC
Text Example
Text Example
White with #89A1CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A1CC; }
p { color: rgb(137,161,204); }
H1.HeaderClassName
{
color: #89A1CC;
}
.AnyTagClassName
{
color: #89A1CC;
}
</style>
background-color css
<style>
a { background-color: #89A1CC; }
a { background-color: rgb(137,161,204); }
div.DivClassName
{
background-color: #89A1CC;
}
.BgClassName
{
background-color: #89A1CC;
}
</style>
border-color css
<style>
span { border-color: #89A1CC; }
span { border-color: rgb(137,161,204); }
td.TdClassName
{
border-color: #89A1CC;
}
.TagClassName
{
border-color: #89A1CC;
}
</style>