Shades of Polo Blue #88A8D9
Tints of Polo Blue #88A8D9
RGB
CMYK
RGB Variations
Color information
#88A8D9 (or 0x88A8D9) is known color: Polo Blue. HEX triplet: 88, A8 and D9. RGB value is (136,168,217). Sum of RGB (Red+Green+Blue) = 136+168+217=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 168 (66.02% from 255 or 32.25% from 521); Blue value is 217 (85.16% from 255 or 41.65% from 521); Max value from RGB is 217 - color contains mainly: blue. Hex color #88A8D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8D9 is #775726. Grayscale: #A3A3A3. Windows color (decimal): -7821095 or 14264456. OLE color: 14264456.
HSL color Cylindrical-coordinate representation of color #88A8D9: hue angle of 216.3º 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 #88A8D9 is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 168 | 217 | - |
| CMYK | 0.37 | 0.23 | 0 | 0.15 |
| HSL | 216.3º | 0.52% | 0.69% | - |
| HSV(B) | 216.3º | 0.37% | 0.85% | - |
| XYZ | 36.68 | 38.25 | 71.1 | - |
| YUV | 164.02 | 157.9 | 108.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 217 | 0.37 | 0.23 | 0 | 0.15 | 216.3 | 0.52 | 0.69 |
| Hex | 88 | A8 | D9 | 25 | 17 | 0 | F | D8 | 34 | 45 |
| Octal | 210 | 250 | 331 | 45 | 27 | 0 | 17 | 330 | 64 | 105 |
| Binary | 10001000 | 10101000 | 11011001 | 100101 | 10111 | 0 | 1111 | 11011000 | 110100 | 1000101 |
Color Harmonies of #88A8D9
Complementary color
Monochromatic Colors of #88A8D9
Black with #88A8D9
Text Example
Text Example
White with #88A8D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8D9; }
p { color: rgb(136,168,217); }
H1.HeaderClassName
{
color: #88A8D9;
}
.AnyTagClassName
{
color: #88A8D9;
}
</style>
background-color css
<style>
a { background-color: #88A8D9; }
a { background-color: rgb(136,168,217); }
div.DivClassName
{
background-color: #88A8D9;
}
.BgClassName
{
background-color: #88A8D9;
}
</style>
border-color css
<style>
span { border-color: #88A8D9; }
span { border-color: rgb(136,168,217); }
td.TdClassName
{
border-color: #88A8D9;
}
.TagClassName
{
border-color: #88A8D9;
}
</style>