Shades of Scooter #1E859D
Tints of Scooter #1E859D
RGB
CMYK
RGB Variations
Color information
#1E859D (or 0x1E859D) is known color: Scooter. HEX triplet: 1E, 85 and 9D. RGB value is (30,133,157). Sum of RGB (Red+Green+Blue) = 30+133+157=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #1E859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E859D is #E17A62. Grayscale: #686868. Windows color (decimal): -14776931 or 10323230. OLE color: 10323230.
HSL color Cylindrical-coordinate representation of color #1E859D: hue angle of 191.34º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E859D is Cyan = 0.81, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 30 | 133 | 157 | - |
| CMYK | 0.81 | 0.15 | 0 | 0.38 |
| HSL | 191.34º | 0.68% | 0.37% | - |
| HSV(B) | 191.34º | 0.81% | 0.62% | - |
| XYZ | 15.01 | 19.49 | 34.87 | - |
| YUV | 104.94 | 157.38 | 74.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 133 | 157 | 0.81 | 0.15 | 0 | 0.38 | 191.34 | 0.68 | 0.37 |
| Hex | 1E | 85 | 9D | 51 | F | 0 | 26 | BF | 44 | 25 |
| Octal | 36 | 205 | 235 | 121 | 17 | 0 | 46 | 277 | 104 | 45 |
| Binary | 11110 | 10000101 | 10011101 | 1010001 | 1111 | 0 | 100110 | 10111111 | 1000100 | 100101 |
Color Harmonies of #1E859D
Complementary color
Monochromatic Colors of #1E859D
Black with #1E859D
Text Example
Text Example
White with #1E859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E859D; }
p { color: rgb(30,133,157); }
H1.HeaderClassName
{
color: #1E859D;
}
.AnyTagClassName
{
color: #1E859D;
}
</style>
background-color css
<style>
a { background-color: #1E859D; }
a { background-color: rgb(30,133,157); }
div.DivClassName
{
background-color: #1E859D;
}
.BgClassName
{
background-color: #1E859D;
}
</style>
border-color css
<style>
span { border-color: #1E859D; }
span { border-color: rgb(30,133,157); }
td.TdClassName
{
border-color: #1E859D;
}
.TagClassName
{
border-color: #1E859D;
}
</style>