Shades of Polo Blue #82AAC4
Tints of Polo Blue #82AAC4
RGB
CMYK
RGB Variations
Color information
#82AAC4 (or 0x82AAC4) is known color: Polo Blue. HEX triplet: 82, AA and C4. RGB value is (130,170,196). Sum of RGB (Red+Green+Blue) = 130+170+196=496 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.21% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 196 (76.95% from 255 or 39.52% from 496); Max value from RGB is 196 - color contains mainly: blue. Hex color #82AAC4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82AAC4 is #7D553B. Grayscale: #A0A0A0. Windows color (decimal): -8213820 or 12888706. OLE color: 12888706.
HSL color Cylindrical-coordinate representation of color #82AAC4: hue angle of 203.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #82AAC4 is Cyan = 0.34, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 130 | 170 | 196 | - |
| CMYK | 0.34 | 0.13 | 0 | 0.23 |
| HSL | 203.64º | 0.36% | 0.64% | - |
| HSV(B) | 203.64º | 0.34% | 0.77% | - |
| XYZ | 33.54 | 37.48 | 57.69 | - |
| YUV | 161 | 147.75 | 105.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 170 | 196 | 0.34 | 0.13 | 0 | 0.23 | 203.64 | 0.36 | 0.64 |
| Hex | 82 | AA | C4 | 22 | D | 0 | 17 | CC | 24 | 40 |
| Octal | 202 | 252 | 304 | 42 | 15 | 0 | 27 | 314 | 44 | 100 |
| Binary | 10000010 | 10101010 | 11000100 | 100010 | 1101 | 0 | 10111 | 11001100 | 100100 | 1000000 |
Color Harmonies of #82AAC4
Complementary color
Monochromatic Colors of #82AAC4
Black with #82AAC4
Text Example
Text Example
White with #82AAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82AAC4; }
p { color: rgb(130,170,196); }
H1.HeaderClassName
{
color: #82AAC4;
}
.AnyTagClassName
{
color: #82AAC4;
}
</style>
background-color css
<style>
a { background-color: #82AAC4; }
a { background-color: rgb(130,170,196); }
div.DivClassName
{
background-color: #82AAC4;
}
.BgClassName
{
background-color: #82AAC4;
}
</style>
border-color css
<style>
span { border-color: #82AAC4; }
span { border-color: rgb(130,170,196); }
td.TdClassName
{
border-color: #82AAC4;
}
.TagClassName
{
border-color: #82AAC4;
}
</style>