Shades of Polo Blue #88A8CE
Tints of Polo Blue #88A8CE
RGB
CMYK
RGB Variations
Color information
#88A8CE (or 0x88A8CE) is known color: Polo Blue. HEX triplet: 88, A8 and CE. RGB value is (136,168,206). Sum of RGB (Red+Green+Blue) = 136+168+206=510 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.67% from 510); Green value is 168 (66.02% from 255 or 32.94% from 510); Blue value is 206 (80.86% from 255 or 40.39% from 510); Max value from RGB is 206 - color contains mainly: blue. Hex color #88A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8CE is #775731. Grayscale: #A2A2A2. Windows color (decimal): -7821106 or 13543560. OLE color: 13543560.
HSL color Cylindrical-coordinate representation of color #88A8CE: hue angle of 212.57º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88A8CE is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 168 | 206 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.19 |
| HSL | 212.57º | 0.42% | 0.67% | - |
| HSV(B) | 212.57º | 0.34% | 0.81% | - |
| XYZ | 35.3 | 37.7 | 63.81 | - |
| YUV | 162.76 | 152.4 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 206 | 0.34 | 0.18 | 0 | 0.19 | 212.57 | 0.42 | 0.67 |
| Hex | 88 | A8 | CE | 22 | 12 | 0 | 13 | D5 | 2A | 43 |
| Octal | 210 | 250 | 316 | 42 | 22 | 0 | 23 | 325 | 52 | 103 |
| Binary | 10001000 | 10101000 | 11001110 | 100010 | 10010 | 0 | 10011 | 11010101 | 101010 | 1000011 |
Color Harmonies of #88A8CE
Complementary color
Monochromatic Colors of #88A8CE
Black with #88A8CE
Text Example
Text Example
White with #88A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8CE; }
p { color: rgb(136,168,206); }
H1.HeaderClassName
{
color: #88A8CE;
}
.AnyTagClassName
{
color: #88A8CE;
}
</style>
background-color css
<style>
a { background-color: #88A8CE; }
a { background-color: rgb(136,168,206); }
div.DivClassName
{
background-color: #88A8CE;
}
.BgClassName
{
background-color: #88A8CE;
}
</style>
border-color css
<style>
span { border-color: #88A8CE; }
span { border-color: rgb(136,168,206); }
td.TdClassName
{
border-color: #88A8CE;
}
.TagClassName
{
border-color: #88A8CE;
}
</style>