Shades of Scooter #20899E
Tints of Scooter #20899E
RGB
CMYK
RGB Variations
Color information
#20899E (or 0x20899E) is known color: Scooter. HEX triplet: 20, 89 and 9E. RGB value is (32,137,158). Sum of RGB (Red+Green+Blue) = 32+137+158=327 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.79% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #20899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20899E is #DF7661. Grayscale: #6B6B6B. Windows color (decimal): -14644834 or 10389792. OLE color: 10389792.
HSL color Cylindrical-coordinate representation of color #20899E: hue angle of 190º 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 #20899E is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 137 | 158 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.38 |
| HSL | 190º | 0.66% | 0.37% | - |
| HSV(B) | 190º | 0.8% | 0.62% | - |
| XYZ | 15.71 | 20.67 | 35.51 | - |
| YUV | 108 | 156.21 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 137 | 158 | 0.80 | 0.13 | 0 | 0.38 | 190 | 0.66 | 0.37 |
| Hex | 20 | 89 | 9E | 50 | D | 0 | 26 | BE | 42 | 25 |
| Octal | 40 | 211 | 236 | 120 | 15 | 0 | 46 | 276 | 102 | 45 |
| Binary | 100000 | 10001001 | 10011110 | 1010000 | 1101 | 0 | 100110 | 10111110 | 1000010 | 100101 |
Color Harmonies of #20899E
Complementary color
Monochromatic Colors of #20899E
Black with #20899E
Text Example
Text Example
White with #20899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20899E; }
p { color: rgb(32,137,158); }
H1.HeaderClassName
{
color: #20899E;
}
.AnyTagClassName
{
color: #20899E;
}
</style>
background-color css
<style>
a { background-color: #20899E; }
a { background-color: rgb(32,137,158); }
div.DivClassName
{
background-color: #20899E;
}
.BgClassName
{
background-color: #20899E;
}
</style>
border-color css
<style>
span { border-color: #20899E; }
span { border-color: rgb(32,137,158); }
td.TdClassName
{
border-color: #20899E;
}
.TagClassName
{
border-color: #20899E;
}
</style>