Shades of Polo Blue #88B0C9
Tints of Polo Blue #88B0C9
RGB
CMYK
RGB Variations
Color information
#88B0C9 (or 0x88B0C9) is known color: Polo Blue. HEX triplet: 88, B0 and C9. RGB value is (136,176,201). Sum of RGB (Red+Green+Blue) = 136+176+201=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 201 (78.91% from 255 or 39.18% from 513); Max value from RGB is 201 - color contains mainly: blue. Hex color #88B0C9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0C9 is #774F36. Grayscale: #A6A6A6. Windows color (decimal): -7819063 or 13217928. OLE color: 13217928.
HSL color Cylindrical-coordinate representation of color #88B0C9: hue angle of 203.08º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88B0C9 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 176 | 201 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.21 |
| HSL | 203.08º | 0.38% | 0.66% | - |
| HSV(B) | 203.08º | 0.32% | 0.79% | - |
| XYZ | 36.22 | 40.5 | 61.17 | - |
| YUV | 166.89 | 147.25 | 105.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 201 | 0.32 | 0.12 | 0 | 0.21 | 203.08 | 0.38 | 0.66 |
| Hex | 88 | B0 | C9 | 20 | C | 0 | 15 | CB | 26 | 42 |
| Octal | 210 | 260 | 311 | 40 | 14 | 0 | 25 | 313 | 46 | 102 |
| Binary | 10001000 | 10110000 | 11001001 | 100000 | 1100 | 0 | 10101 | 11001011 | 100110 | 1000010 |
Color Harmonies of #88B0C9
Complementary color
Monochromatic Colors of #88B0C9
Black with #88B0C9
Text Example
Text Example
White with #88B0C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B0C9; }
p { color: rgb(136,176,201); }
H1.HeaderClassName
{
color: #88B0C9;
}
.AnyTagClassName
{
color: #88B0C9;
}
</style>
background-color css
<style>
a { background-color: #88B0C9; }
a { background-color: rgb(136,176,201); }
div.DivClassName
{
background-color: #88B0C9;
}
.BgClassName
{
background-color: #88B0C9;
}
</style>
border-color css
<style>
span { border-color: #88B0C9; }
span { border-color: rgb(136,176,201); }
td.TdClassName
{
border-color: #88B0C9;
}
.TagClassName
{
border-color: #88B0C9;
}
</style>