Shades of Polo Blue #88AACF
Tints of Polo Blue #88AACF
RGB
CMYK
RGB Variations
Color information
#88AACF (or 0x88AACF) is known color: Polo Blue. HEX triplet: 88, AA and CF. RGB value is (136,170,207). Sum of RGB (Red+Green+Blue) = 136+170+207=513 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.51% from 513); Green value is 170 (66.80% from 255 or 33.14% from 513); Blue value is 207 (81.25% from 255 or 40.35% from 513); Max value from RGB is 207 - color contains mainly: blue. Hex color #88AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AACF is #775530. Grayscale: #A3A3A3. Windows color (decimal): -7820593 or 13609608. OLE color: 13609608.
HSL color Cylindrical-coordinate representation of color #88AACF: hue angle of 211.27º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #88AACF is Cyan = 0.34, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 170 | 207 | - |
| CMYK | 0.34 | 0.18 | 0 | 0.19 |
| HSL | 211.27º | 0.43% | 0.67% | - |
| HSV(B) | 211.27º | 0.34% | 0.81% | - |
| XYZ | 35.79 | 38.49 | 64.57 | - |
| YUV | 164.05 | 152.24 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 170 | 207 | 0.34 | 0.18 | 0 | 0.19 | 211.27 | 0.43 | 0.67 |
| Hex | 88 | AA | CF | 22 | 12 | 0 | 13 | D3 | 2B | 43 |
| Octal | 210 | 252 | 317 | 42 | 22 | 0 | 23 | 323 | 53 | 103 |
| Binary | 10001000 | 10101010 | 11001111 | 100010 | 10010 | 0 | 10011 | 11010011 | 101011 | 1000011 |
Color Harmonies of #88AACF
Complementary color
Monochromatic Colors of #88AACF
Black with #88AACF
Text Example
Text Example
White with #88AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AACF; }
p { color: rgb(136,170,207); }
H1.HeaderClassName
{
color: #88AACF;
}
.AnyTagClassName
{
color: #88AACF;
}
</style>
background-color css
<style>
a { background-color: #88AACF; }
a { background-color: rgb(136,170,207); }
div.DivClassName
{
background-color: #88AACF;
}
.BgClassName
{
background-color: #88AACF;
}
</style>
border-color css
<style>
span { border-color: #88AACF; }
span { border-color: rgb(136,170,207); }
td.TdClassName
{
border-color: #88AACF;
}
.TagClassName
{
border-color: #88AACF;
}
</style>