Shades of Polo Blue #81A6C1
Tints of Polo Blue #81A6C1
RGB
CMYK
RGB Variations
Color information
#81A6C1 (or 0x81A6C1) is known color: Polo Blue. HEX triplet: 81, A6 and C1. RGB value is (129,166,193). Sum of RGB (Red+Green+Blue) = 129+166+193=488 (64% of max value = 765). Red value is 129 (50.78% from 255 or 26.43% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 193 - color contains mainly: blue. Hex color #81A6C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6C1 is #7E593E. Grayscale: #9D9D9D. Windows color (decimal): -8280383 or 12691073. OLE color: 12691073.
HSL color Cylindrical-coordinate representation of color #81A6C1: hue angle of 205.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #81A6C1 is Cyan = 0.33, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 129 | 166 | 193 | - |
| CMYK | 0.33 | 0.14 | 0 | 0.24 |
| HSL | 205.31º | 0.34% | 0.63% | - |
| HSV(B) | 205.31º | 0.33% | 0.76% | - |
| XYZ | 32.32 | 35.79 | 55.66 | - |
| YUV | 158.02 | 147.74 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 193 | 0.33 | 0.14 | 0 | 0.24 | 205.31 | 0.34 | 0.63 |
| Hex | 81 | A6 | C1 | 21 | E | 0 | 18 | CD | 22 | 3F |
| Octal | 201 | 246 | 301 | 41 | 16 | 0 | 30 | 315 | 42 | 77 |
| Binary | 10000001 | 10100110 | 11000001 | 100001 | 1110 | 0 | 11000 | 11001101 | 100010 | 111111 |
Color Harmonies of #81A6C1
Complementary color
Monochromatic Colors of #81A6C1
Black with #81A6C1
Text Example
Text Example
White with #81A6C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6C1; }
p { color: rgb(129,166,193); }
H1.HeaderClassName
{
color: #81A6C1;
}
.AnyTagClassName
{
color: #81A6C1;
}
</style>
background-color css
<style>
a { background-color: #81A6C1; }
a { background-color: rgb(129,166,193); }
div.DivClassName
{
background-color: #81A6C1;
}
.BgClassName
{
background-color: #81A6C1;
}
</style>
border-color css
<style>
span { border-color: #81A6C1; }
span { border-color: rgb(129,166,193); }
td.TdClassName
{
border-color: #81A6C1;
}
.TagClassName
{
border-color: #81A6C1;
}
</style>