Shades of Scooter #208B9C
Tints of Scooter #208B9C
RGB
CMYK
RGB Variations
Color information
#208B9C (or 0x208B9C) is known color: Scooter. HEX triplet: 20, 8B and 9C. RGB value is (32,139,156). Sum of RGB (Red+Green+Blue) = 32+139+156=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 156 (61.33% from 255 or 47.71% from 327); Max value from RGB is 156 - color contains mainly: blue. Hex color #208B9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B9C is #DF7463. Grayscale: #6C6C6C. Windows color (decimal): -14644324 or 10259232. OLE color: 10259232.
HSL color Cylindrical-coordinate representation of color #208B9C: hue angle of 188.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208B9C is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 32 | 139 | 156 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.39 |
| HSL | 188.23º | 0.66% | 0.37% | - |
| HSV(B) | 188.23º | 0.79% | 0.61% | - |
| XYZ | 15.83 | 21.17 | 34.7 | - |
| YUV | 108.95 | 154.55 | 73.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 139 | 156 | 0.79 | 0.11 | 0 | 0.39 | 188.23 | 0.66 | 0.37 |
| Hex | 20 | 8B | 9C | 4F | B | 0 | 27 | BC | 42 | 25 |
| Octal | 40 | 213 | 234 | 117 | 13 | 0 | 47 | 274 | 102 | 45 |
| Binary | 100000 | 10001011 | 10011100 | 1001111 | 1011 | 0 | 100111 | 10111100 | 1000010 | 100101 |
Color Harmonies of #208B9C
Complementary color
Monochromatic Colors of #208B9C
Black with #208B9C
Text Example
Text Example
White with #208B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208B9C; }
p { color: rgb(32,139,156); }
H1.HeaderClassName
{
color: #208B9C;
}
.AnyTagClassName
{
color: #208B9C;
}
</style>
background-color css
<style>
a { background-color: #208B9C; }
a { background-color: rgb(32,139,156); }
div.DivClassName
{
background-color: #208B9C;
}
.BgClassName
{
background-color: #208B9C;
}
</style>
border-color css
<style>
span { border-color: #208B9C; }
span { border-color: rgb(32,139,156); }
td.TdClassName
{
border-color: #208B9C;
}
.TagClassName
{
border-color: #208B9C;
}
</style>