Shades of Polo Blue #80A3CC
Tints of Polo Blue #80A3CC
RGB
CMYK
RGB Variations
Color information
#80A3CC (or 0x80A3CC) is known color: Polo Blue. HEX triplet: 80, A3 and CC. RGB value is (128,163,204). Sum of RGB (Red+Green+Blue) = 128+163+204=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 163 (64.06% from 255 or 32.93% from 495); Blue value is 204 (80.08% from 255 or 41.21% from 495); Max value from RGB is 204 - color contains mainly: blue. Hex color #80A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80A3CC is #7F5C33. Grayscale: #9D9D9D. Windows color (decimal): -8346676 or 13411200. OLE color: 13411200.
HSL color Cylindrical-coordinate representation of color #80A3CC: hue angle of 212.37º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #80A3CC is Cyan = 0.37, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 163 | 204 | - |
| CMYK | 0.37 | 0.20 | 0 | 0.2 |
| HSL | 212.37º | 0.43% | 0.65% | - |
| HSV(B) | 212.37º | 0.37% | 0.8% | - |
| XYZ | 32.9 | 35.14 | 62.18 | - |
| YUV | 157.21 | 154.4 | 107.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 163 | 204 | 0.37 | 0.20 | 0 | 0.2 | 212.37 | 0.43 | 0.65 |
| Hex | 80 | A3 | CC | 25 | 14 | 0 | 14 | D4 | 2B | 41 |
| Octal | 200 | 243 | 314 | 45 | 24 | 0 | 24 | 324 | 53 | 101 |
| Binary | 10000000 | 10100011 | 11001100 | 100101 | 10100 | 0 | 10100 | 11010100 | 101011 | 1000001 |
Color Harmonies of #80A3CC
Complementary color
Monochromatic Colors of #80A3CC
Black with #80A3CC
Text Example
Text Example
White with #80A3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80A3CC; }
p { color: rgb(128,163,204); }
H1.HeaderClassName
{
color: #80A3CC;
}
.AnyTagClassName
{
color: #80A3CC;
}
</style>
background-color css
<style>
a { background-color: #80A3CC; }
a { background-color: rgb(128,163,204); }
div.DivClassName
{
background-color: #80A3CC;
}
.BgClassName
{
background-color: #80A3CC;
}
</style>
border-color css
<style>
span { border-color: #80A3CC; }
span { border-color: rgb(128,163,204); }
td.TdClassName
{
border-color: #80A3CC;
}
.TagClassName
{
border-color: #80A3CC;
}
</style>