Shades of Polo Blue #88A8DB
Tints of Polo Blue #88A8DB
RGB
CMYK
RGB Variations
Color information
#88A8DB (or 0x88A8DB) is known color: Polo Blue. HEX triplet: 88, A8 and DB. RGB value is (136,168,219). Sum of RGB (Red+Green+Blue) = 136+168+219=523 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.00% from 523); Green value is 168 (66.02% from 255 or 32.12% from 523); Blue value is 219 (85.94% from 255 or 41.87% from 523); Max value from RGB is 219 - color contains mainly: blue. Hex color #88A8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8DB is #775724. Grayscale: #A4A4A4. Windows color (decimal): -7821093 or 14395528. OLE color: 14395528.
HSL color Cylindrical-coordinate representation of color #88A8DB: hue angle of 216.87º 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 #88A8DB is Cyan = 0.38, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 168 | 219 | - |
| CMYK | 0.38 | 0.23 | 0 | 0.14 |
| HSL | 216.87º | 0.54% | 0.7% | - |
| HSV(B) | 216.87º | 0.38% | 0.86% | - |
| XYZ | 36.94 | 38.35 | 72.47 | - |
| YUV | 164.25 | 158.9 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 219 | 0.38 | 0.23 | 0 | 0.14 | 216.87 | 0.54 | 0.7 |
| Hex | 88 | A8 | DB | 26 | 17 | 0 | E | D9 | 36 | 46 |
| Octal | 210 | 250 | 333 | 46 | 27 | 0 | 16 | 331 | 66 | 106 |
| Binary | 10001000 | 10101000 | 11011011 | 100110 | 10111 | 0 | 1110 | 11011001 | 110110 | 1000110 |
Color Harmonies of #88A8DB
Complementary color
Monochromatic Colors of #88A8DB
Black with #88A8DB
Text Example
Text Example
White with #88A8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8DB; }
p { color: rgb(136,168,219); }
H1.HeaderClassName
{
color: #88A8DB;
}
.AnyTagClassName
{
color: #88A8DB;
}
</style>
background-color css
<style>
a { background-color: #88A8DB; }
a { background-color: rgb(136,168,219); }
div.DivClassName
{
background-color: #88A8DB;
}
.BgClassName
{
background-color: #88A8DB;
}
</style>
border-color css
<style>
span { border-color: #88A8DB; }
span { border-color: rgb(136,168,219); }
td.TdClassName
{
border-color: #88A8DB;
}
.TagClassName
{
border-color: #88A8DB;
}
</style>