Shades of Polo Blue #80ACD2
Tints of Polo Blue #80ACD2
RGB
CMYK
RGB Variations
Color information
#80ACD2 (or 0x80ACD2) is known color: Polo Blue. HEX triplet: 80, AC and D2. RGB value is (128,172,210). Sum of RGB (Red+Green+Blue) = 128+172+210=510 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.10% from 510); Green value is 172 (67.58% from 255 or 33.73% from 510); Blue value is 210 (82.42% from 255 or 41.18% from 510); Max value from RGB is 210 - color contains mainly: blue. Hex color #80ACD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ACD2 is #7F532D. Grayscale: #A2A2A2. Windows color (decimal): -8344366 or 13806720. OLE color: 13806720.
HSL color Cylindrical-coordinate representation of color #80ACD2: hue angle of 207.8º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #80ACD2 is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 172 | 210 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.18 |
| HSL | 207.8º | 0.48% | 0.66% | - |
| HSV(B) | 207.8º | 0.39% | 0.82% | - |
| XYZ | 35.29 | 38.75 | 66.59 | - |
| YUV | 163.18 | 154.42 | 102.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 172 | 210 | 0.39 | 0.18 | 0 | 0.18 | 207.8 | 0.48 | 0.66 |
| Hex | 80 | AC | D2 | 27 | 12 | 0 | 12 | D0 | 30 | 42 |
| Octal | 200 | 254 | 322 | 47 | 22 | 0 | 22 | 320 | 60 | 102 |
| Binary | 10000000 | 10101100 | 11010010 | 100111 | 10010 | 0 | 10010 | 11010000 | 110000 | 1000010 |
Color Harmonies of #80ACD2
Complementary color
Monochromatic Colors of #80ACD2
Black with #80ACD2
Text Example
Text Example
White with #80ACD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ACD2; }
p { color: rgb(128,172,210); }
H1.HeaderClassName
{
color: #80ACD2;
}
.AnyTagClassName
{
color: #80ACD2;
}
</style>
background-color css
<style>
a { background-color: #80ACD2; }
a { background-color: rgb(128,172,210); }
div.DivClassName
{
background-color: #80ACD2;
}
.BgClassName
{
background-color: #80ACD2;
}
</style>
border-color css
<style>
span { border-color: #80ACD2; }
span { border-color: rgb(128,172,210); }
td.TdClassName
{
border-color: #80ACD2;
}
.TagClassName
{
border-color: #80ACD2;
}
</style>