Shades of Scooter #208CA2
Tints of Scooter #208CA2
RGB
CMYK
RGB Variations
Color information
#208CA2 (or 0x208CA2) is known color: Scooter. HEX triplet: 20, 8C and A2. RGB value is (32,140,162). Sum of RGB (Red+Green+Blue) = 32+140+162=334 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.58% from 334); Green value is 140 (55.08% from 255 or 41.92% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #208CA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208CA2 is #DF735D. Grayscale: #6E6E6E. Windows color (decimal): -14644062 or 10652704. OLE color: 10652704.
HSL color Cylindrical-coordinate representation of color #208CA2: hue angle of 190.15º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208CA2 is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 32 | 140 | 162 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.36 |
| HSL | 190.15º | 0.67% | 0.38% | - |
| HSV(B) | 190.15º | 0.8% | 0.64% | - |
| XYZ | 16.5 | 21.67 | 37.5 | - |
| YUV | 110.22 | 157.22 | 72.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 162 | 0.80 | 0.14 | 0 | 0.36 | 190.15 | 0.67 | 0.38 |
| Hex | 20 | 8C | A2 | 50 | E | 0 | 24 | BE | 43 | 26 |
| Octal | 40 | 214 | 242 | 120 | 16 | 0 | 44 | 276 | 103 | 46 |
| Binary | 100000 | 10001100 | 10100010 | 1010000 | 1110 | 0 | 100100 | 10111110 | 1000011 | 100110 |
Color Harmonies of #208CA2
Complementary color
Monochromatic Colors of #208CA2
Black with #208CA2
Text Example
Text Example
White with #208CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208CA2; }
p { color: rgb(32,140,162); }
H1.HeaderClassName
{
color: #208CA2;
}
.AnyTagClassName
{
color: #208CA2;
}
</style>
background-color css
<style>
a { background-color: #208CA2; }
a { background-color: rgb(32,140,162); }
div.DivClassName
{
background-color: #208CA2;
}
.BgClassName
{
background-color: #208CA2;
}
</style>
border-color css
<style>
span { border-color: #208CA2; }
span { border-color: rgb(32,140,162); }
td.TdClassName
{
border-color: #208CA2;
}
.TagClassName
{
border-color: #208CA2;
}
</style>