Shades of Polo Blue #82A8D0
Tints of Polo Blue #82A8D0
RGB
CMYK
RGB Variations
Color information
#82A8D0 (or 0x82A8D0) is known color: Polo Blue. HEX triplet: 82, A8 and D0. RGB value is (130,168,208). Sum of RGB (Red+Green+Blue) = 130+168+208=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 168 (66.02% from 255 or 33.20% from 506); Blue value is 208 (81.64% from 255 or 41.11% from 506); Max value from RGB is 208 - color contains mainly: blue. Hex color #82A8D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8D0 is #7D572F. Grayscale: #A1A1A1. Windows color (decimal): -8214320 or 13674626. OLE color: 13674626.
HSL color Cylindrical-coordinate representation of color #82A8D0: hue angle of 210.77º degrees, saturation: 0.45, 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 #82A8D0 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 130 | 168 | 208 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.18 |
| HSL | 210.77º | 0.45% | 0.66% | - |
| HSV(B) | 210.77º | 0.38% | 0.82% | - |
| XYZ | 34.59 | 37.31 | 65.05 | - |
| YUV | 161.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 208 | 0.38 | 0.19 | 0 | 0.18 | 210.77 | 0.45 | 0.66 |
| Hex | 82 | A8 | D0 | 26 | 13 | 0 | 12 | D3 | 2D | 42 |
| Octal | 202 | 250 | 320 | 46 | 23 | 0 | 22 | 323 | 55 | 102 |
| Binary | 10000010 | 10101000 | 11010000 | 100110 | 10011 | 0 | 10010 | 11010011 | 101101 | 1000010 |
Color Harmonies of #82A8D0
Complementary color
Monochromatic Colors of #82A8D0
Black with #82A8D0
Text Example
Text Example
White with #82A8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A8D0; }
p { color: rgb(130,168,208); }
H1.HeaderClassName
{
color: #82A8D0;
}
.AnyTagClassName
{
color: #82A8D0;
}
</style>
background-color css
<style>
a { background-color: #82A8D0; }
a { background-color: rgb(130,168,208); }
div.DivClassName
{
background-color: #82A8D0;
}
.BgClassName
{
background-color: #82A8D0;
}
</style>
border-color css
<style>
span { border-color: #82A8D0; }
span { border-color: rgb(130,168,208); }
td.TdClassName
{
border-color: #82A8D0;
}
.TagClassName
{
border-color: #82A8D0;
}
</style>