Shades of Polo Blue #88B0CF
Tints of Polo Blue #88B0CF
RGB
CMYK
RGB Variations
Color information
#88B0CF (or 0x88B0CF) is known color: Polo Blue. HEX triplet: 88, B0 and CF. RGB value is (136,176,207). Sum of RGB (Red+Green+Blue) = 136+176+207=519 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.20% from 519); Green value is 176 (69.14% from 255 or 33.91% from 519); Blue value is 207 (81.25% from 255 or 39.88% from 519); Max value from RGB is 207 - color contains mainly: blue. Hex color #88B0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88B0CF is #774F30. Grayscale: #A7A7A7. Windows color (decimal): -7819057 or 13611144. OLE color: 13611144.
HSL color Cylindrical-coordinate representation of color #88B0CF: hue angle of 206.2º 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 #88B0CF is Cyan = 0.34, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 176 | 207 | - |
| CMYK | 0.34 | 0.15 | 0 | 0.19 |
| HSL | 206.2º | 0.43% | 0.67% | - |
| HSV(B) | 206.2º | 0.34% | 0.81% | - |
| XYZ | 36.94 | 40.79 | 64.96 | - |
| YUV | 167.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 176 | 207 | 0.34 | 0.15 | 0 | 0.19 | 206.2 | 0.43 | 0.67 |
| Hex | 88 | B0 | CF | 22 | F | 0 | 13 | CE | 2B | 43 |
| Octal | 210 | 260 | 317 | 42 | 17 | 0 | 23 | 316 | 53 | 103 |
| Binary | 10001000 | 10110000 | 11001111 | 100010 | 1111 | 0 | 10011 | 11001110 | 101011 | 1000011 |
Color Harmonies of #88B0CF
Complementary color
Monochromatic Colors of #88B0CF
Black with #88B0CF
Text Example
Text Example
White with #88B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88B0CF; }
p { color: rgb(136,176,207); }
H1.HeaderClassName
{
color: #88B0CF;
}
.AnyTagClassName
{
color: #88B0CF;
}
</style>
background-color css
<style>
a { background-color: #88B0CF; }
a { background-color: rgb(136,176,207); }
div.DivClassName
{
background-color: #88B0CF;
}
.BgClassName
{
background-color: #88B0CF;
}
</style>
border-color css
<style>
span { border-color: #88B0CF; }
span { border-color: rgb(136,176,207); }
td.TdClassName
{
border-color: #88B0CF;
}
.TagClassName
{
border-color: #88B0CF;
}
</style>