Shades of Polo Blue #81A7D0
Tints of Polo Blue #81A7D0
RGB
CMYK
RGB Variations
Color information
#81A7D0 (or 0x81A7D0) is known color: Polo Blue. HEX triplet: 81, A7 and D0. RGB value is (129,167,208). Sum of RGB (Red+Green+Blue) = 129+167+208=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 167 (65.62% from 255 or 33.13% from 504); Blue value is 208 (81.64% from 255 or 41.27% from 504); Max value from RGB is 208 - color contains mainly: blue. Hex color #81A7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A7D0 is #7E582F. Grayscale: #A0A0A0. Windows color (decimal): -8280112 or 13674369. OLE color: 13674369.
HSL color Cylindrical-coordinate representation of color #81A7D0: hue angle of 211.14º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #81A7D0 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 167 | 208 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.18 |
| HSL | 211.14º | 0.46% | 0.66% | - |
| HSV(B) | 211.14º | 0.38% | 0.82% | - |
| XYZ | 34.26 | 36.86 | 64.98 | - |
| YUV | 160.31 | 154.91 | 105.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 167 | 208 | 0.38 | 0.20 | 0 | 0.18 | 211.14 | 0.46 | 0.66 |
| Hex | 81 | A7 | D0 | 26 | 14 | 0 | 12 | D3 | 2E | 42 |
| Octal | 201 | 247 | 320 | 46 | 24 | 0 | 22 | 323 | 56 | 102 |
| Binary | 10000001 | 10100111 | 11010000 | 100110 | 10100 | 0 | 10010 | 11010011 | 101110 | 1000010 |
Color Harmonies of #81A7D0
Complementary color
Monochromatic Colors of #81A7D0
Black with #81A7D0
Text Example
Text Example
White with #81A7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A7D0; }
p { color: rgb(129,167,208); }
H1.HeaderClassName
{
color: #81A7D0;
}
.AnyTagClassName
{
color: #81A7D0;
}
</style>
background-color css
<style>
a { background-color: #81A7D0; }
a { background-color: rgb(129,167,208); }
div.DivClassName
{
background-color: #81A7D0;
}
.BgClassName
{
background-color: #81A7D0;
}
</style>
border-color css
<style>
span { border-color: #81A7D0; }
span { border-color: rgb(129,167,208); }
td.TdClassName
{
border-color: #81A7D0;
}
.TagClassName
{
border-color: #81A7D0;
}
</style>