Shades of Polo Blue #89ADD6
Tints of Polo Blue #89ADD6
RGB
CMYK
RGB Variations
Color information
#89ADD6 (or 0x89ADD6) is known color: Polo Blue. HEX triplet: 89, AD and D6. RGB value is (137,173,214). Sum of RGB (Red+Green+Blue) = 137+173+214=524 (69% of max value = 765). Red value is 137 (53.91% from 255 or 26.15% from 524); Green value is 173 (67.97% from 255 or 33.02% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 214 - color contains mainly: blue. Hex color #89ADD6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89ADD6 is #765229. Grayscale: #A6A6A6. Windows color (decimal): -7754282 or 14069129. OLE color: 14069129.
HSL color Cylindrical-coordinate representation of color #89ADD6: hue angle of 211.95º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #89ADD6 is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 137 | 173 | 214 | - |
| CMYK | 0.36 | 0.19 | 0 | 0.16 |
| HSL | 211.95º | 0.48% | 0.69% | - |
| HSV(B) | 211.95º | 0.36% | 0.84% | - |
| XYZ | 37.4 | 40.06 | 69.38 | - |
| YUV | 166.91 | 154.57 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 173 | 214 | 0.36 | 0.19 | 0 | 0.16 | 211.95 | 0.48 | 0.69 |
| Hex | 89 | AD | D6 | 24 | 13 | 0 | 10 | D4 | 30 | 45 |
| Octal | 211 | 255 | 326 | 44 | 23 | 0 | 20 | 324 | 60 | 105 |
| Binary | 10001001 | 10101101 | 11010110 | 100100 | 10011 | 0 | 10000 | 11010100 | 110000 | 1000101 |
Color Harmonies of #89ADD6
Complementary color
Monochromatic Colors of #89ADD6
Black with #89ADD6
Text Example
Text Example
White with #89ADD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89ADD6; }
p { color: rgb(137,173,214); }
H1.HeaderClassName
{
color: #89ADD6;
}
.AnyTagClassName
{
color: #89ADD6;
}
</style>
background-color css
<style>
a { background-color: #89ADD6; }
a { background-color: rgb(137,173,214); }
div.DivClassName
{
background-color: #89ADD6;
}
.BgClassName
{
background-color: #89ADD6;
}
</style>
border-color css
<style>
span { border-color: #89ADD6; }
span { border-color: rgb(137,173,214); }
td.TdClassName
{
border-color: #89ADD6;
}
.TagClassName
{
border-color: #89ADD6;
}
</style>