Shades of Polo Blue #81AACC
Tints of Polo Blue #81AACC
RGB
CMYK
RGB Variations
Color information
#81AACC (or 0x81AACC) is known color: Polo Blue. HEX triplet: 81, AA and CC. RGB value is (129,170,204). Sum of RGB (Red+Green+Blue) = 129+170+204=503 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.65% from 503); Green value is 170 (66.80% from 255 or 33.80% from 503); Blue value is 204 (80.08% from 255 or 40.56% from 503); Max value from RGB is 204 - color contains mainly: blue. Hex color #81AACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACC is #7E5533. Grayscale: #A1A1A1. Windows color (decimal): -8279348 or 13412993. OLE color: 13412993.
HSL color Cylindrical-coordinate representation of color #81AACC: hue angle of 207.2º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81AACC is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 129 | 170 | 204 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.2 |
| HSL | 207.2º | 0.42% | 0.65% | - |
| HSV(B) | 207.2º | 0.37% | 0.8% | - |
| XYZ | 34.33 | 37.78 | 62.61 | - |
| YUV | 161.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 204 | 0.37 | 0.17 | 0 | 0.2 | 207.2 | 0.42 | 0.65 |
| Hex | 81 | AA | CC | 25 | 11 | 0 | 14 | CF | 2A | 41 |
| Octal | 201 | 252 | 314 | 45 | 21 | 0 | 24 | 317 | 52 | 101 |
| Binary | 10000001 | 10101010 | 11001100 | 100101 | 10001 | 0 | 10100 | 11001111 | 101010 | 1000001 |
Color Harmonies of #81AACC
Complementary color
Monochromatic Colors of #81AACC
Black with #81AACC
Text Example
Text Example
White with #81AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AACC; }
p { color: rgb(129,170,204); }
H1.HeaderClassName
{
color: #81AACC;
}
.AnyTagClassName
{
color: #81AACC;
}
</style>
background-color css
<style>
a { background-color: #81AACC; }
a { background-color: rgb(129,170,204); }
div.DivClassName
{
background-color: #81AACC;
}
.BgClassName
{
background-color: #81AACC;
}
</style>
border-color css
<style>
span { border-color: #81AACC; }
span { border-color: rgb(129,170,204); }
td.TdClassName
{
border-color: #81AACC;
}
.TagClassName
{
border-color: #81AACC;
}
</style>