Shades of Polo Blue #88A5CB
Tints of Polo Blue #88A5CB
RGB
CMYK
RGB Variations
Color information
#88A5CB (or 0x88A5CB) is known color: Polo Blue. HEX triplet: 88, A5 and CB. RGB value is (136,165,203). Sum of RGB (Red+Green+Blue) = 136+165+203=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 165 (64.84% from 255 or 32.74% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #88A5CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5CB is #775A34. Grayscale: #A0A0A0. Windows color (decimal): -7821877 or 13346184. OLE color: 13346184.
HSL color Cylindrical-coordinate representation of color #88A5CB: hue angle of 214.03º 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 #88A5CB is Cyan = 0.33, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 165 | 203 | - |
| CMYK | 0.33 | 0.19 | 0 | 0.20 |
| HSL | 214.03º | 0.39% | 0.66% | - |
| HSV(B) | 214.03º | 0.33% | 0.8% | - |
| XYZ | 34.39 | 36.46 | 61.72 | - |
| YUV | 160.66 | 151.89 | 110.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 203 | 0.33 | 0.19 | 0 | 0.20 | 214.03 | 0.39 | 0.66 |
| Hex | 88 | A5 | CB | 21 | 13 | 0 | 14 | D6 | 27 | 42 |
| Octal | 210 | 245 | 313 | 41 | 23 | 0 | 24 | 326 | 47 | 102 |
| Binary | 10001000 | 10100101 | 11001011 | 100001 | 10011 | 0 | 10100 | 11010110 | 100111 | 1000010 |
Color Harmonies of #88A5CB
Complementary color
Monochromatic Colors of #88A5CB
Black with #88A5CB
Text Example
Text Example
White with #88A5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5CB; }
p { color: rgb(136,165,203); }
H1.HeaderClassName
{
color: #88A5CB;
}
.AnyTagClassName
{
color: #88A5CB;
}
</style>
background-color css
<style>
a { background-color: #88A5CB; }
a { background-color: rgb(136,165,203); }
div.DivClassName
{
background-color: #88A5CB;
}
.BgClassName
{
background-color: #88A5CB;
}
</style>
border-color css
<style>
span { border-color: #88A5CB; }
span { border-color: rgb(136,165,203); }
td.TdClassName
{
border-color: #88A5CB;
}
.TagClassName
{
border-color: #88A5CB;
}
</style>