Shades of Polo Blue #88B0CE
Tints of Polo Blue #88B0CE
RGB
CMYK
RGB Variations
Color information
#88B0CE (or 0x88B0CE) is known color: Polo Blue. HEX triplet: 88, B0 and CE. RGB value is (136,176,206). Sum of RGB (Red+Green+Blue) = 136+176+206=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 176 (69.14% from 255 or 33.98% from 518); Blue value is 206 (80.86% from 255 or 39.77% from 518); Max value from RGB is 206 - color contains mainly: blue. Hex color #88B0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0CE is #774F31. Grayscale: #A7A7A7. Windows color (decimal): -7819058 or 13545608. OLE color: 13545608.
HSL color Cylindrical-coordinate representation of color #88B0CE: hue angle of 205.71º 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 #88B0CE is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 176 | 206 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.19 |
| HSL | 205.71º | 0.42% | 0.67% | - |
| HSV(B) | 205.71º | 0.34% | 0.81% | - |
| XYZ | 36.82 | 40.74 | 64.32 | - |
| YUV | 167.46 | 149.75 | 105.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 206 | 0.34 | 0.15 | 0 | 0.19 | 205.71 | 0.42 | 0.67 |
| Hex | 88 | B0 | CE | 22 | F | 0 | 13 | CE | 2A | 43 |
| Octal | 210 | 260 | 316 | 42 | 17 | 0 | 23 | 316 | 52 | 103 |
| Binary | 10001000 | 10110000 | 11001110 | 100010 | 1111 | 0 | 10011 | 11001110 | 101010 | 1000011 |
Color Harmonies of #88B0CE
Complementary color
Monochromatic Colors of #88B0CE
Black with #88B0CE
Text Example
Text Example
White with #88B0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B0CE; }
p { color: rgb(136,176,206); }
H1.HeaderClassName
{
color: #88B0CE;
}
.AnyTagClassName
{
color: #88B0CE;
}
</style>
background-color css
<style>
a { background-color: #88B0CE; }
a { background-color: rgb(136,176,206); }
div.DivClassName
{
background-color: #88B0CE;
}
.BgClassName
{
background-color: #88B0CE;
}
</style>
border-color css
<style>
span { border-color: #88B0CE; }
span { border-color: rgb(136,176,206); }
td.TdClassName
{
border-color: #88B0CE;
}
.TagClassName
{
border-color: #88B0CE;
}
</style>