Shades of Polo Blue #89B0CC
Tints of Polo Blue #89B0CC
RGB
CMYK
RGB Variations
Color information
#89B0CC (or 0x89B0CC) is known color: Polo Blue. HEX triplet: 89, B0 and CC. RGB value is (137,176,204). Sum of RGB (Red+Green+Blue) = 137+176+204=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 176 (69.14% from 255 or 34.04% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #89B0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0CC is #764F33. Grayscale: #A7A7A7. Windows color (decimal): -7753524 or 13414537. OLE color: 13414537.
HSL color Cylindrical-coordinate representation of color #89B0CC: hue angle of 205.07º 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 #89B0CC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 176 | 204 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.2 |
| HSL | 205.07º | 0.4% | 0.67% | - |
| HSV(B) | 205.07º | 0.33% | 0.8% | - |
| XYZ | 36.74 | 40.73 | 63.05 | - |
| YUV | 167.53 | 148.58 | 106.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 204 | 0.33 | 0.14 | 0 | 0.2 | 205.07 | 0.4 | 0.67 |
| Hex | 89 | B0 | CC | 21 | E | 0 | 14 | CD | 28 | 43 |
| Octal | 211 | 260 | 314 | 41 | 16 | 0 | 24 | 315 | 50 | 103 |
| Binary | 10001001 | 10110000 | 11001100 | 100001 | 1110 | 0 | 10100 | 11001101 | 101000 | 1000011 |
Color Harmonies of #89B0CC
Complementary color
Monochromatic Colors of #89B0CC
Black with #89B0CC
Text Example
Text Example
White with #89B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0CC; }
p { color: rgb(137,176,204); }
H1.HeaderClassName
{
color: #89B0CC;
}
.AnyTagClassName
{
color: #89B0CC;
}
</style>
background-color css
<style>
a { background-color: #89B0CC; }
a { background-color: rgb(137,176,204); }
div.DivClassName
{
background-color: #89B0CC;
}
.BgClassName
{
background-color: #89B0CC;
}
</style>
border-color css
<style>
span { border-color: #89B0CC; }
span { border-color: rgb(137,176,204); }
td.TdClassName
{
border-color: #89B0CC;
}
.TagClassName
{
border-color: #89B0CC;
}
</style>