Shades of Polo Blue #88ABD8
Tints of Polo Blue #88ABD8
RGB
CMYK
RGB Variations
Color information
#88ABD8 (or 0x88ABD8) is known color: Polo Blue. HEX triplet: 88, AB and D8. RGB value is (136,171,216). Sum of RGB (Red+Green+Blue) = 136+171+216=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 171 (67.19% from 255 or 32.70% from 523); Blue value is 216 (84.77% from 255 or 41.30% from 523); Max value from RGB is 216 - color contains mainly: blue. Hex color #88ABD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABD8 is #775427. Grayscale: #A5A5A5. Windows color (decimal): -7820328 or 14199688. OLE color: 14199688.
HSL color Cylindrical-coordinate representation of color #88ABD8: hue angle of 213.75º degrees, saturation: 0.51, 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 #88ABD8 is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 171 | 216 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.15 |
| HSL | 213.75º | 0.51% | 0.69% | - |
| HSV(B) | 213.75º | 0.37% | 0.85% | - |
| XYZ | 37.11 | 39.32 | 70.6 | - |
| YUV | 165.67 | 156.4 | 106.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 216 | 0.37 | 0.21 | 0 | 0.15 | 213.75 | 0.51 | 0.69 |
| Hex | 88 | AB | D8 | 25 | 15 | 0 | F | D6 | 33 | 45 |
| Octal | 210 | 253 | 330 | 45 | 25 | 0 | 17 | 326 | 63 | 105 |
| Binary | 10001000 | 10101011 | 11011000 | 100101 | 10101 | 0 | 1111 | 11010110 | 110011 | 1000101 |
Color Harmonies of #88ABD8
Complementary color
Monochromatic Colors of #88ABD8
Black with #88ABD8
Text Example
Text Example
White with #88ABD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ABD8; }
p { color: rgb(136,171,216); }
H1.HeaderClassName
{
color: #88ABD8;
}
.AnyTagClassName
{
color: #88ABD8;
}
</style>
background-color css
<style>
a { background-color: #88ABD8; }
a { background-color: rgb(136,171,216); }
div.DivClassName
{
background-color: #88ABD8;
}
.BgClassName
{
background-color: #88ABD8;
}
</style>
border-color css
<style>
span { border-color: #88ABD8; }
span { border-color: rgb(136,171,216); }
td.TdClassName
{
border-color: #88ABD8;
}
.TagClassName
{
border-color: #88ABD8;
}
</style>