Shades of Polo Blue #88A0CB
Tints of Polo Blue #88A0CB
RGB
CMYK
RGB Variations
Color information
#88A0CB (or 0x88A0CB) is known color: Polo Blue. HEX triplet: 88, A0 and CB. RGB value is (136,160,203). Sum of RGB (Red+Green+Blue) = 136+160+203=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 160 (62.89% from 255 or 32.06% from 499); Blue value is 203 (79.69% from 255 or 40.68% from 499); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0CB is #775F34. Grayscale: #9D9D9D. Windows color (decimal): -7823157 or 13344904. OLE color: 13344904.
HSL color Cylindrical-coordinate representation of color #88A0CB: hue angle of 218.51º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A0CB is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 160 | 203 | - |
| CMYK | 0.33 | 0.21 | 0 | 0.20 |
| HSL | 218.51º | 0.39% | 0.66% | - |
| HSV(B) | 218.51º | 0.33% | 0.8% | - |
| XYZ | 33.5 | 34.69 | 61.43 | - |
| YUV | 157.73 | 153.55 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 203 | 0.33 | 0.21 | 0 | 0.20 | 218.51 | 0.39 | 0.66 |
| Hex | 88 | A0 | CB | 21 | 15 | 0 | 14 | DB | 27 | 42 |
| Octal | 210 | 240 | 313 | 41 | 25 | 0 | 24 | 333 | 47 | 102 |
| Binary | 10001000 | 10100000 | 11001011 | 100001 | 10101 | 0 | 10100 | 11011011 | 100111 | 1000010 |
Color Harmonies of #88A0CB
Complementary color
Monochromatic Colors of #88A0CB
Black with #88A0CB
Text Example
Text Example
White with #88A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0CB; }
p { color: rgb(136,160,203); }
H1.HeaderClassName
{
color: #88A0CB;
}
.AnyTagClassName
{
color: #88A0CB;
}
</style>
background-color css
<style>
a { background-color: #88A0CB; }
a { background-color: rgb(136,160,203); }
div.DivClassName
{
background-color: #88A0CB;
}
.BgClassName
{
background-color: #88A0CB;
}
</style>
border-color css
<style>
span { border-color: #88A0CB; }
span { border-color: rgb(136,160,203); }
td.TdClassName
{
border-color: #88A0CB;
}
.TagClassName
{
border-color: #88A0CB;
}
</style>