Shades of Polo Blue #88AFC8
Tints of Polo Blue #88AFC8
RGB
CMYK
RGB Variations
Color information
#88AFC8 (or 0x88AFC8) is known color: Polo Blue. HEX triplet: 88, AF and C8. RGB value is (136,175,200). Sum of RGB (Red+Green+Blue) = 136+175+200=511 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.61% from 511); Green value is 175 (68.75% from 255 or 34.25% from 511); Blue value is 200 (78.52% from 255 or 39.14% from 511); Max value from RGB is 200 - color contains mainly: blue. Hex color #88AFC8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AFC8 is #775037. Grayscale: #A6A6A6. Windows color (decimal): -7819320 or 13152136. OLE color: 13152136.
HSL color Cylindrical-coordinate representation of color #88AFC8: hue angle of 203.44º degrees, saturation: 0.37, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #88AFC8 is Cyan = 0.32, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 136 | 175 | 200 | - |
| CMYK | 0.32 | 0.12 | 0 | 0.22 |
| HSL | 203.44º | 0.37% | 0.66% | - |
| HSV(B) | 203.44º | 0.32% | 0.78% | - |
| XYZ | 35.91 | 40.06 | 60.48 | - |
| YUV | 166.19 | 147.08 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 175 | 200 | 0.32 | 0.12 | 0 | 0.22 | 203.44 | 0.37 | 0.66 |
| Hex | 88 | AF | C8 | 20 | C | 0 | 16 | CB | 25 | 42 |
| Octal | 210 | 257 | 310 | 40 | 14 | 0 | 26 | 313 | 45 | 102 |
| Binary | 10001000 | 10101111 | 11001000 | 100000 | 1100 | 0 | 10110 | 11001011 | 100101 | 1000010 |
Color Harmonies of #88AFC8
Complementary color
Monochromatic Colors of #88AFC8
Black with #88AFC8
Text Example
Text Example
White with #88AFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AFC8; }
p { color: rgb(136,175,200); }
H1.HeaderClassName
{
color: #88AFC8;
}
.AnyTagClassName
{
color: #88AFC8;
}
</style>
background-color css
<style>
a { background-color: #88AFC8; }
a { background-color: rgb(136,175,200); }
div.DivClassName
{
background-color: #88AFC8;
}
.BgClassName
{
background-color: #88AFC8;
}
</style>
border-color css
<style>
span { border-color: #88AFC8; }
span { border-color: rgb(136,175,200); }
td.TdClassName
{
border-color: #88AFC8;
}
.TagClassName
{
border-color: #88AFC8;
}
</style>