Shades of Scooter #1E8698
Tints of Scooter #1E8698
RGB
CMYK
RGB Variations
Color information
#1E8698 (or 0x1E8698) is known color: Scooter. HEX triplet: 1E, 86 and 98. RGB value is (30,134,152). Sum of RGB (Red+Green+Blue) = 30+134+152=316 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.49% from 316); Green value is 134 (52.73% from 255 or 42.41% from 316); Blue value is 152 (59.77% from 255 or 48.10% from 316); Max value from RGB is 152 - color contains mainly: blue. Hex color #1E8698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8698 is #E17967. Grayscale: #686868. Windows color (decimal): -14776680 or 9995806. OLE color: 9995806.
HSL color Cylindrical-coordinate representation of color #1E8698: hue angle of 188.85º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E8698 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 30 | 134 | 152 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.40 |
| HSL | 188.85º | 0.67% | 0.36% | - |
| HSV(B) | 188.85º | 0.8% | 0.6% | - |
| XYZ | 14.73 | 19.59 | 32.71 | - |
| YUV | 104.96 | 154.54 | 74.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 134 | 152 | 0.80 | 0.12 | 0 | 0.40 | 188.85 | 0.67 | 0.36 |
| Hex | 1E | 86 | 98 | 50 | C | 0 | 28 | BD | 43 | 24 |
| Octal | 36 | 206 | 230 | 120 | 14 | 0 | 50 | 275 | 103 | 44 |
| Binary | 11110 | 10000110 | 10011000 | 1010000 | 1100 | 0 | 101000 | 10111101 | 1000011 | 100100 |
Color Harmonies of #1E8698
Complementary color
Monochromatic Colors of #1E8698
Black with #1E8698
Text Example
Text Example
White with #1E8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E8698; }
p { color: rgb(30,134,152); }
H1.HeaderClassName
{
color: #1E8698;
}
.AnyTagClassName
{
color: #1E8698;
}
</style>
background-color css
<style>
a { background-color: #1E8698; }
a { background-color: rgb(30,134,152); }
div.DivClassName
{
background-color: #1E8698;
}
.BgClassName
{
background-color: #1E8698;
}
</style>
border-color css
<style>
span { border-color: #1E8698; }
span { border-color: rgb(30,134,152); }
td.TdClassName
{
border-color: #1E8698;
}
.TagClassName
{
border-color: #1E8698;
}
</style>