Shades of Scooter #2183AB
Tints of Scooter #2183AB
RGB
CMYK
RGB Variations
Color information
#2183AB (or 0x2183AB) is known color: Scooter. HEX triplet: 21, 83 and AB. RGB value is (33,131,171). Sum of RGB (Red+Green+Blue) = 33+131+171=335 (44% of max value = 765). Red value is 33 (13.28% from 255 or 9.85% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 171 (67.19% from 255 or 51.04% from 335); Max value from RGB is 171 - color contains mainly: blue. Hex color #2183AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2183AB is #DE7C54. Grayscale: #6A6A6A. Windows color (decimal): -14580821 or 11240225. OLE color: 11240225.
HSL color Cylindrical-coordinate representation of color #2183AB: hue angle of 197.39º 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 #2183AB is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 33 | 131 | 171 | - |
| CMYK | 0.81 | 0.23 | 0 | 0.33 |
| HSL | 197.39º | 0.68% | 0.4% | - |
| HSV(B) | 197.39º | 0.81% | 0.67% | - |
| XYZ | 16.09 | 19.5 | 41.44 | - |
| YUV | 106.26 | 164.53 | 75.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 131 | 171 | 0.81 | 0.23 | 0 | 0.33 | 197.39 | 0.68 | 0.4 |
| Hex | 21 | 83 | AB | 51 | 17 | 0 | 21 | C5 | 44 | 28 |
| Octal | 41 | 203 | 253 | 121 | 27 | 0 | 41 | 305 | 104 | 50 |
| Binary | 100001 | 10000011 | 10101011 | 1010001 | 10111 | 0 | 100001 | 11000101 | 1000100 | 101000 |
Color Harmonies of #2183AB
Complementary color
Monochromatic Colors of #2183AB
Black with #2183AB
Text Example
Text Example
White with #2183AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2183AB; }
p { color: rgb(33,131,171); }
H1.HeaderClassName
{
color: #2183AB;
}
.AnyTagClassName
{
color: #2183AB;
}
</style>
background-color css
<style>
a { background-color: #2183AB; }
a { background-color: rgb(33,131,171); }
div.DivClassName
{
background-color: #2183AB;
}
.BgClassName
{
background-color: #2183AB;
}
</style>
border-color css
<style>
span { border-color: #2183AB; }
span { border-color: rgb(33,131,171); }
td.TdClassName
{
border-color: #2183AB;
}
.TagClassName
{
border-color: #2183AB;
}
</style>