Shades of Polo Blue #88A8CC
Tints of Polo Blue #88A8CC
RGB
CMYK
RGB Variations
Color information
#88A8CC (or 0x88A8CC) is known color: Polo Blue. HEX triplet: 88, A8 and CC. RGB value is (136,168,204). Sum of RGB (Red+Green+Blue) = 136+168+204=508 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.77% from 508); Green value is 168 (66.02% from 255 or 33.07% from 508); Blue value is 204 (80.08% from 255 or 40.16% from 508); Max value from RGB is 204 - color contains mainly: blue. Hex color #88A8CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A8CC is #775733. Grayscale: #A2A2A2. Windows color (decimal): -7821108 or 13412488. OLE color: 13412488.
HSL color Cylindrical-coordinate representation of color #88A8CC: hue angle of 211.76º 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 #88A8CC is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 168 | 204 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.2 |
| HSL | 211.76º | 0.4% | 0.67% | - |
| HSV(B) | 211.76º | 0.33% | 0.8% | - |
| XYZ | 35.06 | 37.6 | 62.54 | - |
| YUV | 162.54 | 151.4 | 109.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 168 | 204 | 0.33 | 0.18 | 0 | 0.2 | 211.76 | 0.4 | 0.67 |
| Hex | 88 | A8 | CC | 21 | 12 | 0 | 14 | D4 | 28 | 43 |
| Octal | 210 | 250 | 314 | 41 | 22 | 0 | 24 | 324 | 50 | 103 |
| Binary | 10001000 | 10101000 | 11001100 | 100001 | 10010 | 0 | 10100 | 11010100 | 101000 | 1000011 |
Color Harmonies of #88A8CC
Complementary color
Monochromatic Colors of #88A8CC
Black with #88A8CC
Text Example
Text Example
White with #88A8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A8CC; }
p { color: rgb(136,168,204); }
H1.HeaderClassName
{
color: #88A8CC;
}
.AnyTagClassName
{
color: #88A8CC;
}
</style>
background-color css
<style>
a { background-color: #88A8CC; }
a { background-color: rgb(136,168,204); }
div.DivClassName
{
background-color: #88A8CC;
}
.BgClassName
{
background-color: #88A8CC;
}
</style>
border-color css
<style>
span { border-color: #88A8CC; }
span { border-color: rgb(136,168,204); }
td.TdClassName
{
border-color: #88A8CC;
}
.TagClassName
{
border-color: #88A8CC;
}
</style>