Shades of Polo Blue #80A2BE
Tints of Polo Blue #80A2BE
RGB
CMYK
RGB Variations
Color information
#80A2BE (or 0x80A2BE) is known color: Polo Blue. HEX triplet: 80, A2 and BE. RGB value is (128,162,190). Sum of RGB (Red+Green+Blue) = 128+162+190=480 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.67% from 480); Green value is 162 (63.67% from 255 or 33.75% from 480); Blue value is 190 (74.61% from 255 or 39.58% from 480); Max value from RGB is 190 - color contains mainly: blue. Hex color #80A2BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A2BE is #7F5D41. Grayscale: #9A9A9A. Windows color (decimal): -8346946 or 12493440. OLE color: 12493440.
HSL color Cylindrical-coordinate representation of color #80A2BE: hue angle of 207.1º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80A2BE is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 162 | 190 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.25 |
| HSL | 207.1º | 0.32% | 0.62% | - |
| HSV(B) | 207.1º | 0.33% | 0.75% | - |
| XYZ | 31.12 | 34.15 | 53.67 | - |
| YUV | 155.03 | 147.74 | 108.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 162 | 190 | 0.33 | 0.15 | 0 | 0.25 | 207.1 | 0.32 | 0.62 |
| Hex | 80 | A2 | BE | 21 | F | 0 | 19 | CF | 20 | 3E |
| Octal | 200 | 242 | 276 | 41 | 17 | 0 | 31 | 317 | 40 | 76 |
| Binary | 10000000 | 10100010 | 10111110 | 100001 | 1111 | 0 | 11001 | 11001111 | 100000 | 111110 |
Color Harmonies of #80A2BE
Complementary color
Monochromatic Colors of #80A2BE
Black with #80A2BE
Text Example
Text Example
White with #80A2BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A2BE; }
p { color: rgb(128,162,190); }
H1.HeaderClassName
{
color: #80A2BE;
}
.AnyTagClassName
{
color: #80A2BE;
}
</style>
background-color css
<style>
a { background-color: #80A2BE; }
a { background-color: rgb(128,162,190); }
div.DivClassName
{
background-color: #80A2BE;
}
.BgClassName
{
background-color: #80A2BE;
}
</style>
border-color css
<style>
span { border-color: #80A2BE; }
span { border-color: rgb(128,162,190); }
td.TdClassName
{
border-color: #80A2BE;
}
.TagClassName
{
border-color: #80A2BE;
}
</style>