Shades of Polo Blue #88AFCE
Tints of Polo Blue #88AFCE
RGB
CMYK
RGB Variations
Color information
#88AFCE (or 0x88AFCE) is known color: Polo Blue. HEX triplet: 88, AF and CE. RGB value is (136,175,206). Sum of RGB (Red+Green+Blue) = 136+175+206=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 175 (68.75% from 255 or 33.85% from 517); Blue value is 206 (80.86% from 255 or 39.85% from 517); Max value from RGB is 206 - color contains mainly: blue. Hex color #88AFCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFCE is #775031. Grayscale: #A6A6A6. Windows color (decimal): -7819314 or 13545352. OLE color: 13545352.
HSL color Cylindrical-coordinate representation of color #88AFCE: hue angle of 206.57º degrees, saturation: 0.42, 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 #88AFCE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 175 | 206 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.19 |
| HSL | 206.57º | 0.42% | 0.67% | - |
| HSV(B) | 206.57º | 0.34% | 0.81% | - |
| XYZ | 36.62 | 40.35 | 64.25 | - |
| YUV | 166.87 | 150.08 | 105.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 206 | 0.34 | 0.15 | 0 | 0.19 | 206.57 | 0.42 | 0.67 |
| Hex | 88 | AF | CE | 22 | F | 0 | 13 | CF | 2A | 43 |
| Octal | 210 | 257 | 316 | 42 | 17 | 0 | 23 | 317 | 52 | 103 |
| Binary | 10001000 | 10101111 | 11001110 | 100010 | 1111 | 0 | 10011 | 11001111 | 101010 | 1000011 |
Color Harmonies of #88AFCE
Complementary color
Monochromatic Colors of #88AFCE
Black with #88AFCE
Text Example
Text Example
White with #88AFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AFCE; }
p { color: rgb(136,175,206); }
H1.HeaderClassName
{
color: #88AFCE;
}
.AnyTagClassName
{
color: #88AFCE;
}
</style>
background-color css
<style>
a { background-color: #88AFCE; }
a { background-color: rgb(136,175,206); }
div.DivClassName
{
background-color: #88AFCE;
}
.BgClassName
{
background-color: #88AFCE;
}
</style>
border-color css
<style>
span { border-color: #88AFCE; }
span { border-color: rgb(136,175,206); }
td.TdClassName
{
border-color: #88AFCE;
}
.TagClassName
{
border-color: #88AFCE;
}
</style>