Shades of Scooter #1E889C
Tints of Scooter #1E889C
RGB
CMYK
RGB Variations
Color information
#1E889C (or 0x1E889C) is known color: Scooter. HEX triplet: 1E, 88 and 9C. RGB value is (30,136,156). Sum of RGB (Red+Green+Blue) = 30+136+156=322 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.32% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 156 (61.33% from 255 or 48.45% from 322); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E889C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E889C is #E17763. Grayscale: #6A6A6A. Windows color (decimal): -14776164 or 10258462. OLE color: 10258462.
HSL color Cylindrical-coordinate representation of color #1E889C: hue angle of 189.52º 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 #1E889C is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 30 | 136 | 156 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.39 |
| HSL | 189.52º | 0.68% | 0.36% | - |
| HSV(B) | 189.52º | 0.81% | 0.61% | - |
| XYZ | 15.34 | 20.28 | 34.56 | - |
| YUV | 106.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 136 | 156 | 0.81 | 0.13 | 0 | 0.39 | 189.52 | 0.68 | 0.36 |
| Hex | 1E | 88 | 9C | 51 | D | 0 | 27 | BE | 44 | 24 |
| Octal | 36 | 210 | 234 | 121 | 15 | 0 | 47 | 276 | 104 | 44 |
| Binary | 11110 | 10001000 | 10011100 | 1010001 | 1101 | 0 | 100111 | 10111110 | 1000100 | 100100 |
Color Harmonies of #1E889C
Complementary color
Monochromatic Colors of #1E889C
Black with #1E889C
Text Example
Text Example
White with #1E889C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E889C; }
p { color: rgb(30,136,156); }
H1.HeaderClassName
{
color: #1E889C;
}
.AnyTagClassName
{
color: #1E889C;
}
</style>
background-color css
<style>
a { background-color: #1E889C; }
a { background-color: rgb(30,136,156); }
div.DivClassName
{
background-color: #1E889C;
}
.BgClassName
{
background-color: #1E889C;
}
</style>
border-color css
<style>
span { border-color: #1E889C; }
span { border-color: rgb(30,136,156); }
td.TdClassName
{
border-color: #1E889C;
}
.TagClassName
{
border-color: #1E889C;
}
</style>