Shades of Scooter #20869D
Tints of Scooter #20869D
RGB
CMYK
RGB Variations
Color information
#20869D (or 0x20869D) is known color: Scooter. HEX triplet: 20, 86 and 9D. RGB value is (32,134,157). Sum of RGB (Red+Green+Blue) = 32+134+157=323 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.91% from 323); Green value is 134 (52.73% from 255 or 41.49% from 323); Blue value is 157 (61.72% from 255 or 48.61% from 323); Max value from RGB is 157 - color contains mainly: blue. Hex color #20869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20869D is #DF7962. Grayscale: #696969. Windows color (decimal): -14645603 or 10323488. OLE color: 10323488.
HSL color Cylindrical-coordinate representation of color #20869D: hue angle of 191.04º 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 #20869D is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 134 | 157 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.38 |
| HSL | 191.04º | 0.66% | 0.37% | - |
| HSV(B) | 191.04º | 0.8% | 0.62% | - |
| XYZ | 15.21 | 19.79 | 34.92 | - |
| YUV | 106.12 | 156.71 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 134 | 157 | 0.80 | 0.15 | 0 | 0.38 | 191.04 | 0.66 | 0.37 |
| Hex | 20 | 86 | 9D | 50 | F | 0 | 26 | BF | 42 | 25 |
| Octal | 40 | 206 | 235 | 120 | 17 | 0 | 46 | 277 | 102 | 45 |
| Binary | 100000 | 10000110 | 10011101 | 1010000 | 1111 | 0 | 100110 | 10111111 | 1000010 | 100101 |
Color Harmonies of #20869D
Complementary color
Monochromatic Colors of #20869D
Black with #20869D
Text Example
Text Example
White with #20869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20869D; }
p { color: rgb(32,134,157); }
H1.HeaderClassName
{
color: #20869D;
}
.AnyTagClassName
{
color: #20869D;
}
</style>
background-color css
<style>
a { background-color: #20869D; }
a { background-color: rgb(32,134,157); }
div.DivClassName
{
background-color: #20869D;
}
.BgClassName
{
background-color: #20869D;
}
</style>
border-color css
<style>
span { border-color: #20869D; }
span { border-color: rgb(32,134,157); }
td.TdClassName
{
border-color: #20869D;
}
.TagClassName
{
border-color: #20869D;
}
</style>