Shades of Polo Blue #88A3CC
Tints of Polo Blue #88A3CC
RGB
CMYK
RGB Variations
Color information
#88A3CC (or 0x88A3CC) is known color: Polo Blue. HEX triplet: 88, A3 and CC. RGB value is (136,163,204). Sum of RGB (Red+Green+Blue) = 136+163+204=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 163 (64.06% from 255 or 32.41% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #88A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3CC is #775C33. Grayscale: #9F9F9F. Windows color (decimal): -7822388 or 13411208. OLE color: 13411208.
HSL color Cylindrical-coordinate representation of color #88A3CC: hue angle of 216.18º 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 #88A3CC is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 136 | 163 | 204 | - |
| CMYK | 0.33 | 0.20 | 0 | 0.2 |
| HSL | 216.18º | 0.4% | 0.67% | - |
| HSV(B) | 216.18º | 0.33% | 0.8% | - |
| XYZ | 34.15 | 35.79 | 62.23 | - |
| YUV | 159.6 | 153.05 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 204 | 0.33 | 0.20 | 0 | 0.2 | 216.18 | 0.4 | 0.67 |
| Hex | 88 | A3 | CC | 21 | 14 | 0 | 14 | D8 | 28 | 43 |
| Octal | 210 | 243 | 314 | 41 | 24 | 0 | 24 | 330 | 50 | 103 |
| Binary | 10001000 | 10100011 | 11001100 | 100001 | 10100 | 0 | 10100 | 11011000 | 101000 | 1000011 |
Color Harmonies of #88A3CC
Complementary color
Monochromatic Colors of #88A3CC
Black with #88A3CC
Text Example
Text Example
White with #88A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A3CC; }
p { color: rgb(136,163,204); }
H1.HeaderClassName
{
color: #88A3CC;
}
.AnyTagClassName
{
color: #88A3CC;
}
</style>
background-color css
<style>
a { background-color: #88A3CC; }
a { background-color: rgb(136,163,204); }
div.DivClassName
{
background-color: #88A3CC;
}
.BgClassName
{
background-color: #88A3CC;
}
</style>
border-color css
<style>
span { border-color: #88A3CC; }
span { border-color: rgb(136,163,204); }
td.TdClassName
{
border-color: #88A3CC;
}
.TagClassName
{
border-color: #88A3CC;
}
</style>