Shades of Polo Blue #82ABCB
Tints of Polo Blue #82ABCB
RGB
CMYK
RGB Variations
Color information
#82ABCB (or 0x82ABCB) is known color: Polo Blue. HEX triplet: 82, AB and CB. RGB value is (130,171,203). Sum of RGB (Red+Green+Blue) = 130+171+203=504 (66% of max value = 765). Red value is 130 (51.17% from 255 or 25.79% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 203 (79.69% from 255 or 40.28% from 504); Max value from RGB is 203 - color contains mainly: blue. Hex color #82ABCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ABCB is #7D5434. Grayscale: #A2A2A2. Windows color (decimal): -8213557 or 13347714. OLE color: 13347714.
HSL color Cylindrical-coordinate representation of color #82ABCB: hue angle of 206.3º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #82ABCB is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 171 | 203 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.20 |
| HSL | 206.3º | 0.41% | 0.65% | - |
| HSV(B) | 206.3º | 0.36% | 0.8% | - |
| XYZ | 34.55 | 38.18 | 62.05 | - |
| YUV | 162.39 | 150.92 | 104.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 171 | 203 | 0.36 | 0.16 | 0 | 0.20 | 206.3 | 0.41 | 0.65 |
| Hex | 82 | AB | CB | 24 | 10 | 0 | 14 | CE | 29 | 41 |
| Octal | 202 | 253 | 313 | 44 | 20 | 0 | 24 | 316 | 51 | 101 |
| Binary | 10000010 | 10101011 | 11001011 | 100100 | 10000 | 0 | 10100 | 11001110 | 101001 | 1000001 |
Color Harmonies of #82ABCB
Complementary color
Monochromatic Colors of #82ABCB
Black with #82ABCB
Text Example
Text Example
White with #82ABCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ABCB; }
p { color: rgb(130,171,203); }
H1.HeaderClassName
{
color: #82ABCB;
}
.AnyTagClassName
{
color: #82ABCB;
}
</style>
background-color css
<style>
a { background-color: #82ABCB; }
a { background-color: rgb(130,171,203); }
div.DivClassName
{
background-color: #82ABCB;
}
.BgClassName
{
background-color: #82ABCB;
}
</style>
border-color css
<style>
span { border-color: #82ABCB; }
span { border-color: rgb(130,171,203); }
td.TdClassName
{
border-color: #82ABCB;
}
.TagClassName
{
border-color: #82ABCB;
}
</style>