Shades of Scooter #2083A7
Tints of Scooter #2083A7
RGB
CMYK
RGB Variations
Color information
#2083A7 (or 0x2083A7) is known color: Scooter. HEX triplet: 20, 83 and A7. RGB value is (32,131,167). Sum of RGB (Red+Green+Blue) = 32+131+167=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 131 (51.56% from 255 or 39.70% from 330); Blue value is 167 (65.62% from 255 or 50.61% from 330); Max value from RGB is 167 - color contains mainly: blue. Hex color #2083A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2083A7 is #DF7C58. Grayscale: #696969. Windows color (decimal): -14646361 or 10978080. OLE color: 10978080.
HSL color Cylindrical-coordinate representation of color #2083A7: hue angle of 196º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2083A7 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 131 | 167 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.35 |
| HSL | 196º | 0.68% | 0.39% | - |
| HSV(B) | 196º | 0.81% | 0.65% | - |
| XYZ | 15.69 | 19.33 | 39.46 | - |
| YUV | 105.5 | 162.7 | 75.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 131 | 167 | 0.81 | 0.22 | 0 | 0.35 | 196 | 0.68 | 0.39 |
| Hex | 20 | 83 | A7 | 51 | 16 | 0 | 23 | C4 | 44 | 27 |
| Octal | 40 | 203 | 247 | 121 | 26 | 0 | 43 | 304 | 104 | 47 |
| Binary | 100000 | 10000011 | 10100111 | 1010001 | 10110 | 0 | 100011 | 11000100 | 1000100 | 100111 |
Color Harmonies of #2083A7
Complementary color
Monochromatic Colors of #2083A7
Black with #2083A7
Text Example
Text Example
White with #2083A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2083A7; }
p { color: rgb(32,131,167); }
H1.HeaderClassName
{
color: #2083A7;
}
.AnyTagClassName
{
color: #2083A7;
}
</style>
background-color css
<style>
a { background-color: #2083A7; }
a { background-color: rgb(32,131,167); }
div.DivClassName
{
background-color: #2083A7;
}
.BgClassName
{
background-color: #2083A7;
}
</style>
border-color css
<style>
span { border-color: #2083A7; }
span { border-color: rgb(32,131,167); }
td.TdClassName
{
border-color: #2083A7;
}
.TagClassName
{
border-color: #2083A7;
}
</style>