Shades of Polo Blue #80ACD3
Tints of Polo Blue #80ACD3
RGB
CMYK
RGB Variations
Color information
#80ACD3 (or 0x80ACD3) is known color: Polo Blue. HEX triplet: 80, AC and D3. RGB value is (128,172,211). Sum of RGB (Red+Green+Blue) = 128+172+211=511 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.05% from 511); Green value is 172 (67.58% from 255 or 33.66% from 511); Blue value is 211 (82.81% from 255 or 41.29% from 511); Max value from RGB is 211 - color contains mainly: blue. Hex color #80ACD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACD3 is #7F532C. Grayscale: #A3A3A3. Windows color (decimal): -8344365 or 13872256. OLE color: 13872256.
HSL color Cylindrical-coordinate representation of color #80ACD3: hue angle of 208.19º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80ACD3 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 128 | 172 | 211 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.17 |
| HSL | 208.19º | 0.49% | 0.66% | - |
| HSV(B) | 208.19º | 0.39% | 0.83% | - |
| XYZ | 35.41 | 38.8 | 67.25 | - |
| YUV | 163.29 | 154.92 | 102.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 211 | 0.39 | 0.18 | 0 | 0.17 | 208.19 | 0.49 | 0.66 |
| Hex | 80 | AC | D3 | 27 | 12 | 0 | 11 | D0 | 31 | 42 |
| Octal | 200 | 254 | 323 | 47 | 22 | 0 | 21 | 320 | 61 | 102 |
| Binary | 10000000 | 10101100 | 11010011 | 100111 | 10010 | 0 | 10001 | 11010000 | 110001 | 1000010 |
Color Harmonies of #80ACD3
Complementary color
Monochromatic Colors of #80ACD3
Black with #80ACD3
Text Example
Text Example
White with #80ACD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACD3; }
p { color: rgb(128,172,211); }
H1.HeaderClassName
{
color: #80ACD3;
}
.AnyTagClassName
{
color: #80ACD3;
}
</style>
background-color css
<style>
a { background-color: #80ACD3; }
a { background-color: rgb(128,172,211); }
div.DivClassName
{
background-color: #80ACD3;
}
.BgClassName
{
background-color: #80ACD3;
}
</style>
border-color css
<style>
span { border-color: #80ACD3; }
span { border-color: rgb(128,172,211); }
td.TdClassName
{
border-color: #80ACD3;
}
.TagClassName
{
border-color: #80ACD3;
}
</style>