Shades of Scooter #2184AB
Tints of Scooter #2184AB
RGB
CMYK
RGB Variations
Color information
#2184AB (or 0x2184AB) is known color: Scooter. HEX triplet: 21, 84 and AB. RGB value is (33,132,171). Sum of RGB (Red+Green+Blue) = 33+132+171=336 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.82% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #2184AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2184AB is #DE7B54. Grayscale: #6A6A6A. Windows color (decimal): -14580565 or 11240481. OLE color: 11240481.
HSL color Cylindrical-coordinate representation of color #2184AB: hue angle of 196.96º 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 #2184AB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 132 | 171 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.33 |
| HSL | 196.96º | 0.68% | 0.4% | - |
| HSV(B) | 196.96º | 0.81% | 0.67% | - |
| XYZ | 16.23 | 19.77 | 41.49 | - |
| YUV | 106.85 | 164.2 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 132 | 171 | 0.81 | 0.23 | 0 | 0.33 | 196.96 | 0.68 | 0.4 |
| Hex | 21 | 84 | AB | 51 | 17 | 0 | 21 | C5 | 44 | 28 |
| Octal | 41 | 204 | 253 | 121 | 27 | 0 | 41 | 305 | 104 | 50 |
| Binary | 100001 | 10000100 | 10101011 | 1010001 | 10111 | 0 | 100001 | 11000101 | 1000100 | 101000 |
Color Harmonies of #2184AB
Complementary color
Monochromatic Colors of #2184AB
Black with #2184AB
Text Example
Text Example
White with #2184AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2184AB; }
p { color: rgb(33,132,171); }
H1.HeaderClassName
{
color: #2184AB;
}
.AnyTagClassName
{
color: #2184AB;
}
</style>
background-color css
<style>
a { background-color: #2184AB; }
a { background-color: rgb(33,132,171); }
div.DivClassName
{
background-color: #2184AB;
}
.BgClassName
{
background-color: #2184AB;
}
</style>
border-color css
<style>
span { border-color: #2184AB; }
span { border-color: rgb(33,132,171); }
td.TdClassName
{
border-color: #2184AB;
}
.TagClassName
{
border-color: #2184AB;
}
</style>