Shades of Polo Blue #88A3CF
Tints of Polo Blue #88A3CF
RGB
CMYK
RGB Variations
Color information
#88A3CF (or 0x88A3CF) is known color: Polo Blue. HEX triplet: 88, A3 and CF. RGB value is (136,163,207). Sum of RGB (Red+Green+Blue) = 136+163+207=506 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.88% from 506); Green value is 163 (64.06% from 255 or 32.21% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #88A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A3CF is #775C30. Grayscale: #9F9F9F. Windows color (decimal): -7822385 or 13607816. OLE color: 13607816.
HSL color Cylindrical-coordinate representation of color #88A3CF: hue angle of 217.18º 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 #88A3CF is Cyan = 0.34, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 136 | 163 | 207 | - |
| CMYK | 0.34 | 0.21 | 0 | 0.19 |
| HSL | 217.18º | 0.43% | 0.67% | - |
| HSV(B) | 217.18º | 0.34% | 0.81% | - |
| XYZ | 34.51 | 35.93 | 64.15 | - |
| YUV | 159.94 | 154.55 | 110.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 163 | 207 | 0.34 | 0.21 | 0 | 0.19 | 217.18 | 0.43 | 0.67 |
| Hex | 88 | A3 | CF | 22 | 15 | 0 | 13 | D9 | 2B | 43 |
| Octal | 210 | 243 | 317 | 42 | 25 | 0 | 23 | 331 | 53 | 103 |
| Binary | 10001000 | 10100011 | 11001111 | 100010 | 10101 | 0 | 10011 | 11011001 | 101011 | 1000011 |
Color Harmonies of #88A3CF
Complementary color
Monochromatic Colors of #88A3CF
Black with #88A3CF
Text Example
Text Example
White with #88A3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A3CF; }
p { color: rgb(136,163,207); }
H1.HeaderClassName
{
color: #88A3CF;
}
.AnyTagClassName
{
color: #88A3CF;
}
</style>
background-color css
<style>
a { background-color: #88A3CF; }
a { background-color: rgb(136,163,207); }
div.DivClassName
{
background-color: #88A3CF;
}
.BgClassName
{
background-color: #88A3CF;
}
</style>
border-color css
<style>
span { border-color: #88A3CF; }
span { border-color: rgb(136,163,207); }
td.TdClassName
{
border-color: #88A3CF;
}
.TagClassName
{
border-color: #88A3CF;
}
</style>