Shades of Scooter #20879F
Tints of Scooter #20879F
RGB
CMYK
RGB Variations
Color information
#20879F (or 0x20879F) is known color: Scooter. HEX triplet: 20, 87 and 9F. RGB value is (32,135,159). Sum of RGB (Red+Green+Blue) = 32+135+159=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 135 (53.12% from 255 or 41.41% from 326); Blue value is 159 (62.5% from 255 or 48.77% from 326); Max value from RGB is 159 - color contains mainly: blue. Hex color #20879F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20879F is #DF7860. Grayscale: #6A6A6A. Windows color (decimal): -14645345 or 10454816. OLE color: 10454816.
HSL color Cylindrical-coordinate representation of color #20879F: hue angle of 191.34º 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 #20879F is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 32 | 135 | 159 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.38 |
| HSL | 191.34º | 0.66% | 0.37% | - |
| HSV(B) | 191.34º | 0.8% | 0.62% | - |
| XYZ | 15.52 | 20.14 | 35.87 | - |
| YUV | 106.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 135 | 159 | 0.80 | 0.15 | 0 | 0.38 | 191.34 | 0.66 | 0.37 |
| Hex | 20 | 87 | 9F | 50 | F | 0 | 26 | BF | 42 | 25 |
| Octal | 40 | 207 | 237 | 120 | 17 | 0 | 46 | 277 | 102 | 45 |
| Binary | 100000 | 10000111 | 10011111 | 1010000 | 1111 | 0 | 100110 | 10111111 | 1000010 | 100101 |
Color Harmonies of #20879F
Complementary color
Monochromatic Colors of #20879F
Black with #20879F
Text Example
Text Example
White with #20879F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20879F; }
p { color: rgb(32,135,159); }
H1.HeaderClassName
{
color: #20879F;
}
.AnyTagClassName
{
color: #20879F;
}
</style>
background-color css
<style>
a { background-color: #20879F; }
a { background-color: rgb(32,135,159); }
div.DivClassName
{
background-color: #20879F;
}
.BgClassName
{
background-color: #20879F;
}
</style>
border-color css
<style>
span { border-color: #20879F; }
span { border-color: rgb(32,135,159); }
td.TdClassName
{
border-color: #20879F;
}
.TagClassName
{
border-color: #20879F;
}
</style>