Shades of Polo Blue #88A5CA
Tints of Polo Blue #88A5CA
RGB
CMYK
RGB Variations
Color information
#88A5CA (or 0x88A5CA) is known color: Polo Blue. HEX triplet: 88, A5 and CA. RGB value is (136,165,202). Sum of RGB (Red+Green+Blue) = 136+165+202=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 165 (64.84% from 255 or 32.80% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A5CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5CA is #775A35. Grayscale: #A0A0A0. Windows color (decimal): -7821878 or 13280648. OLE color: 13280648.
HSL color Cylindrical-coordinate representation of color #88A5CA: hue angle of 213.64º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A5CA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 165 | 202 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.21 |
| HSL | 213.64º | 0.38% | 0.66% | - |
| HSV(B) | 213.64º | 0.33% | 0.79% | - |
| XYZ | 34.27 | 36.41 | 61.1 | - |
| YUV | 160.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 202 | 0.33 | 0.18 | 0 | 0.21 | 213.64 | 0.38 | 0.66 |
| Hex | 88 | A5 | CA | 21 | 12 | 0 | 15 | D6 | 26 | 42 |
| Octal | 210 | 245 | 312 | 41 | 22 | 0 | 25 | 326 | 46 | 102 |
| Binary | 10001000 | 10100101 | 11001010 | 100001 | 10010 | 0 | 10101 | 11010110 | 100110 | 1000010 |
Color Harmonies of #88A5CA
Complementary color
Monochromatic Colors of #88A5CA
Black with #88A5CA
Text Example
Text Example
White with #88A5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5CA; }
p { color: rgb(136,165,202); }
H1.HeaderClassName
{
color: #88A5CA;
}
.AnyTagClassName
{
color: #88A5CA;
}
</style>
background-color css
<style>
a { background-color: #88A5CA; }
a { background-color: rgb(136,165,202); }
div.DivClassName
{
background-color: #88A5CA;
}
.BgClassName
{
background-color: #88A5CA;
}
</style>
border-color css
<style>
span { border-color: #88A5CA; }
span { border-color: rgb(136,165,202); }
td.TdClassName
{
border-color: #88A5CA;
}
.TagClassName
{
border-color: #88A5CA;
}
</style>