Shades of Scooter #20889D
Tints of Scooter #20889D
RGB
CMYK
RGB Variations
Color information
#20889D (or 0x20889D) is known color: Scooter. HEX triplet: 20, 88 and 9D. RGB value is (32,136,157). Sum of RGB (Red+Green+Blue) = 32+136+157=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 136 (53.52% from 255 or 41.85% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #20889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20889D is #DF7762. Grayscale: #6B6B6B. Windows color (decimal): -14645091 or 10324000. OLE color: 10324000.
HSL color Cylindrical-coordinate representation of color #20889D: hue angle of 190.08º 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 #20889D is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 136 | 157 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.38 |
| HSL | 190.08º | 0.66% | 0.37% | - |
| HSV(B) | 190.08º | 0.8% | 0.62% | - |
| XYZ | 15.49 | 20.35 | 35.01 | - |
| YUV | 107.3 | 156.04 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 157 | 0.80 | 0.13 | 0 | 0.38 | 190.08 | 0.66 | 0.37 |
| Hex | 20 | 88 | 9D | 50 | D | 0 | 26 | BE | 42 | 25 |
| Octal | 40 | 210 | 235 | 120 | 15 | 0 | 46 | 276 | 102 | 45 |
| Binary | 100000 | 10001000 | 10011101 | 1010000 | 1101 | 0 | 100110 | 10111110 | 1000010 | 100101 |
Color Harmonies of #20889D
Complementary color
Monochromatic Colors of #20889D
Black with #20889D
Text Example
Text Example
White with #20889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20889D; }
p { color: rgb(32,136,157); }
H1.HeaderClassName
{
color: #20889D;
}
.AnyTagClassName
{
color: #20889D;
}
</style>
background-color css
<style>
a { background-color: #20889D; }
a { background-color: rgb(32,136,157); }
div.DivClassName
{
background-color: #20889D;
}
.BgClassName
{
background-color: #20889D;
}
</style>
border-color css
<style>
span { border-color: #20889D; }
span { border-color: rgb(32,136,157); }
td.TdClassName
{
border-color: #20889D;
}
.TagClassName
{
border-color: #20889D;
}
</style>