Shades of Polo Blue #89A8CD
Tints of Polo Blue #89A8CD
RGB
CMYK
RGB Variations
Color information
#89A8CD (or 0x89A8CD) is known color: Polo Blue. HEX triplet: 89, A8 and CD. RGB value is (137,168,205). Sum of RGB (Red+Green+Blue) = 137+168+205=510 (67% of max value = 765). Red value is 137 (53.91% from 255 or 26.86% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 205 (80.47% from 255 or 40.20% from 510); Max value from RGB is 205 - color contains mainly: blue. Hex color #89A8CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A8CD is #765732. Grayscale: #A2A2A2. Windows color (decimal): -7755571 or 13478025. OLE color: 13478025.
HSL color Cylindrical-coordinate representation of color #89A8CD: hue angle of 212.65º 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 #89A8CD is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 168 | 205 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.20 |
| HSL | 212.65º | 0.4% | 0.67% | - |
| HSV(B) | 212.65º | 0.33% | 0.8% | - |
| XYZ | 35.34 | 37.73 | 63.18 | - |
| YUV | 162.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 168 | 205 | 0.33 | 0.18 | 0 | 0.20 | 212.65 | 0.4 | 0.67 |
| Hex | 89 | A8 | CD | 21 | 12 | 0 | 14 | D5 | 28 | 43 |
| Octal | 211 | 250 | 315 | 41 | 22 | 0 | 24 | 325 | 50 | 103 |
| Binary | 10001001 | 10101000 | 11001101 | 100001 | 10010 | 0 | 10100 | 11010101 | 101000 | 1000011 |
Color Harmonies of #89A8CD
Complementary color
Monochromatic Colors of #89A8CD
Black with #89A8CD
Text Example
Text Example
White with #89A8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89A8CD; }
p { color: rgb(137,168,205); }
H1.HeaderClassName
{
color: #89A8CD;
}
.AnyTagClassName
{
color: #89A8CD;
}
</style>
background-color css
<style>
a { background-color: #89A8CD; }
a { background-color: rgb(137,168,205); }
div.DivClassName
{
background-color: #89A8CD;
}
.BgClassName
{
background-color: #89A8CD;
}
</style>
border-color css
<style>
span { border-color: #89A8CD; }
span { border-color: rgb(137,168,205); }
td.TdClassName
{
border-color: #89A8CD;
}
.TagClassName
{
border-color: #89A8CD;
}
</style>