Shades of Polo Blue #81A3CE
Tints of Polo Blue #81A3CE
RGB
CMYK
RGB Variations
Color information
#81A3CE (or 0x81A3CE) is known color: Polo Blue. HEX triplet: 81, A3 and CE. RGB value is (129,163,206). Sum of RGB (Red+Green+Blue) = 129+163+206=498 (65% of max value = 765). Red value is 129 (50.78% from 255 or 25.90% from 498); Green value is 163 (64.06% from 255 or 32.73% from 498); Blue value is 206 (80.86% from 255 or 41.37% from 498); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A3CE is #7E5C31. Grayscale: #9D9D9D. Windows color (decimal): -8281138 or 13542273. OLE color: 13542273.
HSL color Cylindrical-coordinate representation of color #81A3CE: hue angle of 213.51º 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 #81A3CE is Cyan = 0.37, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 163 | 206 | - |
| CMYK | 0.37 | 0.21 | 0 | 0.19 |
| HSL | 213.51º | 0.44% | 0.66% | - |
| HSV(B) | 213.51º | 0.37% | 0.81% | - |
| XYZ | 33.29 | 35.32 | 63.45 | - |
| YUV | 157.74 | 155.24 | 107.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 163 | 206 | 0.37 | 0.21 | 0 | 0.19 | 213.51 | 0.44 | 0.66 |
| Hex | 81 | A3 | CE | 25 | 15 | 0 | 13 | D6 | 2C | 42 |
| Octal | 201 | 243 | 316 | 45 | 25 | 0 | 23 | 326 | 54 | 102 |
| Binary | 10000001 | 10100011 | 11001110 | 100101 | 10101 | 0 | 10011 | 11010110 | 101100 | 1000010 |
Color Harmonies of #81A3CE
Complementary color
Monochromatic Colors of #81A3CE
Black with #81A3CE
Text Example
Text Example
White with #81A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A3CE; }
p { color: rgb(129,163,206); }
H1.HeaderClassName
{
color: #81A3CE;
}
.AnyTagClassName
{
color: #81A3CE;
}
</style>
background-color css
<style>
a { background-color: #81A3CE; }
a { background-color: rgb(129,163,206); }
div.DivClassName
{
background-color: #81A3CE;
}
.BgClassName
{
background-color: #81A3CE;
}
</style>
border-color css
<style>
span { border-color: #81A3CE; }
span { border-color: rgb(129,163,206); }
td.TdClassName
{
border-color: #81A3CE;
}
.TagClassName
{
border-color: #81A3CE;
}
</style>