Shades of Polo Blue #89A8D3
Tints of Polo Blue #89A8D3
RGB
CMYK
RGB Variations
Color information
#89A8D3 (or 0x89A8D3) is known color: Polo Blue. HEX triplet: 89, A8 and D3. RGB value is (137,168,211). Sum of RGB (Red+Green+Blue) = 137+168+211=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 168 (66.02% from 255 or 32.56% from 516); Blue value is 211 (82.81% from 255 or 40.89% from 516); Max value from RGB is 211 - color contains mainly: blue. Hex color #89A8D3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8D3 is #76572C. Grayscale: #A3A3A3. Windows color (decimal): -7755565 or 13871241. OLE color: 13871241.
HSL color Cylindrical-coordinate representation of color #89A8D3: hue angle of 214.86º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #89A8D3 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 137 | 168 | 211 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.17 |
| HSL | 214.86º | 0.46% | 0.68% | - |
| HSV(B) | 214.86º | 0.35% | 0.83% | - |
| XYZ | 36.08 | 38.03 | 67.07 | - |
| YUV | 163.63 | 154.73 | 109 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 211 | 0.35 | 0.20 | 0 | 0.17 | 214.86 | 0.46 | 0.68 |
| Hex | 89 | A8 | D3 | 23 | 14 | 0 | 11 | D7 | 2E | 44 |
| Octal | 211 | 250 | 323 | 43 | 24 | 0 | 21 | 327 | 56 | 104 |
| Binary | 10001001 | 10101000 | 11010011 | 100011 | 10100 | 0 | 10001 | 11010111 | 101110 | 1000100 |
Color Harmonies of #89A8D3
Complementary color
Monochromatic Colors of #89A8D3
Black with #89A8D3
Text Example
Text Example
White with #89A8D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8D3; }
p { color: rgb(137,168,211); }
H1.HeaderClassName
{
color: #89A8D3;
}
.AnyTagClassName
{
color: #89A8D3;
}
</style>
background-color css
<style>
a { background-color: #89A8D3; }
a { background-color: rgb(137,168,211); }
div.DivClassName
{
background-color: #89A8D3;
}
.BgClassName
{
background-color: #89A8D3;
}
</style>
border-color css
<style>
span { border-color: #89A8D3; }
span { border-color: rgb(137,168,211); }
td.TdClassName
{
border-color: #89A8D3;
}
.TagClassName
{
border-color: #89A8D3;
}
</style>