Shades of Polo Blue #81A0BF
Tints of Polo Blue #81A0BF
RGB
CMYK
RGB Variations
Color information
#81A0BF (or 0x81A0BF) is known color: Polo Blue. HEX triplet: 81, A0 and BF. RGB value is (129,160,191). Sum of RGB (Red+Green+Blue) = 129+160+191=480 (63% of max value = 765). Red value is 129 (50.78% from 255 or 26.88% from 480); Green value is 160 (62.89% from 255 or 33.33% from 480); Blue value is 191 (75% from 255 or 39.79% from 480); Max value from RGB is 191 - color contains mainly: blue. Hex color #81A0BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A0BF is #7E5F40. Grayscale: #9A9A9A. Windows color (decimal): -8281921 or 12558465. OLE color: 12558465.
HSL color Cylindrical-coordinate representation of color #81A0BF: hue angle of 210º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #81A0BF is Cyan = 0.32, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 129 | 160 | 191 | - |
| CMYK | 0.32 | 0.16 | 0 | 0.25 |
| HSL | 210º | 0.33% | 0.63% | - |
| HSV(B) | 210º | 0.32% | 0.75% | - |
| XYZ | 31.03 | 33.57 | 54.13 | - |
| YUV | 154.27 | 148.73 | 109.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 160 | 191 | 0.32 | 0.16 | 0 | 0.25 | 210 | 0.33 | 0.63 |
| Hex | 81 | A0 | BF | 20 | 10 | 0 | 19 | D2 | 21 | 3F |
| Octal | 201 | 240 | 277 | 40 | 20 | 0 | 31 | 322 | 41 | 77 |
| Binary | 10000001 | 10100000 | 10111111 | 100000 | 10000 | 0 | 11001 | 11010010 | 100001 | 111111 |
Color Harmonies of #81A0BF
Complementary color
Monochromatic Colors of #81A0BF
Black with #81A0BF
Text Example
Text Example
White with #81A0BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A0BF; }
p { color: rgb(129,160,191); }
H1.HeaderClassName
{
color: #81A0BF;
}
.AnyTagClassName
{
color: #81A0BF;
}
</style>
background-color css
<style>
a { background-color: #81A0BF; }
a { background-color: rgb(129,160,191); }
div.DivClassName
{
background-color: #81A0BF;
}
.BgClassName
{
background-color: #81A0BF;
}
</style>
border-color css
<style>
span { border-color: #81A0BF; }
span { border-color: rgb(129,160,191); }
td.TdClassName
{
border-color: #81A0BF;
}
.TagClassName
{
border-color: #81A0BF;
}
</style>