Shades of Polo Blue #81A6CD
Tints of Polo Blue #81A6CD
RGB
CMYK
RGB Variations
Color information
#81A6CD (or 0x81A6CD) is known color: Polo Blue. HEX triplet: 81, A6 and CD. RGB value is (129,166,205). Sum of RGB (Red+Green+Blue) = 129+166+205=500 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.8% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #81A6CD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A6CD is #7E5932. Grayscale: #9F9F9F. Windows color (decimal): -8280371 or 13477505. OLE color: 13477505.
HSL color Cylindrical-coordinate representation of color #81A6CD: hue angle of 210.79º 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 #81A6CD is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 129 | 166 | 205 | - |
| CMYK | 0.37 | 0.19 | 0 | 0.20 |
| HSL | 210.79º | 0.43% | 0.65% | - |
| HSV(B) | 210.79º | 0.37% | 0.8% | - |
| XYZ | 33.71 | 36.35 | 63 | - |
| YUV | 159.38 | 153.74 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 166 | 205 | 0.37 | 0.19 | 0 | 0.20 | 210.79 | 0.43 | 0.65 |
| Hex | 81 | A6 | CD | 25 | 13 | 0 | 14 | D3 | 2B | 41 |
| Octal | 201 | 246 | 315 | 45 | 23 | 0 | 24 | 323 | 53 | 101 |
| Binary | 10000001 | 10100110 | 11001101 | 100101 | 10011 | 0 | 10100 | 11010011 | 101011 | 1000001 |
Color Harmonies of #81A6CD
Complementary color
Monochromatic Colors of #81A6CD
Black with #81A6CD
Text Example
Text Example
White with #81A6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A6CD; }
p { color: rgb(129,166,205); }
H1.HeaderClassName
{
color: #81A6CD;
}
.AnyTagClassName
{
color: #81A6CD;
}
</style>
background-color css
<style>
a { background-color: #81A6CD; }
a { background-color: rgb(129,166,205); }
div.DivClassName
{
background-color: #81A6CD;
}
.BgClassName
{
background-color: #81A6CD;
}
</style>
border-color css
<style>
span { border-color: #81A6CD; }
span { border-color: rgb(129,166,205); }
td.TdClassName
{
border-color: #81A6CD;
}
.TagClassName
{
border-color: #81A6CD;
}
</style>