Shades of Polo Blue #88AAC5
Tints of Polo Blue #88AAC5
RGB
CMYK
RGB Variations
Color information
#88AAC5 (or 0x88AAC5) is known color: Polo Blue. HEX triplet: 88, AA and C5. RGB value is (136,170,197). Sum of RGB (Red+Green+Blue) = 136+170+197=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 197 - color contains mainly: blue. Hex color #88AAC5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AAC5 is #77553A. Grayscale: #A2A2A2. Windows color (decimal): -7820603 or 12954248. OLE color: 12954248.
HSL color Cylindrical-coordinate representation of color #88AAC5: hue angle of 206.56º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88AAC5 is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 136 | 170 | 197 | - |
| CMYK | 0.31 | 0.14 | 0 | 0.23 |
| HSL | 206.56º | 0.34% | 0.65% | - |
| HSV(B) | 206.56º | 0.31% | 0.77% | - |
| XYZ | 34.61 | 38.01 | 58.34 | - |
| YUV | 162.91 | 147.24 | 108.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 197 | 0.31 | 0.14 | 0 | 0.23 | 206.56 | 0.34 | 0.65 |
| Hex | 88 | AA | C5 | 1F | E | 0 | 17 | CF | 22 | 41 |
| Octal | 210 | 252 | 305 | 37 | 16 | 0 | 27 | 317 | 42 | 101 |
| Binary | 10001000 | 10101010 | 11000101 | 11111 | 1110 | 0 | 10111 | 11001111 | 100010 | 1000001 |
Color Harmonies of #88AAC5
Complementary color
Monochromatic Colors of #88AAC5
Black with #88AAC5
Text Example
Text Example
White with #88AAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AAC5; }
p { color: rgb(136,170,197); }
H1.HeaderClassName
{
color: #88AAC5;
}
.AnyTagClassName
{
color: #88AAC5;
}
</style>
background-color css
<style>
a { background-color: #88AAC5; }
a { background-color: rgb(136,170,197); }
div.DivClassName
{
background-color: #88AAC5;
}
.BgClassName
{
background-color: #88AAC5;
}
</style>
border-color css
<style>
span { border-color: #88AAC5; }
span { border-color: rgb(136,170,197); }
td.TdClassName
{
border-color: #88AAC5;
}
.TagClassName
{
border-color: #88AAC5;
}
</style>