Shades of Scooter #2180AD
Tints of Scooter #2180AD
RGB
CMYK
RGB Variations
Color information
#2180AD (or 0x2180AD) is known color: Scooter. HEX triplet: 21, 80 and AD. RGB value is (33,128,173). Sum of RGB (Red+Green+Blue) = 33+128+173=334 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.88% from 334); Green value is 128 (50.39% from 255 or 38.32% from 334); Blue value is 173 (67.97% from 255 or 51.80% from 334); Max value from RGB is 173 - color contains mainly: blue. Hex color #2180AD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2180AD is #DE7F52. Grayscale: #686868. Windows color (decimal): -14581587 or 11370529. OLE color: 11370529.
HSL color Cylindrical-coordinate representation of color #2180AD: hue angle of 199.29º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2180AD is Cyan = 0.81, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 33 | 128 | 173 | - |
| CMYK | 0.81 | 0.26 | 0 | 0.32 |
| HSL | 199.29º | 0.68% | 0.4% | - |
| HSV(B) | 199.29º | 0.81% | 0.68% | - |
| XYZ | 15.89 | 18.78 | 42.32 | - |
| YUV | 104.73 | 166.53 | 76.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 128 | 173 | 0.81 | 0.26 | 0 | 0.32 | 199.29 | 0.68 | 0.4 |
| Hex | 21 | 80 | AD | 51 | 1A | 0 | 20 | C7 | 44 | 28 |
| Octal | 41 | 200 | 255 | 121 | 32 | 0 | 40 | 307 | 104 | 50 |
| Binary | 100001 | 10000000 | 10101101 | 1010001 | 11010 | 0 | 100000 | 11000111 | 1000100 | 101000 |
Color Harmonies of #2180AD
Complementary color
Monochromatic Colors of #2180AD
Black with #2180AD
Text Example
Text Example
White with #2180AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2180AD; }
p { color: rgb(33,128,173); }
H1.HeaderClassName
{
color: #2180AD;
}
.AnyTagClassName
{
color: #2180AD;
}
</style>
background-color css
<style>
a { background-color: #2180AD; }
a { background-color: rgb(33,128,173); }
div.DivClassName
{
background-color: #2180AD;
}
.BgClassName
{
background-color: #2180AD;
}
</style>
border-color css
<style>
span { border-color: #2180AD; }
span { border-color: rgb(33,128,173); }
td.TdClassName
{
border-color: #2180AD;
}
.TagClassName
{
border-color: #2180AD;
}
</style>