Shades of Polo Blue #88A5CD
Tints of Polo Blue #88A5CD
RGB
CMYK
RGB Variations
Color information
#88A5CD (or 0x88A5CD) is known color: Polo Blue. HEX triplet: 88, A5 and CD. RGB value is (136,165,205). Sum of RGB (Red+Green+Blue) = 136+165+205=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 165 (64.84% from 255 or 32.61% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 205 - color contains mainly: blue. Hex color #88A5CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5CD is #775A32. Grayscale: #A0A0A0. Windows color (decimal): -7821875 or 13477256. OLE color: 13477256.
HSL color Cylindrical-coordinate representation of color #88A5CD: hue angle of 214.78º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88A5CD is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 165 | 205 | - |
| CMYK | 0.34 | 0.20 | 0 | 0.20 |
| HSL | 214.78º | 0.41% | 0.67% | - |
| HSV(B) | 214.78º | 0.34% | 0.8% | - |
| XYZ | 34.63 | 36.55 | 62.99 | - |
| YUV | 160.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 205 | 0.34 | 0.20 | 0 | 0.20 | 214.78 | 0.41 | 0.67 |
| Hex | 88 | A5 | CD | 22 | 14 | 0 | 14 | D7 | 29 | 43 |
| Octal | 210 | 245 | 315 | 42 | 24 | 0 | 24 | 327 | 51 | 103 |
| Binary | 10001000 | 10100101 | 11001101 | 100010 | 10100 | 0 | 10100 | 11010111 | 101001 | 1000011 |
Color Harmonies of #88A5CD
Complementary color
Monochromatic Colors of #88A5CD
Black with #88A5CD
Text Example
Text Example
White with #88A5CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5CD; }
p { color: rgb(136,165,205); }
H1.HeaderClassName
{
color: #88A5CD;
}
.AnyTagClassName
{
color: #88A5CD;
}
</style>
background-color css
<style>
a { background-color: #88A5CD; }
a { background-color: rgb(136,165,205); }
div.DivClassName
{
background-color: #88A5CD;
}
.BgClassName
{
background-color: #88A5CD;
}
</style>
border-color css
<style>
span { border-color: #88A5CD; }
span { border-color: rgb(136,165,205); }
td.TdClassName
{
border-color: #88A5CD;
}
.TagClassName
{
border-color: #88A5CD;
}
</style>