Shades of Polo Blue #81AACD
Tints of Polo Blue #81AACD
RGB
CMYK
RGB Variations
Color information
#81AACD (or 0x81AACD) is known color: Polo Blue. HEX triplet: 81, AA and CD. RGB value is (129,170,205). Sum of RGB (Red+Green+Blue) = 129+170+205=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 170 (66.80% from 255 or 33.73% from 504); Blue value is 205 (80.47% from 255 or 40.67% from 504); Max value from RGB is 205 - color contains mainly: blue. Hex color #81AACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACD is #7E5532. Grayscale: #A1A1A1. Windows color (decimal): -8279347 or 13478529. OLE color: 13478529.
HSL color Cylindrical-coordinate representation of color #81AACD: hue angle of 207.63º degrees, saturation: 0.43, 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 #81AACD is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 170 | 205 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.20 |
| HSL | 207.63º | 0.43% | 0.65% | - |
| HSV(B) | 207.63º | 0.37% | 0.8% | - |
| XYZ | 34.45 | 37.82 | 63.24 | - |
| YUV | 161.73 | 152.42 | 104.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 205 | 0.37 | 0.17 | 0 | 0.20 | 207.63 | 0.43 | 0.65 |
| Hex | 81 | AA | CD | 25 | 11 | 0 | 14 | D0 | 2B | 41 |
| Octal | 201 | 252 | 315 | 45 | 21 | 0 | 24 | 320 | 53 | 101 |
| Binary | 10000001 | 10101010 | 11001101 | 100101 | 10001 | 0 | 10100 | 11010000 | 101011 | 1000001 |
Color Harmonies of #81AACD
Complementary color
Monochromatic Colors of #81AACD
Black with #81AACD
Text Example
Text Example
White with #81AACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AACD; }
p { color: rgb(129,170,205); }
H1.HeaderClassName
{
color: #81AACD;
}
.AnyTagClassName
{
color: #81AACD;
}
</style>
background-color css
<style>
a { background-color: #81AACD; }
a { background-color: rgb(129,170,205); }
div.DivClassName
{
background-color: #81AACD;
}
.BgClassName
{
background-color: #81AACD;
}
</style>
border-color css
<style>
span { border-color: #81AACD; }
span { border-color: rgb(129,170,205); }
td.TdClassName
{
border-color: #81AACD;
}
.TagClassName
{
border-color: #81AACD;
}
</style>