Shades of Polo Blue #88A7DB
Tints of Polo Blue #88A7DB
RGB
CMYK
RGB Variations
Color information
#88A7DB (or 0x88A7DB) is known color: Polo Blue. HEX triplet: 88, A7 and DB. RGB value is (136,167,219). Sum of RGB (Red+Green+Blue) = 136+167+219=522 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.05% from 522); Green value is 167 (65.62% from 255 or 31.99% from 522); Blue value is 219 (85.94% from 255 or 41.95% from 522); Max value from RGB is 219 - color contains mainly: blue. Hex color #88A7DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A7DB is #775824. Grayscale: #A3A3A3. Windows color (decimal): -7821349 or 14395272. OLE color: 14395272.
HSL color Cylindrical-coordinate representation of color #88A7DB: hue angle of 217.59º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #88A7DB is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 167 | 219 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.14 |
| HSL | 217.59º | 0.54% | 0.7% | - |
| HSV(B) | 217.59º | 0.38% | 0.86% | - |
| XYZ | 36.76 | 37.99 | 72.41 | - |
| YUV | 163.66 | 159.23 | 108.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 167 | 219 | 0.38 | 0.24 | 0 | 0.14 | 217.59 | 0.54 | 0.7 |
| Hex | 88 | A7 | DB | 26 | 18 | 0 | E | DA | 36 | 46 |
| Octal | 210 | 247 | 333 | 46 | 30 | 0 | 16 | 332 | 66 | 106 |
| Binary | 10001000 | 10100111 | 11011011 | 100110 | 11000 | 0 | 1110 | 11011010 | 110110 | 1000110 |
Color Harmonies of #88A7DB
Complementary color
Monochromatic Colors of #88A7DB
Black with #88A7DB
Text Example
Text Example
White with #88A7DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A7DB; }
p { color: rgb(136,167,219); }
H1.HeaderClassName
{
color: #88A7DB;
}
.AnyTagClassName
{
color: #88A7DB;
}
</style>
background-color css
<style>
a { background-color: #88A7DB; }
a { background-color: rgb(136,167,219); }
div.DivClassName
{
background-color: #88A7DB;
}
.BgClassName
{
background-color: #88A7DB;
}
</style>
border-color css
<style>
span { border-color: #88A7DB; }
span { border-color: rgb(136,167,219); }
td.TdClassName
{
border-color: #88A7DB;
}
.TagClassName
{
border-color: #88A7DB;
}
</style>