Shades of Polo Blue #88A2D1
Tints of Polo Blue #88A2D1
RGB
CMYK
RGB Variations
Color information
#88A2D1 (or 0x88A2D1) is known color: Polo Blue. HEX triplet: 88, A2 and D1. RGB value is (136,162,209). Sum of RGB (Red+Green+Blue) = 136+162+209=507 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.82% from 507); Green value is 162 (63.67% from 255 or 31.95% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #88A2D1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A2D1 is #775D2E. Grayscale: #9F9F9F. Windows color (decimal): -7822639 or 13738632. OLE color: 13738632.
HSL color Cylindrical-coordinate representation of color #88A2D1: hue angle of 218.63º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #88A2D1 is Cyan = 0.35, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 136 | 162 | 209 | - |
| CMYK | 0.35 | 0.22 | 0 | 0.18 |
| HSL | 218.63º | 0.44% | 0.68% | - |
| HSV(B) | 218.63º | 0.35% | 0.82% | - |
| XYZ | 34.58 | 35.68 | 65.39 | - |
| YUV | 159.58 | 155.89 | 111.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 162 | 209 | 0.35 | 0.22 | 0 | 0.18 | 218.63 | 0.44 | 0.68 |
| Hex | 88 | A2 | D1 | 23 | 16 | 0 | 12 | DB | 2C | 44 |
| Octal | 210 | 242 | 321 | 43 | 26 | 0 | 22 | 333 | 54 | 104 |
| Binary | 10001000 | 10100010 | 11010001 | 100011 | 10110 | 0 | 10010 | 11011011 | 101100 | 1000100 |
Color Harmonies of #88A2D1
Complementary color
Monochromatic Colors of #88A2D1
Black with #88A2D1
Text Example
Text Example
White with #88A2D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A2D1; }
p { color: rgb(136,162,209); }
H1.HeaderClassName
{
color: #88A2D1;
}
.AnyTagClassName
{
color: #88A2D1;
}
</style>
background-color css
<style>
a { background-color: #88A2D1; }
a { background-color: rgb(136,162,209); }
div.DivClassName
{
background-color: #88A2D1;
}
.BgClassName
{
background-color: #88A2D1;
}
</style>
border-color css
<style>
span { border-color: #88A2D1; }
span { border-color: rgb(136,162,209); }
td.TdClassName
{
border-color: #88A2D1;
}
.TagClassName
{
border-color: #88A2D1;
}
</style>