Shades of Polo Blue #88A5D9
Tints of Polo Blue #88A5D9
RGB
CMYK
RGB Variations
Color information
#88A5D9 (or 0x88A5D9) is known color: Polo Blue. HEX triplet: 88, A5 and D9. RGB value is (136,165,217). Sum of RGB (Red+Green+Blue) = 136+165+217=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 217 (85.16% from 255 or 41.89% from 518); Max value from RGB is 217 - color contains mainly: blue. Hex color #88A5D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5D9 is #775A26. Grayscale: #A2A2A2. Windows color (decimal): -7821863 or 14263688. OLE color: 14263688.
HSL color Cylindrical-coordinate representation of color #88A5D9: hue angle of 218.52º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #88A5D9 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 165 | 217 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.15 |
| HSL | 218.52º | 0.52% | 0.69% | - |
| HSV(B) | 218.52º | 0.37% | 0.85% | - |
| XYZ | 36.13 | 37.15 | 70.91 | - |
| YUV | 162.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 217 | 0.37 | 0.24 | 0 | 0.15 | 218.52 | 0.52 | 0.69 |
| Hex | 88 | A5 | D9 | 25 | 18 | 0 | F | DB | 34 | 45 |
| Octal | 210 | 245 | 331 | 45 | 30 | 0 | 17 | 333 | 64 | 105 |
| Binary | 10001000 | 10100101 | 11011001 | 100101 | 11000 | 0 | 1111 | 11011011 | 110100 | 1000101 |
Color Harmonies of #88A5D9
Complementary color
Monochromatic Colors of #88A5D9
Black with #88A5D9
Text Example
Text Example
White with #88A5D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5D9; }
p { color: rgb(136,165,217); }
H1.HeaderClassName
{
color: #88A5D9;
}
.AnyTagClassName
{
color: #88A5D9;
}
</style>
background-color css
<style>
a { background-color: #88A5D9; }
a { background-color: rgb(136,165,217); }
div.DivClassName
{
background-color: #88A5D9;
}
.BgClassName
{
background-color: #88A5D9;
}
</style>
border-color css
<style>
span { border-color: #88A5D9; }
span { border-color: rgb(136,165,217); }
td.TdClassName
{
border-color: #88A5D9;
}
.TagClassName
{
border-color: #88A5D9;
}
</style>