Shades of Polo Blue #80A6CE
Tints of Polo Blue #80A6CE
RGB
CMYK
RGB Variations
Color information
#80A6CE (or 0x80A6CE) is known color: Polo Blue. HEX triplet: 80, A6 and CE. RGB value is (128,166,206). Sum of RGB (Red+Green+Blue) = 128+166+206=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 166 (65.23% from 255 or 33.2% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #80A6CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A6CE is #7F5931. Grayscale: #9F9F9F. Windows color (decimal): -8345906 or 13543040. OLE color: 13543040.
HSL color Cylindrical-coordinate representation of color #80A6CE: hue angle of 210.77º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80A6CE is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 166 | 206 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.19 |
| HSL | 210.77º | 0.44% | 0.65% | - |
| HSV(B) | 210.77º | 0.38% | 0.81% | - |
| XYZ | 33.68 | 36.32 | 63.63 | - |
| YUV | 159.2 | 154.41 | 105.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 166 | 206 | 0.38 | 0.19 | 0 | 0.19 | 210.77 | 0.44 | 0.65 |
| Hex | 80 | A6 | CE | 26 | 13 | 0 | 13 | D3 | 2C | 41 |
| Octal | 200 | 246 | 316 | 46 | 23 | 0 | 23 | 323 | 54 | 101 |
| Binary | 10000000 | 10100110 | 11001110 | 100110 | 10011 | 0 | 10011 | 11010011 | 101100 | 1000001 |
Color Harmonies of #80A6CE
Complementary color
Monochromatic Colors of #80A6CE
Black with #80A6CE
Text Example
Text Example
White with #80A6CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A6CE; }
p { color: rgb(128,166,206); }
H1.HeaderClassName
{
color: #80A6CE;
}
.AnyTagClassName
{
color: #80A6CE;
}
</style>
background-color css
<style>
a { background-color: #80A6CE; }
a { background-color: rgb(128,166,206); }
div.DivClassName
{
background-color: #80A6CE;
}
.BgClassName
{
background-color: #80A6CE;
}
</style>
border-color css
<style>
span { border-color: #80A6CE; }
span { border-color: rgb(128,166,206); }
td.TdClassName
{
border-color: #80A6CE;
}
.TagClassName
{
border-color: #80A6CE;
}
</style>