Shades of Polo Blue #88ABCC
Tints of Polo Blue #88ABCC
RGB
CMYK
RGB Variations
Color information
#88ABCC (or 0x88ABCC) is known color: Polo Blue. HEX triplet: 88, AB and CC. RGB value is (136,171,204). Sum of RGB (Red+Green+Blue) = 136+171+204=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 171 (67.19% from 255 or 33.46% from 511); Blue value is 204 (80.08% from 255 or 39.92% from 511); Max value from RGB is 204 - color contains mainly: blue. Hex color #88ABCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88ABCC is #775433. Grayscale: #A4A4A4. Windows color (decimal): -7820340 or 13413256. OLE color: 13413256.
HSL color Cylindrical-coordinate representation of color #88ABCC: hue angle of 209.12º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88ABCC is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 171 | 204 | - |
| CMYK | 0.33 | 0.16 | 0 | 0.2 |
| HSL | 209.12º | 0.4% | 0.67% | - |
| HSV(B) | 209.12º | 0.33% | 0.8% | - |
| XYZ | 35.62 | 38.72 | 62.72 | - |
| YUV | 164.3 | 150.4 | 107.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 171 | 204 | 0.33 | 0.16 | 0 | 0.2 | 209.12 | 0.4 | 0.67 |
| Hex | 88 | AB | CC | 21 | 10 | 0 | 14 | D1 | 28 | 43 |
| Octal | 210 | 253 | 314 | 41 | 20 | 0 | 24 | 321 | 50 | 103 |
| Binary | 10001000 | 10101011 | 11001100 | 100001 | 10000 | 0 | 10100 | 11010001 | 101000 | 1000011 |
Color Harmonies of #88ABCC
Complementary color
Monochromatic Colors of #88ABCC
Black with #88ABCC
Text Example
Text Example
White with #88ABCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88ABCC; }
p { color: rgb(136,171,204); }
H1.HeaderClassName
{
color: #88ABCC;
}
.AnyTagClassName
{
color: #88ABCC;
}
</style>
background-color css
<style>
a { background-color: #88ABCC; }
a { background-color: rgb(136,171,204); }
div.DivClassName
{
background-color: #88ABCC;
}
.BgClassName
{
background-color: #88ABCC;
}
</style>
border-color css
<style>
span { border-color: #88ABCC; }
span { border-color: rgb(136,171,204); }
td.TdClassName
{
border-color: #88ABCC;
}
.TagClassName
{
border-color: #88ABCC;
}
</style>