Shades of Polo Blue #81A2D0
Tints of Polo Blue #81A2D0
RGB
CMYK
RGB Variations
Color information
#81A2D0 (or 0x81A2D0) is known color: Polo Blue. HEX triplet: 81, A2 and D0. RGB value is (129,162,208). Sum of RGB (Red+Green+Blue) = 129+162+208=499 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.85% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 208 (81.64% from 255 or 41.68% from 499); Max value from RGB is 208 - color contains mainly: blue. Hex color #81A2D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #81A2D0 is #7E5D2F. Grayscale: #9D9D9D. Windows color (decimal): -8281392 or 13673089. OLE color: 13673089.
HSL color Cylindrical-coordinate representation of color #81A2D0: hue angle of 214.94º 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 #81A2D0 is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 129 | 162 | 208 | - |
| CMYK | 0.38 | 0.22 | 0 | 0.18 |
| HSL | 214.94º | 0.46% | 0.66% | - |
| HSV(B) | 214.94º | 0.38% | 0.82% | - |
| XYZ | 33.36 | 35.06 | 64.68 | - |
| YUV | 157.38 | 156.57 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 162 | 208 | 0.38 | 0.22 | 0 | 0.18 | 214.94 | 0.46 | 0.66 |
| Hex | 81 | A2 | D0 | 26 | 16 | 0 | 12 | D7 | 2E | 42 |
| Octal | 201 | 242 | 320 | 46 | 26 | 0 | 22 | 327 | 56 | 102 |
| Binary | 10000001 | 10100010 | 11010000 | 100110 | 10110 | 0 | 10010 | 11010111 | 101110 | 1000010 |
Color Harmonies of #81A2D0
Complementary color
Monochromatic Colors of #81A2D0
Black with #81A2D0
Text Example
Text Example
White with #81A2D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81A2D0; }
p { color: rgb(129,162,208); }
H1.HeaderClassName
{
color: #81A2D0;
}
.AnyTagClassName
{
color: #81A2D0;
}
</style>
background-color css
<style>
a { background-color: #81A2D0; }
a { background-color: rgb(129,162,208); }
div.DivClassName
{
background-color: #81A2D0;
}
.BgClassName
{
background-color: #81A2D0;
}
</style>
border-color css
<style>
span { border-color: #81A2D0; }
span { border-color: rgb(129,162,208); }
td.TdClassName
{
border-color: #81A2D0;
}
.TagClassName
{
border-color: #81A2D0;
}
</style>