Shades of Polo Blue #89AFCD
Tints of Polo Blue #89AFCD
RGB
CMYK
RGB Variations
Color information
#89AFCD (or 0x89AFCD) is known color: Polo Blue. HEX triplet: 89, AF and CD. RGB value is (137,175,205). Sum of RGB (Red+Green+Blue) = 137+175+205=517 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.50% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 205 (80.47% from 255 or 39.65% from 517); Max value from RGB is 205 - color contains mainly: blue. Hex color #89AFCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFCD is #765032. Grayscale: #A6A6A6. Windows color (decimal): -7753779 or 13479817. OLE color: 13479817.
HSL color Cylindrical-coordinate representation of color #89AFCD: hue angle of 206.47º 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 #89AFCD is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 137 | 175 | 205 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.20 |
| HSL | 206.47º | 0.4% | 0.67% | - |
| HSV(B) | 206.47º | 0.33% | 0.8% | - |
| XYZ | 36.67 | 40.39 | 63.62 | - |
| YUV | 167.06 | 149.41 | 106.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 205 | 0.33 | 0.15 | 0 | 0.20 | 206.47 | 0.4 | 0.67 |
| Hex | 89 | AF | CD | 21 | F | 0 | 14 | CE | 28 | 43 |
| Octal | 211 | 257 | 315 | 41 | 17 | 0 | 24 | 316 | 50 | 103 |
| Binary | 10001001 | 10101111 | 11001101 | 100001 | 1111 | 0 | 10100 | 11001110 | 101000 | 1000011 |
Color Harmonies of #89AFCD
Complementary color
Monochromatic Colors of #89AFCD
Black with #89AFCD
Text Example
Text Example
White with #89AFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFCD; }
p { color: rgb(137,175,205); }
H1.HeaderClassName
{
color: #89AFCD;
}
.AnyTagClassName
{
color: #89AFCD;
}
</style>
background-color css
<style>
a { background-color: #89AFCD; }
a { background-color: rgb(137,175,205); }
div.DivClassName
{
background-color: #89AFCD;
}
.BgClassName
{
background-color: #89AFCD;
}
</style>
border-color css
<style>
span { border-color: #89AFCD; }
span { border-color: rgb(137,175,205); }
td.TdClassName
{
border-color: #89AFCD;
}
.TagClassName
{
border-color: #89AFCD;
}
</style>