Shades of Scooter #1C859D
Tints of Scooter #1C859D
RGB
CMYK
RGB Variations
Color information
#1C859D (or 0x1C859D) is known color: Scooter. HEX triplet: 1C, 85 and 9D. RGB value is (28,133,157). Sum of RGB (Red+Green+Blue) = 28+133+157=318 (42% of max value = 765). Red value is 28 (11.33% from 255 or 8.81% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 157 (61.72% from 255 or 49.37% from 318); Max value from RGB is 157 - color contains mainly: blue. Hex color #1C859D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C859D is #E37A62. Grayscale: #686868. Windows color (decimal): -14908003 or 10323228. OLE color: 10323228.
HSL color Cylindrical-coordinate representation of color #1C859D: hue angle of 191.16º 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 #1C859D is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 133 | 157 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.38 |
| HSL | 191.16º | 0.7% | 0.36% | - |
| HSV(B) | 191.16º | 0.82% | 0.62% | - |
| XYZ | 14.95 | 19.46 | 34.87 | - |
| YUV | 104.34 | 157.71 | 73.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 133 | 157 | 0.82 | 0.15 | 0 | 0.38 | 191.16 | 0.7 | 0.36 |
| Hex | 1C | 85 | 9D | 52 | F | 0 | 26 | BF | 46 | 24 |
| Octal | 34 | 205 | 235 | 122 | 17 | 0 | 46 | 277 | 106 | 44 |
| Binary | 11100 | 10000101 | 10011101 | 1010010 | 1111 | 0 | 100110 | 10111111 | 1000110 | 100100 |
Color Harmonies of #1C859D
Complementary color
Monochromatic Colors of #1C859D
Black with #1C859D
Text Example
Text Example
White with #1C859D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C859D; }
p { color: rgb(28,133,157); }
H1.HeaderClassName
{
color: #1C859D;
}
.AnyTagClassName
{
color: #1C859D;
}
</style>
background-color css
<style>
a { background-color: #1C859D; }
a { background-color: rgb(28,133,157); }
div.DivClassName
{
background-color: #1C859D;
}
.BgClassName
{
background-color: #1C859D;
}
</style>
border-color css
<style>
span { border-color: #1C859D; }
span { border-color: rgb(28,133,157); }
td.TdClassName
{
border-color: #1C859D;
}
.TagClassName
{
border-color: #1C859D;
}
</style>