Shades of Polo Blue #89AFCC
Tints of Polo Blue #89AFCC
RGB
CMYK
RGB Variations
Color information
#89AFCC (or 0x89AFCC) is known color: Polo Blue. HEX triplet: 89, AF and CC. RGB value is (137,175,204). Sum of RGB (Red+Green+Blue) = 137+175+204=516 (68% of max value = 765). Red value is 137 (53.91% from 255 or 26.55% from 516); Green value is 175 (68.75% from 255 or 33.91% from 516); Blue value is 204 (80.08% from 255 or 39.53% from 516); Max value from RGB is 204 - color contains mainly: blue. Hex color #89AFCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89AFCC is #765033. Grayscale: #A6A6A6. Windows color (decimal): -7753780 or 13414281. OLE color: 13414281.
HSL color Cylindrical-coordinate representation of color #89AFCC: hue angle of 205.97º 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 #89AFCC is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 137 | 175 | 204 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.2 |
| HSL | 205.97º | 0.4% | 0.67% | - |
| HSV(B) | 205.97º | 0.33% | 0.8% | - |
| XYZ | 36.55 | 40.34 | 62.99 | - |
| YUV | 166.94 | 148.91 | 106.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 175 | 204 | 0.33 | 0.14 | 0 | 0.2 | 205.97 | 0.4 | 0.67 |
| Hex | 89 | AF | CC | 21 | E | 0 | 14 | CE | 28 | 43 |
| Octal | 211 | 257 | 314 | 41 | 16 | 0 | 24 | 316 | 50 | 103 |
| Binary | 10001001 | 10101111 | 11001100 | 100001 | 1110 | 0 | 10100 | 11001110 | 101000 | 1000011 |
Color Harmonies of #89AFCC
Complementary color
Monochromatic Colors of #89AFCC
Black with #89AFCC
Text Example
Text Example
White with #89AFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89AFCC; }
p { color: rgb(137,175,204); }
H1.HeaderClassName
{
color: #89AFCC;
}
.AnyTagClassName
{
color: #89AFCC;
}
</style>
background-color css
<style>
a { background-color: #89AFCC; }
a { background-color: rgb(137,175,204); }
div.DivClassName
{
background-color: #89AFCC;
}
.BgClassName
{
background-color: #89AFCC;
}
</style>
border-color css
<style>
span { border-color: #89AFCC; }
span { border-color: rgb(137,175,204); }
td.TdClassName
{
border-color: #89AFCC;
}
.TagClassName
{
border-color: #89AFCC;
}
</style>