Shades of Polo Blue #88A4C3
Tints of Polo Blue #88A4C3
RGB
CMYK
RGB Variations
Color information
#88A4C3 (or 0x88A4C3) is known color: Polo Blue. HEX triplet: 88, A4 and C3. RGB value is (136,164,195). Sum of RGB (Red+Green+Blue) = 136+164+195=495 (65% of max value = 765). Red value is 136 (53.52% from 255 or 27.47% from 495); Green value is 164 (64.45% from 255 or 33.13% from 495); Blue value is 195 (76.56% from 255 or 39.39% from 495); Max value from RGB is 195 - color contains mainly: blue. Hex color #88A4C3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A4C3 is #775B3C. Grayscale: #9F9F9F. Windows color (decimal): -7822141 or 12821640. OLE color: 12821640.
HSL color Cylindrical-coordinate representation of color #88A4C3: hue angle of 211.53º degrees, saturation: 0.33, 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 #88A4C3 is Cyan = 0.30, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 136 | 164 | 195 | - |
| CMYK | 0.30 | 0.16 | 0 | 0.24 |
| HSL | 211.53º | 0.33% | 0.65% | - |
| HSV(B) | 211.53º | 0.3% | 0.76% | - |
| XYZ | 33.28 | 35.73 | 56.77 | - |
| YUV | 159.16 | 148.22 | 111.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 164 | 195 | 0.30 | 0.16 | 0 | 0.24 | 211.53 | 0.33 | 0.65 |
| Hex | 88 | A4 | C3 | 1E | 10 | 0 | 18 | D4 | 21 | 41 |
| Octal | 210 | 244 | 303 | 36 | 20 | 0 | 30 | 324 | 41 | 101 |
| Binary | 10001000 | 10100100 | 11000011 | 11110 | 10000 | 0 | 11000 | 11010100 | 100001 | 1000001 |
Color Harmonies of #88A4C3
Complementary color
Monochromatic Colors of #88A4C3
Black with #88A4C3
Text Example
Text Example
White with #88A4C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A4C3; }
p { color: rgb(136,164,195); }
H1.HeaderClassName
{
color: #88A4C3;
}
.AnyTagClassName
{
color: #88A4C3;
}
</style>
background-color css
<style>
a { background-color: #88A4C3; }
a { background-color: rgb(136,164,195); }
div.DivClassName
{
background-color: #88A4C3;
}
.BgClassName
{
background-color: #88A4C3;
}
</style>
border-color css
<style>
span { border-color: #88A4C3; }
span { border-color: rgb(136,164,195); }
td.TdClassName
{
border-color: #88A4C3;
}
.TagClassName
{
border-color: #88A4C3;
}
</style>