Shades of Polo Blue #88A0CF
Tints of Polo Blue #88A0CF
RGB
CMYK
RGB Variations
Color information
#88A0CF (or 0x88A0CF) is known color: Polo Blue. HEX triplet: 88, A0 and CF. RGB value is (136,160,207). Sum of RGB (Red+Green+Blue) = 136+160+207=503 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.04% from 503); Green value is 160 (62.89% from 255 or 31.81% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 207 - color contains mainly: blue. Hex color #88A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A0CF is #775F30. Grayscale: #9D9D9D. Windows color (decimal): -7823153 or 13607048. OLE color: 13607048.
HSL color Cylindrical-coordinate representation of color #88A0CF: hue angle of 219.72º 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 #88A0CF is Cyan = 0.34, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 160 | 207 | - |
| CMYK | 0.34 | 0.23 | 0 | 0.19 |
| HSL | 219.72º | 0.43% | 0.67% | - |
| HSV(B) | 219.72º | 0.34% | 0.81% | - |
| XYZ | 33.99 | 34.88 | 63.97 | - |
| YUV | 158.18 | 155.55 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 160 | 207 | 0.34 | 0.23 | 0 | 0.19 | 219.72 | 0.43 | 0.67 |
| Hex | 88 | A0 | CF | 22 | 17 | 0 | 13 | DC | 2B | 43 |
| Octal | 210 | 240 | 317 | 42 | 27 | 0 | 23 | 334 | 53 | 103 |
| Binary | 10001000 | 10100000 | 11001111 | 100010 | 10111 | 0 | 10011 | 11011100 | 101011 | 1000011 |
Color Harmonies of #88A0CF
Complementary color
Monochromatic Colors of #88A0CF
Black with #88A0CF
Text Example
Text Example
White with #88A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A0CF; }
p { color: rgb(136,160,207); }
H1.HeaderClassName
{
color: #88A0CF;
}
.AnyTagClassName
{
color: #88A0CF;
}
</style>
background-color css
<style>
a { background-color: #88A0CF; }
a { background-color: rgb(136,160,207); }
div.DivClassName
{
background-color: #88A0CF;
}
.BgClassName
{
background-color: #88A0CF;
}
</style>
border-color css
<style>
span { border-color: #88A0CF; }
span { border-color: rgb(136,160,207); }
td.TdClassName
{
border-color: #88A0CF;
}
.TagClassName
{
border-color: #88A0CF;
}
</style>