Shades of Polo Blue #88A0CC
Tints of Polo Blue #88A0CC
RGB
CMYK
RGB Variations
Color information
#88A0CC (or 0x88A0CC) is known color: Polo Blue. HEX triplet: 88, A0 and CC. RGB value is (136,160,204). Sum of RGB (Red+Green+Blue) = 136+160+204=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 160 (62.89% from 255 or 32% from 500); Blue value is 204 (80.08% from 255 or 40.8% from 500); Max value from RGB is 204 - color contains mainly: blue. Hex color #88A0CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0CC is #775F33. Grayscale: #9D9D9D. Windows color (decimal): -7823156 or 13410440. OLE color: 13410440.
HSL color Cylindrical-coordinate representation of color #88A0CC: hue angle of 218.82º 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 #88A0CC is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 160 | 204 | - |
| CMYK | 0.33 | 0.22 | 0 | 0.2 |
| HSL | 218.82º | 0.4% | 0.67% | - |
| HSV(B) | 218.82º | 0.33% | 0.8% | - |
| XYZ | 33.62 | 34.74 | 62.06 | - |
| YUV | 157.84 | 154.05 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 204 | 0.33 | 0.22 | 0 | 0.2 | 218.82 | 0.4 | 0.67 |
| Hex | 88 | A0 | CC | 21 | 16 | 0 | 14 | DB | 28 | 43 |
| Octal | 210 | 240 | 314 | 41 | 26 | 0 | 24 | 333 | 50 | 103 |
| Binary | 10001000 | 10100000 | 11001100 | 100001 | 10110 | 0 | 10100 | 11011011 | 101000 | 1000011 |
Color Harmonies of #88A0CC
Complementary color
Monochromatic Colors of #88A0CC
Black with #88A0CC
Text Example
Text Example
White with #88A0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0CC; }
p { color: rgb(136,160,204); }
H1.HeaderClassName
{
color: #88A0CC;
}
.AnyTagClassName
{
color: #88A0CC;
}
</style>
background-color css
<style>
a { background-color: #88A0CC; }
a { background-color: rgb(136,160,204); }
div.DivClassName
{
background-color: #88A0CC;
}
.BgClassName
{
background-color: #88A0CC;
}
</style>
border-color css
<style>
span { border-color: #88A0CC; }
span { border-color: rgb(136,160,204); }
td.TdClassName
{
border-color: #88A0CC;
}
.TagClassName
{
border-color: #88A0CC;
}
</style>