Shades of Polo Blue #89ADCC
Tints of Polo Blue #89ADCC
RGB
CMYK
RGB Variations
Color information
#89ADCC (or 0x89ADCC) is known color: Polo Blue. HEX triplet: 89, AD and CC. RGB value is (137,173,204). Sum of RGB (Red+Green+Blue) = 137+173+204=514 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.65% from 514); Green value is 173 (67.97% from 255 or 33.66% from 514); Blue value is 204 (80.08% from 255 or 39.69% from 514); Max value from RGB is 204 - color contains mainly: blue. Hex color #89ADCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADCC is #765233. Grayscale: #A5A5A5. Windows color (decimal): -7754292 or 13413769. OLE color: 13413769.
HSL color Cylindrical-coordinate representation of color #89ADCC: hue angle of 207.76º 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 #89ADCC is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 173 | 204 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.2 |
| HSL | 207.76º | 0.4% | 0.67% | - |
| HSV(B) | 207.76º | 0.33% | 0.8% | - |
| XYZ | 36.16 | 39.57 | 62.86 | - |
| YUV | 165.77 | 149.57 | 107.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 204 | 0.33 | 0.15 | 0 | 0.2 | 207.76 | 0.4 | 0.67 |
| Hex | 89 | AD | CC | 21 | F | 0 | 14 | D0 | 28 | 43 |
| Octal | 211 | 255 | 314 | 41 | 17 | 0 | 24 | 320 | 50 | 103 |
| Binary | 10001001 | 10101101 | 11001100 | 100001 | 1111 | 0 | 10100 | 11010000 | 101000 | 1000011 |
Color Harmonies of #89ADCC
Complementary color
Monochromatic Colors of #89ADCC
Black with #89ADCC
Text Example
Text Example
White with #89ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADCC; }
p { color: rgb(137,173,204); }
H1.HeaderClassName
{
color: #89ADCC;
}
.AnyTagClassName
{
color: #89ADCC;
}
</style>
background-color css
<style>
a { background-color: #89ADCC; }
a { background-color: rgb(137,173,204); }
div.DivClassName
{
background-color: #89ADCC;
}
.BgClassName
{
background-color: #89ADCC;
}
</style>
border-color css
<style>
span { border-color: #89ADCC; }
span { border-color: rgb(137,173,204); }
td.TdClassName
{
border-color: #89ADCC;
}
.TagClassName
{
border-color: #89ADCC;
}
</style>