Shades of Polo Blue #88A6CA
Tints of Polo Blue #88A6CA
RGB
CMYK
RGB Variations
Color information
#88A6CA (or 0x88A6CA) is known color: Polo Blue. HEX triplet: 88, A6 and CA. RGB value is (136,166,202). Sum of RGB (Red+Green+Blue) = 136+166+202=504 (66% of max value = 765). Red value is 136 (53.52% from 255 or 26.98% from 504); Green value is 166 (65.23% from 255 or 32.94% from 504); Blue value is 202 (79.30% from 255 or 40.08% from 504); Max value from RGB is 202 - color contains mainly: blue. Hex color #88A6CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88A6CA is #775935. Grayscale: #A0A0A0. Windows color (decimal): -7821622 or 13280904. OLE color: 13280904.
HSL color Cylindrical-coordinate representation of color #88A6CA: hue angle of 212.73º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88A6CA is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 166 | 202 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.21 |
| HSL | 212.73º | 0.38% | 0.66% | - |
| HSV(B) | 212.73º | 0.33% | 0.79% | - |
| XYZ | 34.45 | 36.77 | 61.16 | - |
| YUV | 161.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 166 | 202 | 0.33 | 0.18 | 0 | 0.21 | 212.73 | 0.38 | 0.66 |
| Hex | 88 | A6 | CA | 21 | 12 | 0 | 15 | D5 | 26 | 42 |
| Octal | 210 | 246 | 312 | 41 | 22 | 0 | 25 | 325 | 46 | 102 |
| Binary | 10001000 | 10100110 | 11001010 | 100001 | 10010 | 0 | 10101 | 11010101 | 100110 | 1000010 |
Color Harmonies of #88A6CA
Complementary color
Monochromatic Colors of #88A6CA
Black with #88A6CA
Text Example
Text Example
White with #88A6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88A6CA; }
p { color: rgb(136,166,202); }
H1.HeaderClassName
{
color: #88A6CA;
}
.AnyTagClassName
{
color: #88A6CA;
}
</style>
background-color css
<style>
a { background-color: #88A6CA; }
a { background-color: rgb(136,166,202); }
div.DivClassName
{
background-color: #88A6CA;
}
.BgClassName
{
background-color: #88A6CA;
}
</style>
border-color css
<style>
span { border-color: #88A6CA; }
span { border-color: rgb(136,166,202); }
td.TdClassName
{
border-color: #88A6CA;
}
.TagClassName
{
border-color: #88A6CA;
}
</style>