Shades of Polo Blue #81AACF
Tints of Polo Blue #81AACF
RGB
CMYK
RGB Variations
Color information
#81AACF (or 0x81AACF) is known color: Polo Blue. HEX triplet: 81, AA and CF. RGB value is (129,170,207). Sum of RGB (Red+Green+Blue) = 129+170+207=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 170 (66.80% from 255 or 33.60% 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 #81AACF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81AACF is #7E5530. Grayscale: #A1A1A1. Windows color (decimal): -8279345 or 13609601. OLE color: 13609601.
HSL color Cylindrical-coordinate representation of color #81AACF: hue angle of 208.46º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81AACF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 170 | 207 | - |
| CMYK | 0.38 | 0.18 | 0 | 0.19 |
| HSL | 208.46º | 0.45% | 0.66% | - |
| HSV(B) | 208.46º | 0.38% | 0.81% | - |
| XYZ | 34.69 | 37.92 | 64.52 | - |
| YUV | 161.96 | 153.42 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 170 | 207 | 0.38 | 0.18 | 0 | 0.19 | 208.46 | 0.45 | 0.66 |
| Hex | 81 | AA | CF | 26 | 12 | 0 | 13 | D0 | 2D | 42 |
| Octal | 201 | 252 | 317 | 46 | 22 | 0 | 23 | 320 | 55 | 102 |
| Binary | 10000001 | 10101010 | 11001111 | 100110 | 10010 | 0 | 10011 | 11010000 | 101101 | 1000010 |
Color Harmonies of #81AACF
Complementary color
Monochromatic Colors of #81AACF
Black with #81AACF
Text Example
Text Example
White with #81AACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81AACF; }
p { color: rgb(129,170,207); }
H1.HeaderClassName
{
color: #81AACF;
}
.AnyTagClassName
{
color: #81AACF;
}
</style>
background-color css
<style>
a { background-color: #81AACF; }
a { background-color: rgb(129,170,207); }
div.DivClassName
{
background-color: #81AACF;
}
.BgClassName
{
background-color: #81AACF;
}
</style>
border-color css
<style>
span { border-color: #81AACF; }
span { border-color: rgb(129,170,207); }
td.TdClassName
{
border-color: #81AACF;
}
.TagClassName
{
border-color: #81AACF;
}
</style>