Shades of Polo Blue #82ADCB
Tints of Polo Blue #82ADCB
RGB
CMYK
RGB Variations
Color information
#82ADCB (or 0x82ADCB) is known color: Polo Blue. HEX triplet: 82, AD and CB. RGB value is (130,173,203). Sum of RGB (Red+Green+Blue) = 130+173+203=506 (67% of max value = 765). Red value is 130 (51.17% from 255 or 25.69% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 203 (79.69% from 255 or 40.12% from 506); Max value from RGB is 203 - color contains mainly: blue. Hex color #82ADCB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #82ADCB is #7D5234. Grayscale: #A3A3A3. Windows color (decimal): -8213045 or 13348226. OLE color: 13348226.
HSL color Cylindrical-coordinate representation of color #82ADCB: hue angle of 204.66º 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 #82ADCB is Cyan = 0.36, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 130 | 173 | 203 | - |
| CMYK | 0.36 | 0.15 | 0 | 0.20 |
| HSL | 204.66º | 0.41% | 0.65% | - |
| HSV(B) | 204.66º | 0.36% | 0.8% | - |
| XYZ | 34.93 | 38.94 | 62.18 | - |
| YUV | 163.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 173 | 203 | 0.36 | 0.15 | 0 | 0.20 | 204.66 | 0.41 | 0.65 |
| Hex | 82 | AD | CB | 24 | F | 0 | 14 | CD | 29 | 41 |
| Octal | 202 | 255 | 313 | 44 | 17 | 0 | 24 | 315 | 51 | 101 |
| Binary | 10000010 | 10101101 | 11001011 | 100100 | 1111 | 0 | 10100 | 11001101 | 101001 | 1000001 |
Color Harmonies of #82ADCB
Complementary color
Monochromatic Colors of #82ADCB
Black with #82ADCB
Text Example
Text Example
White with #82ADCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82ADCB; }
p { color: rgb(130,173,203); }
H1.HeaderClassName
{
color: #82ADCB;
}
.AnyTagClassName
{
color: #82ADCB;
}
</style>
background-color css
<style>
a { background-color: #82ADCB; }
a { background-color: rgb(130,173,203); }
div.DivClassName
{
background-color: #82ADCB;
}
.BgClassName
{
background-color: #82ADCB;
}
</style>
border-color css
<style>
span { border-color: #82ADCB; }
span { border-color: rgb(130,173,203); }
td.TdClassName
{
border-color: #82ADCB;
}
.TagClassName
{
border-color: #82ADCB;
}
</style>