Shades of Polo Blue #88A5C6
Tints of Polo Blue #88A5C6
RGB
CMYK
RGB Variations
Color information
#88A5C6 (or 0x88A5C6) is known color: Polo Blue. HEX triplet: 88, A5 and C6. RGB value is (136,165,198). Sum of RGB (Red+Green+Blue) = 136+165+198=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 165 (64.84% from 255 or 33.07% from 499); Blue value is 198 (77.73% from 255 or 39.68% from 499); Max value from RGB is 198 - color contains mainly: blue. Hex color #88A5C6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5C6 is #775A39. Grayscale: #9F9F9F. Windows color (decimal): -7821882 or 13018504. OLE color: 13018504.
HSL color Cylindrical-coordinate representation of color #88A5C6: hue angle of 211.94º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #88A5C6 is Cyan = 0.31, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 165 | 198 | - |
| CMYK | 0.31 | 0.17 | 0 | 0.22 |
| HSL | 211.94º | 0.35% | 0.65% | - |
| HSV(B) | 211.94º | 0.31% | 0.78% | - |
| XYZ | 33.8 | 36.22 | 58.64 | - |
| YUV | 160.09 | 149.39 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 198 | 0.31 | 0.17 | 0 | 0.22 | 211.94 | 0.35 | 0.65 |
| Hex | 88 | A5 | C6 | 1F | 11 | 0 | 16 | D4 | 23 | 41 |
| Octal | 210 | 245 | 306 | 37 | 21 | 0 | 26 | 324 | 43 | 101 |
| Binary | 10001000 | 10100101 | 11000110 | 11111 | 10001 | 0 | 10110 | 11010100 | 100011 | 1000001 |
Color Harmonies of #88A5C6
Complementary color
Monochromatic Colors of #88A5C6
Black with #88A5C6
Text Example
Text Example
White with #88A5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5C6; }
p { color: rgb(136,165,198); }
H1.HeaderClassName
{
color: #88A5C6;
}
.AnyTagClassName
{
color: #88A5C6;
}
</style>
background-color css
<style>
a { background-color: #88A5C6; }
a { background-color: rgb(136,165,198); }
div.DivClassName
{
background-color: #88A5C6;
}
.BgClassName
{
background-color: #88A5C6;
}
</style>
border-color css
<style>
span { border-color: #88A5C6; }
span { border-color: rgb(136,165,198); }
td.TdClassName
{
border-color: #88A5C6;
}
.TagClassName
{
border-color: #88A5C6;
}
</style>