Shades of Polo Blue #81A0CE
Tints of Polo Blue #81A0CE
RGB
CMYK
RGB Variations
Color information
#81A0CE (or 0x81A0CE) is known color: Polo Blue. HEX triplet: 81, A0 and CE. RGB value is (129,160,206). Sum of RGB (Red+Green+Blue) = 129+160+206=495 (65% of max value = 765). Red value is 129 (50.78% from 255 or 26.06% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #81A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0CE is #7E5F31. Grayscale: #9B9B9B. Windows color (decimal): -8281906 or 13541505. OLE color: 13541505.
HSL color Cylindrical-coordinate representation of color #81A0CE: hue angle of 215.84º 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 #81A0CE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 129 | 160 | 206 | - |
| CMYK | 0.37 | 0.22 | 0 | 0.19 |
| HSL | 215.84º | 0.44% | 0.66% | - |
| HSV(B) | 215.84º | 0.37% | 0.81% | - |
| XYZ | 32.76 | 34.26 | 63.28 | - |
| YUV | 155.98 | 156.23 | 108.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 206 | 0.37 | 0.22 | 0 | 0.19 | 215.84 | 0.44 | 0.66 |
| Hex | 81 | A0 | CE | 25 | 16 | 0 | 13 | D8 | 2C | 42 |
| Octal | 201 | 240 | 316 | 45 | 26 | 0 | 23 | 330 | 54 | 102 |
| Binary | 10000001 | 10100000 | 11001110 | 100101 | 10110 | 0 | 10011 | 11011000 | 101100 | 1000010 |
Color Harmonies of #81A0CE
Complementary color
Monochromatic Colors of #81A0CE
Black with #81A0CE
Text Example
Text Example
White with #81A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0CE; }
p { color: rgb(129,160,206); }
H1.HeaderClassName
{
color: #81A0CE;
}
.AnyTagClassName
{
color: #81A0CE;
}
</style>
background-color css
<style>
a { background-color: #81A0CE; }
a { background-color: rgb(129,160,206); }
div.DivClassName
{
background-color: #81A0CE;
}
.BgClassName
{
background-color: #81A0CE;
}
</style>
border-color css
<style>
span { border-color: #81A0CE; }
span { border-color: rgb(129,160,206); }
td.TdClassName
{
border-color: #81A0CE;
}
.TagClassName
{
border-color: #81A0CE;
}
</style>