Shades of Polo Blue #89B2C9
Tints of Polo Blue #89B2C9
RGB
CMYK
RGB Variations
Color information
#89B2C9 (or 0x89B2C9) is known color: Polo Blue. HEX triplet: 89, B2 and C9. RGB value is (137,178,201). Sum of RGB (Red+Green+Blue) = 137+178+201=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 178 (69.92% from 255 or 34.50% from 516); Blue value is 201 (78.91% from 255 or 38.95% from 516); Max value from RGB is 201 - color contains mainly: blue. Hex color #89B2C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B2C9 is #764D36. Grayscale: #A8A8A8. Windows color (decimal): -7753015 or 13218441. OLE color: 13218441.
HSL color Cylindrical-coordinate representation of color #89B2C9: hue angle of 201.56º degrees, saturation: 0.37, 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 #89B2C9 is Cyan = 0.32, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 137 | 178 | 201 | - |
| CMYK | 0.32 | 0.11 | 0 | 0.21 |
| HSL | 201.56º | 0.37% | 0.66% | - |
| HSV(B) | 201.56º | 0.32% | 0.79% | - |
| XYZ | 36.78 | 41.38 | 61.31 | - |
| YUV | 168.36 | 146.42 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 178 | 201 | 0.32 | 0.11 | 0 | 0.21 | 201.56 | 0.37 | 0.66 |
| Hex | 89 | B2 | C9 | 20 | B | 0 | 15 | CA | 25 | 42 |
| Octal | 211 | 262 | 311 | 40 | 13 | 0 | 25 | 312 | 45 | 102 |
| Binary | 10001001 | 10110010 | 11001001 | 100000 | 1011 | 0 | 10101 | 11001010 | 100101 | 1000010 |
Color Harmonies of #89B2C9
Complementary color
Monochromatic Colors of #89B2C9
Black with #89B2C9
Text Example
Text Example
White with #89B2C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B2C9; }
p { color: rgb(137,178,201); }
H1.HeaderClassName
{
color: #89B2C9;
}
.AnyTagClassName
{
color: #89B2C9;
}
</style>
background-color css
<style>
a { background-color: #89B2C9; }
a { background-color: rgb(137,178,201); }
div.DivClassName
{
background-color: #89B2C9;
}
.BgClassName
{
background-color: #89B2C9;
}
</style>
border-color css
<style>
span { border-color: #89B2C9; }
span { border-color: rgb(137,178,201); }
td.TdClassName
{
border-color: #89B2C9;
}
.TagClassName
{
border-color: #89B2C9;
}
</style>