Shades of Scooter #208C9D
Tints of Scooter #208C9D
RGB
CMYK
RGB Variations
Color information
#208C9D (or 0x208C9D) is known color: Scooter. HEX triplet: 20, 8C and 9D. RGB value is (32,140,157). Sum of RGB (Red+Green+Blue) = 32+140+157=329 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.73% from 329); Green value is 140 (55.08% from 255 or 42.55% from 329); Blue value is 157 (61.72% from 255 or 47.72% from 329); Max value from RGB is 157 - color contains mainly: blue. Hex color #208C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208C9D is #DF7362. Grayscale: #6D6D6D. Windows color (decimal): -14644067 or 10325024. OLE color: 10325024.
HSL color Cylindrical-coordinate representation of color #208C9D: hue angle of 188.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208C9D is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 140 | 157 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.38 |
| HSL | 188.16º | 0.66% | 0.37% | - |
| HSV(B) | 188.16º | 0.8% | 0.62% | - |
| XYZ | 16.06 | 21.5 | 35.2 | - |
| YUV | 109.65 | 154.72 | 72.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 140 | 157 | 0.80 | 0.11 | 0 | 0.38 | 188.16 | 0.66 | 0.37 |
| Hex | 20 | 8C | 9D | 50 | B | 0 | 26 | BC | 42 | 25 |
| Octal | 40 | 214 | 235 | 120 | 13 | 0 | 46 | 274 | 102 | 45 |
| Binary | 100000 | 10001100 | 10011101 | 1010000 | 1011 | 0 | 100110 | 10111100 | 1000010 | 100101 |
Color Harmonies of #208C9D
Complementary color
Monochromatic Colors of #208C9D
Black with #208C9D
Text Example
Text Example
White with #208C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208C9D; }
p { color: rgb(32,140,157); }
H1.HeaderClassName
{
color: #208C9D;
}
.AnyTagClassName
{
color: #208C9D;
}
</style>
background-color css
<style>
a { background-color: #208C9D; }
a { background-color: rgb(32,140,157); }
div.DivClassName
{
background-color: #208C9D;
}
.BgClassName
{
background-color: #208C9D;
}
</style>
border-color css
<style>
span { border-color: #208C9D; }
span { border-color: rgb(32,140,157); }
td.TdClassName
{
border-color: #208C9D;
}
.TagClassName
{
border-color: #208C9D;
}
</style>