Shades of Polo Blue #88A5C1
Tints of Polo Blue #88A5C1
RGB
CMYK
RGB Variations
Color information
#88A5C1 (or 0x88A5C1) is known color: Polo Blue. HEX triplet: 88, A5 and C1. RGB value is (136,165,193). Sum of RGB (Red+Green+Blue) = 136+165+193=494 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.53% from 494); Green value is 165 (64.84% from 255 or 33.40% from 494); Blue value is 193 (75.78% from 255 or 39.07% from 494); Max value from RGB is 193 - color contains mainly: blue. Hex color #88A5C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A5C1 is #775A3E. Grayscale: #9F9F9F. Windows color (decimal): -7821887 or 12690824. OLE color: 12690824.
HSL color Cylindrical-coordinate representation of color #88A5C1: hue angle of 209.47º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #88A5C1 is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 165 | 193 | - |
| CMYK | 0.30 | 0.15 | 0 | 0.24 |
| HSL | 209.47º | 0.31% | 0.65% | - |
| HSV(B) | 209.47º | 0.3% | 0.76% | - |
| XYZ | 33.23 | 35.99 | 55.65 | - |
| YUV | 159.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 165 | 193 | 0.30 | 0.15 | 0 | 0.24 | 209.47 | 0.31 | 0.65 |
| Hex | 88 | A5 | C1 | 1E | F | 0 | 18 | D1 | 1F | 41 |
| Octal | 210 | 245 | 301 | 36 | 17 | 0 | 30 | 321 | 37 | 101 |
| Binary | 10001000 | 10100101 | 11000001 | 11110 | 1111 | 0 | 11000 | 11010001 | 11111 | 1000001 |
Color Harmonies of #88A5C1
Complementary color
Monochromatic Colors of #88A5C1
Black with #88A5C1
Text Example
Text Example
White with #88A5C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A5C1; }
p { color: rgb(136,165,193); }
H1.HeaderClassName
{
color: #88A5C1;
}
.AnyTagClassName
{
color: #88A5C1;
}
</style>
background-color css
<style>
a { background-color: #88A5C1; }
a { background-color: rgb(136,165,193); }
div.DivClassName
{
background-color: #88A5C1;
}
.BgClassName
{
background-color: #88A5C1;
}
</style>
border-color css
<style>
span { border-color: #88A5C1; }
span { border-color: rgb(136,165,193); }
td.TdClassName
{
border-color: #88A5C1;
}
.TagClassName
{
border-color: #88A5C1;
}
</style>