Shades of Polo Blue #80A7D0
Tints of Polo Blue #80A7D0
RGB
CMYK
RGB Variations
Color information
#80A7D0 (or 0x80A7D0) is known color: Polo Blue. HEX triplet: 80, A7 and D0. RGB value is (128,167,208). Sum of RGB (Red+Green+Blue) = 128+167+208=503 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.45% from 503); Green value is 167 (65.62% from 255 or 33.20% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #80A7D0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A7D0 is #7F582F. Grayscale: #9F9F9F. Windows color (decimal): -8345648 or 13674368. OLE color: 13674368.
HSL color Cylindrical-coordinate representation of color #80A7D0: hue angle of 210.75º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #80A7D0 is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 167 | 208 | - |
| CMYK | 0.38 | 0.20 | 0 | 0.18 |
| HSL | 210.75º | 0.46% | 0.66% | - |
| HSV(B) | 210.75º | 0.38% | 0.82% | - |
| XYZ | 34.11 | 36.78 | 64.98 | - |
| YUV | 160.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 167 | 208 | 0.38 | 0.20 | 0 | 0.18 | 210.75 | 0.46 | 0.66 |
| Hex | 80 | A7 | D0 | 26 | 14 | 0 | 12 | D3 | 2E | 42 |
| Octal | 200 | 247 | 320 | 46 | 24 | 0 | 22 | 323 | 56 | 102 |
| Binary | 10000000 | 10100111 | 11010000 | 100110 | 10100 | 0 | 10010 | 11010011 | 101110 | 1000010 |
Color Harmonies of #80A7D0
Complementary color
Monochromatic Colors of #80A7D0
Black with #80A7D0
Text Example
Text Example
White with #80A7D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A7D0; }
p { color: rgb(128,167,208); }
H1.HeaderClassName
{
color: #80A7D0;
}
.AnyTagClassName
{
color: #80A7D0;
}
</style>
background-color css
<style>
a { background-color: #80A7D0; }
a { background-color: rgb(128,167,208); }
div.DivClassName
{
background-color: #80A7D0;
}
.BgClassName
{
background-color: #80A7D0;
}
</style>
border-color css
<style>
span { border-color: #80A7D0; }
span { border-color: rgb(128,167,208); }
td.TdClassName
{
border-color: #80A7D0;
}
.TagClassName
{
border-color: #80A7D0;
}
</style>