Shades of Polo Blue #80A0BC
Tints of Polo Blue #80A0BC
RGB
CMYK
RGB Variations
Color information
#80A0BC (or 0x80A0BC) is known color: Polo Blue. HEX triplet: 80, A0 and BC. RGB value is (128,160,188). Sum of RGB (Red+Green+Blue) = 128+160+188=476 (63% of max value = 765). Red value is 128 (50.39% from 255 or 26.89% from 476); Green value is 160 (62.89% from 255 or 33.61% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 188 - color contains mainly: blue. Hex color #80A0BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A0BC is #7F5F43. Grayscale: #999999. Windows color (decimal): -8347460 or 12361856. OLE color: 12361856.
HSL color Cylindrical-coordinate representation of color #80A0BC: hue angle of 208º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80A0BC is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 160 | 188 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.26 |
| HSL | 208º | 0.31% | 0.62% | - |
| HSV(B) | 208º | 0.32% | 0.74% | - |
| XYZ | 30.55 | 33.36 | 52.41 | - |
| YUV | 153.62 | 147.4 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 160 | 188 | 0.32 | 0.15 | 0 | 0.26 | 208 | 0.31 | 0.62 |
| Hex | 80 | A0 | BC | 20 | F | 0 | 1A | D0 | 1F | 3E |
| Octal | 200 | 240 | 274 | 40 | 17 | 0 | 32 | 320 | 37 | 76 |
| Binary | 10000000 | 10100000 | 10111100 | 100000 | 1111 | 0 | 11010 | 11010000 | 11111 | 111110 |
Color Harmonies of #80A0BC
Complementary color
Monochromatic Colors of #80A0BC
Black with #80A0BC
Text Example
Text Example
White with #80A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A0BC; }
p { color: rgb(128,160,188); }
H1.HeaderClassName
{
color: #80A0BC;
}
.AnyTagClassName
{
color: #80A0BC;
}
</style>
background-color css
<style>
a { background-color: #80A0BC; }
a { background-color: rgb(128,160,188); }
div.DivClassName
{
background-color: #80A0BC;
}
.BgClassName
{
background-color: #80A0BC;
}
</style>
border-color css
<style>
span { border-color: #80A0BC; }
span { border-color: rgb(128,160,188); }
td.TdClassName
{
border-color: #80A0BC;
}
.TagClassName
{
border-color: #80A0BC;
}
</style>