Shades of Polo Blue #82AAD1
Tints of Polo Blue #82AAD1
RGB
CMYK
RGB Variations
Color information
#82AAD1 (or 0x82AAD1) is known color: Polo Blue. HEX triplet: 82, AA and D1. RGB value is (130,170,209). Sum of RGB (Red+Green+Blue) = 130+170+209=509 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.54% from 509); Green value is 170 (66.80% from 255 or 33.40% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #82AAD1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAD1 is #7D552E. Grayscale: #A2A2A2. Windows color (decimal): -8213807 or 13740674. OLE color: 13740674.
HSL color Cylindrical-coordinate representation of color #82AAD1: hue angle of 209.62º 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 #82AAD1 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 170 | 209 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.18 |
| HSL | 209.62º | 0.46% | 0.66% | - |
| HSV(B) | 209.62º | 0.38% | 0.82% | - |
| XYZ | 35.09 | 38.1 | 65.83 | - |
| YUV | 162.49 | 154.25 | 104.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 209 | 0.38 | 0.19 | 0 | 0.18 | 209.62 | 0.46 | 0.66 |
| Hex | 82 | AA | D1 | 26 | 13 | 0 | 12 | D2 | 2E | 42 |
| Octal | 202 | 252 | 321 | 46 | 23 | 0 | 22 | 322 | 56 | 102 |
| Binary | 10000010 | 10101010 | 11010001 | 100110 | 10011 | 0 | 10010 | 11010010 | 101110 | 1000010 |
Color Harmonies of #82AAD1
Complementary color
Monochromatic Colors of #82AAD1
Black with #82AAD1
Text Example
Text Example
White with #82AAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAD1; }
p { color: rgb(130,170,209); }
H1.HeaderClassName
{
color: #82AAD1;
}
.AnyTagClassName
{
color: #82AAD1;
}
</style>
background-color css
<style>
a { background-color: #82AAD1; }
a { background-color: rgb(130,170,209); }
div.DivClassName
{
background-color: #82AAD1;
}
.BgClassName
{
background-color: #82AAD1;
}
</style>
border-color css
<style>
span { border-color: #82AAD1; }
span { border-color: rgb(130,170,209); }
td.TdClassName
{
border-color: #82AAD1;
}
.TagClassName
{
border-color: #82AAD1;
}
</style>