Shades of Polo Blue #89B0CF
Tints of Polo Blue #89B0CF
RGB
CMYK
RGB Variations
Color information
#89B0CF (or 0x89B0CF) is known color: Polo Blue. HEX triplet: 89, B0 and CF. RGB value is (137,176,207). Sum of RGB (Red+Green+Blue) = 137+176+207=520 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.35% from 520); Green value is 176 (69.14% from 255 or 33.85% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #89B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89B0CF is #764F30. Grayscale: #A7A7A7. Windows color (decimal): -7753521 or 13611145. OLE color: 13611145.
HSL color Cylindrical-coordinate representation of color #89B0CF: hue angle of 206.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #89B0CF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 137 | 176 | 207 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.19 |
| HSL | 206.57º | 0.42% | 0.67% | - |
| HSV(B) | 206.57º | 0.34% | 0.81% | - |
| XYZ | 37.1 | 40.87 | 64.97 | - |
| YUV | 167.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 176 | 207 | 0.34 | 0.15 | 0 | 0.19 | 206.57 | 0.42 | 0.67 |
| Hex | 89 | B0 | CF | 22 | F | 0 | 13 | CF | 2A | 43 |
| Octal | 211 | 260 | 317 | 42 | 17 | 0 | 23 | 317 | 52 | 103 |
| Binary | 10001001 | 10110000 | 11001111 | 100010 | 1111 | 0 | 10011 | 11001111 | 101010 | 1000011 |
Color Harmonies of #89B0CF
Complementary color
Monochromatic Colors of #89B0CF
Black with #89B0CF
Text Example
Text Example
White with #89B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89B0CF; }
p { color: rgb(137,176,207); }
H1.HeaderClassName
{
color: #89B0CF;
}
.AnyTagClassName
{
color: #89B0CF;
}
</style>
background-color css
<style>
a { background-color: #89B0CF; }
a { background-color: rgb(137,176,207); }
div.DivClassName
{
background-color: #89B0CF;
}
.BgClassName
{
background-color: #89B0CF;
}
</style>
border-color css
<style>
span { border-color: #89B0CF; }
span { border-color: rgb(137,176,207); }
td.TdClassName
{
border-color: #89B0CF;
}
.TagClassName
{
border-color: #89B0CF;
}
</style>