Shades of Scooter #2080AB
Tints of Scooter #2080AB
RGB
CMYK
RGB Variations
Color information
#2080AB (or 0x2080AB) is known color: Scooter. HEX triplet: 20, 80 and AB. RGB value is (32,128,171). Sum of RGB (Red+Green+Blue) = 32+128+171=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 128 (50.39% from 255 or 38.67% from 331); Blue value is 171 (67.19% from 255 or 51.66% from 331); Max value from RGB is 171 - color contains mainly: blue. Hex color #2080AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2080AB is #DF7F54. Grayscale: #676767. Windows color (decimal): -14647125 or 11239456. OLE color: 11239456.
HSL color Cylindrical-coordinate representation of color #2080AB: hue angle of 198.56º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2080AB is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 32 | 128 | 171 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.33 |
| HSL | 198.56º | 0.68% | 0.4% | - |
| HSV(B) | 198.56º | 0.81% | 0.67% | - |
| XYZ | 15.67 | 18.69 | 41.31 | - |
| YUV | 104.2 | 165.7 | 76.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 128 | 171 | 0.81 | 0.25 | 0 | 0.33 | 198.56 | 0.68 | 0.4 |
| Hex | 20 | 80 | AB | 51 | 19 | 0 | 21 | C7 | 44 | 28 |
| Octal | 40 | 200 | 253 | 121 | 31 | 0 | 41 | 307 | 104 | 50 |
| Binary | 100000 | 10000000 | 10101011 | 1010001 | 11001 | 0 | 100001 | 11000111 | 1000100 | 101000 |
Color Harmonies of #2080AB
Complementary color
Monochromatic Colors of #2080AB
Black with #2080AB
Text Example
Text Example
White with #2080AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2080AB; }
p { color: rgb(32,128,171); }
H1.HeaderClassName
{
color: #2080AB;
}
.AnyTagClassName
{
color: #2080AB;
}
</style>
background-color css
<style>
a { background-color: #2080AB; }
a { background-color: rgb(32,128,171); }
div.DivClassName
{
background-color: #2080AB;
}
.BgClassName
{
background-color: #2080AB;
}
</style>
border-color css
<style>
span { border-color: #2080AB; }
span { border-color: rgb(32,128,171); }
td.TdClassName
{
border-color: #2080AB;
}
.TagClassName
{
border-color: #2080AB;
}
</style>