Shades of Scooter #1C859E
Tints of Scooter #1C859E
RGB
CMYK
RGB Variations
Color information
#1C859E (or 0x1C859E) is known color: Scooter. HEX triplet: 1C, 85 and 9E. RGB value is (28,133,158). Sum of RGB (Red+Green+Blue) = 28+133+158=319 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.78% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C859E is #E37A61. Grayscale: #686868. Windows color (decimal): -14908002 or 10388764. OLE color: 10388764.
HSL color Cylindrical-coordinate representation of color #1C859E: hue angle of 191.54º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C859E is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 133 | 158 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.38 |
| HSL | 191.54º | 0.7% | 0.36% | - |
| HSV(B) | 191.54º | 0.82% | 0.62% | - |
| XYZ | 15.04 | 19.49 | 35.32 | - |
| YUV | 104.46 | 158.21 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 158 | 0.82 | 0.16 | 0 | 0.38 | 191.54 | 0.7 | 0.36 |
| Hex | 1C | 85 | 9E | 52 | 10 | 0 | 26 | C0 | 46 | 24 |
| Octal | 34 | 205 | 236 | 122 | 20 | 0 | 46 | 300 | 106 | 44 |
| Binary | 11100 | 10000101 | 10011110 | 1010010 | 10000 | 0 | 100110 | 11000000 | 1000110 | 100100 |
Color Harmonies of #1C859E
Complementary color
Monochromatic Colors of #1C859E
Black with #1C859E
Text Example
Text Example
White with #1C859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C859E; }
p { color: rgb(28,133,158); }
H1.HeaderClassName
{
color: #1C859E;
}
.AnyTagClassName
{
color: #1C859E;
}
</style>
background-color css
<style>
a { background-color: #1C859E; }
a { background-color: rgb(28,133,158); }
div.DivClassName
{
background-color: #1C859E;
}
.BgClassName
{
background-color: #1C859E;
}
</style>
border-color css
<style>
span { border-color: #1C859E; }
span { border-color: rgb(28,133,158); }
td.TdClassName
{
border-color: #1C859E;
}
.TagClassName
{
border-color: #1C859E;
}
</style>