Shades of Polo Blue #88A6DB
Tints of Polo Blue #88A6DB
RGB
CMYK
RGB Variations
Color information
#88A6DB (or 0x88A6DB) is known color: Polo Blue. HEX triplet: 88, A6 and DB. RGB value is (136,166,219). Sum of RGB (Red+Green+Blue) = 136+166+219=521 (69% of max value = 765). Red value is 136 (53.52% from 255 or 26.10% from 521); Green value is 166 (65.23% from 255 or 31.86% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #88A6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6DB is #775924. Grayscale: #A2A2A2. Windows color (decimal): -7821605 or 14395016. OLE color: 14395016.
HSL color Cylindrical-coordinate representation of color #88A6DB: hue angle of 218.31º 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 #88A6DB is Cyan = 0.38, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 166 | 219 | - |
| CMYK | 0.38 | 0.24 | 0 | 0.14 |
| HSL | 218.31º | 0.54% | 0.7% | - |
| HSV(B) | 218.31º | 0.38% | 0.86% | - |
| XYZ | 36.58 | 37.62 | 72.35 | - |
| YUV | 163.07 | 159.56 | 108.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 219 | 0.38 | 0.24 | 0 | 0.14 | 218.31 | 0.54 | 0.7 |
| Hex | 88 | A6 | DB | 26 | 18 | 0 | E | DA | 36 | 46 |
| Octal | 210 | 246 | 333 | 46 | 30 | 0 | 16 | 332 | 66 | 106 |
| Binary | 10001000 | 10100110 | 11011011 | 100110 | 11000 | 0 | 1110 | 11011010 | 110110 | 1000110 |
Color Harmonies of #88A6DB
Complementary color
Monochromatic Colors of #88A6DB
Black with #88A6DB
Text Example
Text Example
White with #88A6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6DB; }
p { color: rgb(136,166,219); }
H1.HeaderClassName
{
color: #88A6DB;
}
.AnyTagClassName
{
color: #88A6DB;
}
</style>
background-color css
<style>
a { background-color: #88A6DB; }
a { background-color: rgb(136,166,219); }
div.DivClassName
{
background-color: #88A6DB;
}
.BgClassName
{
background-color: #88A6DB;
}
</style>
border-color css
<style>
span { border-color: #88A6DB; }
span { border-color: rgb(136,166,219); }
td.TdClassName
{
border-color: #88A6DB;
}
.TagClassName
{
border-color: #88A6DB;
}
</style>