Shades of Scooter #208BA0
Tints of Scooter #208BA0
RGB
CMYK
RGB Variations
Color information
#208BA0 (or 0x208BA0) is known color: Scooter. HEX triplet: 20, 8B and A0. RGB value is (32,139,160). Sum of RGB (Red+Green+Blue) = 32+139+160=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 160 (62.89% from 255 or 48.34% from 331); Max value from RGB is 160 - color contains mainly: blue. Hex color #208BA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208BA0 is #DF745F. Grayscale: #6D6D6D. Windows color (decimal): -14644320 or 10521376. OLE color: 10521376.
HSL color Cylindrical-coordinate representation of color #208BA0: hue angle of 189.84º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208BA0 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 139 | 160 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.37 |
| HSL | 189.84º | 0.67% | 0.38% | - |
| HSV(B) | 189.84º | 0.8% | 0.63% | - |
| XYZ | 16.17 | 21.31 | 36.52 | - |
| YUV | 109.4 | 156.55 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 160 | 0.80 | 0.13 | 0 | 0.37 | 189.84 | 0.67 | 0.38 |
| Hex | 20 | 8B | A0 | 50 | D | 0 | 25 | BE | 43 | 26 |
| Octal | 40 | 213 | 240 | 120 | 15 | 0 | 45 | 276 | 103 | 46 |
| Binary | 100000 | 10001011 | 10100000 | 1010000 | 1101 | 0 | 100101 | 10111110 | 1000011 | 100110 |
Color Harmonies of #208BA0
Complementary color
Monochromatic Colors of #208BA0
Black with #208BA0
Text Example
Text Example
White with #208BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208BA0; }
p { color: rgb(32,139,160); }
H1.HeaderClassName
{
color: #208BA0;
}
.AnyTagClassName
{
color: #208BA0;
}
</style>
background-color css
<style>
a { background-color: #208BA0; }
a { background-color: rgb(32,139,160); }
div.DivClassName
{
background-color: #208BA0;
}
.BgClassName
{
background-color: #208BA0;
}
</style>
border-color css
<style>
span { border-color: #208BA0; }
span { border-color: rgb(32,139,160); }
td.TdClassName
{
border-color: #208BA0;
}
.TagClassName
{
border-color: #208BA0;
}
</style>