Shades of Polo Blue #82A8CE
Tints of Polo Blue #82A8CE
RGB
CMYK
RGB Variations
Color information
#82A8CE (or 0x82A8CE) is known color: Polo Blue. HEX triplet: 82, A8 and CE. RGB value is (130,168,206). Sum of RGB (Red+Green+Blue) = 130+168+206=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 168 (66.02% from 255 or 33.33% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 206 - color contains mainly: blue. Hex color #82A8CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82A8CE is #7D5731. Grayscale: #A0A0A0. Windows color (decimal): -8214322 or 13543554. OLE color: 13543554.
HSL color Cylindrical-coordinate representation of color #82A8CE: hue angle of 210º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #82A8CE is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 130 | 168 | 206 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.19 |
| HSL | 210º | 0.44% | 0.66% | - |
| HSV(B) | 210º | 0.37% | 0.81% | - |
| XYZ | 34.35 | 37.21 | 63.76 | - |
| YUV | 160.97 | 153.41 | 105.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 168 | 206 | 0.37 | 0.18 | 0 | 0.19 | 210 | 0.44 | 0.66 |
| Hex | 82 | A8 | CE | 25 | 12 | 0 | 13 | D2 | 2C | 42 |
| Octal | 202 | 250 | 316 | 45 | 22 | 0 | 23 | 322 | 54 | 102 |
| Binary | 10000010 | 10101000 | 11001110 | 100101 | 10010 | 0 | 10011 | 11010010 | 101100 | 1000010 |
Color Harmonies of #82A8CE
Complementary color
Monochromatic Colors of #82A8CE
Black with #82A8CE
Text Example
Text Example
White with #82A8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82A8CE; }
p { color: rgb(130,168,206); }
H1.HeaderClassName
{
color: #82A8CE;
}
.AnyTagClassName
{
color: #82A8CE;
}
</style>
background-color css
<style>
a { background-color: #82A8CE; }
a { background-color: rgb(130,168,206); }
div.DivClassName
{
background-color: #82A8CE;
}
.BgClassName
{
background-color: #82A8CE;
}
</style>
border-color css
<style>
span { border-color: #82A8CE; }
span { border-color: rgb(130,168,206); }
td.TdClassName
{
border-color: #82A8CE;
}
.TagClassName
{
border-color: #82A8CE;
}
</style>