Shades of Polo Blue #88AECA
Tints of Polo Blue #88AECA
RGB
CMYK
RGB Variations
Color information
#88AECA (or 0x88AECA) is known color: Polo Blue. HEX triplet: 88, AE and CA. RGB value is (136,174,202). Sum of RGB (Red+Green+Blue) = 136+174+202=512 (67% of max value = 765). Red value is 136 (53.52% from 255 or 26.56% from 512); Green value is 174 (68.36% from 255 or 33.98% from 512); Blue value is 202 (79.30% from 255 or 39.45% from 512); Max value from RGB is 202 - color contains mainly: blue. Hex color #88AECA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #88AECA is #775135. Grayscale: #A5A5A5. Windows color (decimal): -7819574 or 13282952. OLE color: 13282952.
HSL color Cylindrical-coordinate representation of color #88AECA: hue angle of 205.45º 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 #88AECA is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 136 | 174 | 202 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.21 |
| HSL | 205.45º | 0.38% | 0.66% | - |
| HSV(B) | 205.45º | 0.33% | 0.79% | - |
| XYZ | 35.95 | 39.77 | 61.66 | - |
| YUV | 165.83 | 148.41 | 106.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 174 | 202 | 0.33 | 0.14 | 0 | 0.21 | 205.45 | 0.38 | 0.66 |
| Hex | 88 | AE | CA | 21 | E | 0 | 15 | CD | 26 | 42 |
| Octal | 210 | 256 | 312 | 41 | 16 | 0 | 25 | 315 | 46 | 102 |
| Binary | 10001000 | 10101110 | 11001010 | 100001 | 1110 | 0 | 10101 | 11001101 | 100110 | 1000010 |
Color Harmonies of #88AECA
Complementary color
Monochromatic Colors of #88AECA
Black with #88AECA
Text Example
Text Example
White with #88AECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88AECA; }
p { color: rgb(136,174,202); }
H1.HeaderClassName
{
color: #88AECA;
}
.AnyTagClassName
{
color: #88AECA;
}
</style>
background-color css
<style>
a { background-color: #88AECA; }
a { background-color: rgb(136,174,202); }
div.DivClassName
{
background-color: #88AECA;
}
.BgClassName
{
background-color: #88AECA;
}
</style>
border-color css
<style>
span { border-color: #88AECA; }
span { border-color: rgb(136,174,202); }
td.TdClassName
{
border-color: #88AECA;
}
.TagClassName
{
border-color: #88AECA;
}
</style>