Shades of Scooter #1E869B
Tints of Scooter #1E869B
RGB
CMYK
RGB Variations
Color information
#1E869B (or 0x1E869B) is known color: Scooter. HEX triplet: 1E, 86 and 9B. RGB value is (30,134,155). Sum of RGB (Red+Green+Blue) = 30+134+155=319 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.40% from 319); Green value is 134 (52.73% from 255 or 42.01% from 319); Blue value is 155 (60.94% from 255 or 48.59% from 319); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E869B is #E17964. Grayscale: #696969. Windows color (decimal): -14776677 or 10192414. OLE color: 10192414.
HSL color Cylindrical-coordinate representation of color #1E869B: hue angle of 190.08º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E869B is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 134 | 155 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.39 |
| HSL | 190.08º | 0.68% | 0.36% | - |
| HSV(B) | 190.08º | 0.81% | 0.61% | - |
| XYZ | 14.98 | 19.69 | 34.02 | - |
| YUV | 105.3 | 156.04 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 155 | 0.81 | 0.14 | 0 | 0.39 | 190.08 | 0.68 | 0.36 |
| Hex | 1E | 86 | 9B | 51 | E | 0 | 27 | BE | 44 | 24 |
| Octal | 36 | 206 | 233 | 121 | 16 | 0 | 47 | 276 | 104 | 44 |
| Binary | 11110 | 10000110 | 10011011 | 1010001 | 1110 | 0 | 100111 | 10111110 | 1000100 | 100100 |
Color Harmonies of #1E869B
Complementary color
Monochromatic Colors of #1E869B
Black with #1E869B
Text Example
Text Example
White with #1E869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E869B; }
p { color: rgb(30,134,155); }
H1.HeaderClassName
{
color: #1E869B;
}
.AnyTagClassName
{
color: #1E869B;
}
</style>
background-color css
<style>
a { background-color: #1E869B; }
a { background-color: rgb(30,134,155); }
div.DivClassName
{
background-color: #1E869B;
}
.BgClassName
{
background-color: #1E869B;
}
</style>
border-color css
<style>
span { border-color: #1E869B; }
span { border-color: rgb(30,134,155); }
td.TdClassName
{
border-color: #1E869B;
}
.TagClassName
{
border-color: #1E869B;
}
</style>