Shades of Polo Blue #88A5D8
Tints of Polo Blue #88A5D8
RGB
CMYK
RGB Variations
Color information
#88A5D8 (or 0x88A5D8) is known color: Polo Blue. HEX triplet: 88, A5 and D8. RGB value is (136,165,216). Sum of RGB (Red+Green+Blue) = 136+165+216=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 216 (84.77% from 255 or 41.78% from 517); Max value from RGB is 216 - color contains mainly: blue. Hex color #88A5D8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5D8 is #775A27. Grayscale: #A1A1A1. Windows color (decimal): -7821864 or 14198152. OLE color: 14198152.
HSL color Cylindrical-coordinate representation of color #88A5D8: hue angle of 218.25º 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 #88A5D8 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 136 | 165 | 216 | - |
| CMYK | 0.37 | 0.24 | 0 | 0.15 |
| HSL | 218.25º | 0.51% | 0.69% | - |
| HSV(B) | 218.25º | 0.37% | 0.85% | - |
| XYZ | 36 | 37.1 | 70.23 | - |
| YUV | 162.14 | 158.39 | 109.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 216 | 0.37 | 0.24 | 0 | 0.15 | 218.25 | 0.51 | 0.69 |
| Hex | 88 | A5 | D8 | 25 | 18 | 0 | F | DA | 33 | 45 |
| Octal | 210 | 245 | 330 | 45 | 30 | 0 | 17 | 332 | 63 | 105 |
| Binary | 10001000 | 10100101 | 11011000 | 100101 | 11000 | 0 | 1111 | 11011010 | 110011 | 1000101 |
Color Harmonies of #88A5D8
Complementary color
Monochromatic Colors of #88A5D8
Black with #88A5D8
Text Example
Text Example
White with #88A5D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5D8; }
p { color: rgb(136,165,216); }
H1.HeaderClassName
{
color: #88A5D8;
}
.AnyTagClassName
{
color: #88A5D8;
}
</style>
background-color css
<style>
a { background-color: #88A5D8; }
a { background-color: rgb(136,165,216); }
div.DivClassName
{
background-color: #88A5D8;
}
.BgClassName
{
background-color: #88A5D8;
}
</style>
border-color css
<style>
span { border-color: #88A5D8; }
span { border-color: rgb(136,165,216); }
td.TdClassName
{
border-color: #88A5D8;
}
.TagClassName
{
border-color: #88A5D8;
}
</style>