Shades of Polo Blue #80ADD0
Tints of Polo Blue #80ADD0
RGB
CMYK
RGB Variations
Color information
#80ADD0 (or 0x80ADD0) is known color: Polo Blue. HEX triplet: 80, AD and D0. RGB value is (128,173,208). Sum of RGB (Red+Green+Blue) = 128+173+208=509 (67% of max value = 765). Red value is 128 (50.39% from 255 or 25.15% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 208 (81.64% from 255 or 40.86% from 509); Max value from RGB is 208 - color contains mainly: blue. Hex color #80ADD0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #80ADD0 is #7F522F. Grayscale: #A3A3A3. Windows color (decimal): -8344112 or 13675904. OLE color: 13675904.
HSL color Cylindrical-coordinate representation of color #80ADD0: hue angle of 206.25º 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 #80ADD0 is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 128 | 173 | 208 | - |
| CMYK | 0.38 | 0.17 | 0 | 0.18 |
| HSL | 206.25º | 0.46% | 0.66% | - |
| HSV(B) | 206.25º | 0.38% | 0.82% | - |
| XYZ | 35.23 | 39.03 | 65.35 | - |
| YUV | 163.54 | 153.09 | 102.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 173 | 208 | 0.38 | 0.17 | 0 | 0.18 | 206.25 | 0.46 | 0.66 |
| Hex | 80 | AD | D0 | 26 | 11 | 0 | 12 | CE | 2E | 42 |
| Octal | 200 | 255 | 320 | 46 | 21 | 0 | 22 | 316 | 56 | 102 |
| Binary | 10000000 | 10101101 | 11010000 | 100110 | 10001 | 0 | 10010 | 11001110 | 101110 | 1000010 |
Color Harmonies of #80ADD0
Complementary color
Monochromatic Colors of #80ADD0
Black with #80ADD0
Text Example
Text Example
White with #80ADD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80ADD0; }
p { color: rgb(128,173,208); }
H1.HeaderClassName
{
color: #80ADD0;
}
.AnyTagClassName
{
color: #80ADD0;
}
</style>
background-color css
<style>
a { background-color: #80ADD0; }
a { background-color: rgb(128,173,208); }
div.DivClassName
{
background-color: #80ADD0;
}
.BgClassName
{
background-color: #80ADD0;
}
</style>
border-color css
<style>
span { border-color: #80ADD0; }
span { border-color: rgb(128,173,208); }
td.TdClassName
{
border-color: #80ADD0;
}
.TagClassName
{
border-color: #80ADD0;
}
</style>