Shades of Polo Blue #81ABCE
Tints of Polo Blue #81ABCE
RGB
CMYK
RGB Variations
Color information
#81ABCE (or 0x81ABCE) is known color: Polo Blue. HEX triplet: 81, AB and CE. RGB value is (129,171,206). Sum of RGB (Red+Green+Blue) = 129+171+206=506 (67% of max value = 765). Red value is 129 (50.78% from 255 or 25.49% from 506); Green value is 171 (67.19% from 255 or 33.79% from 506); Blue value is 206 (80.86% from 255 or 40.71% from 506); Max value from RGB is 206 - color contains mainly: blue. Hex color #81ABCE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81ABCE is #7E5431. Grayscale: #A2A2A2. Windows color (decimal): -8279090 or 13544321. OLE color: 13544321.
HSL color Cylindrical-coordinate representation of color #81ABCE: hue angle of 207.27º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #81ABCE is Cyan = 0.37, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 171 | 206 | - |
| CMYK | 0.37 | 0.17 | 0 | 0.19 |
| HSL | 207.27º | 0.44% | 0.66% | - |
| HSV(B) | 207.27º | 0.37% | 0.81% | - |
| XYZ | 34.76 | 38.25 | 63.94 | - |
| YUV | 162.43 | 152.59 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 171 | 206 | 0.37 | 0.17 | 0 | 0.19 | 207.27 | 0.44 | 0.66 |
| Hex | 81 | AB | CE | 25 | 11 | 0 | 13 | CF | 2C | 42 |
| Octal | 201 | 253 | 316 | 45 | 21 | 0 | 23 | 317 | 54 | 102 |
| Binary | 10000001 | 10101011 | 11001110 | 100101 | 10001 | 0 | 10011 | 11001111 | 101100 | 1000010 |
Color Harmonies of #81ABCE
Complementary color
Monochromatic Colors of #81ABCE
Black with #81ABCE
Text Example
Text Example
White with #81ABCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81ABCE; }
p { color: rgb(129,171,206); }
H1.HeaderClassName
{
color: #81ABCE;
}
.AnyTagClassName
{
color: #81ABCE;
}
</style>
background-color css
<style>
a { background-color: #81ABCE; }
a { background-color: rgb(129,171,206); }
div.DivClassName
{
background-color: #81ABCE;
}
.BgClassName
{
background-color: #81ABCE;
}
</style>
border-color css
<style>
span { border-color: #81ABCE; }
span { border-color: rgb(129,171,206); }
td.TdClassName
{
border-color: #81ABCE;
}
.TagClassName
{
border-color: #81ABCE;
}
</style>