Shades of Scooter #1C7E9E
Tints of Scooter #1C7E9E
RGB
CMYK
RGB Variations
Color information
#1C7E9E (or 0x1C7E9E) is known color: Scooter. HEX triplet: 1C, 7E and 9E. RGB value is (28,126,158). Sum of RGB (Red+Green+Blue) = 28+126+158=312 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.97% from 312); Green value is 126 (49.61% from 255 or 40.38% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #1C7E9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1C7E9E is #E38161. Grayscale: #646464. Windows color (decimal): -14909794 or 10386972. OLE color: 10386972.
HSL color Cylindrical-coordinate representation of color #1C7E9E: hue angle of 194.77º 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 #1C7E9E is Cyan = 0.82, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 28 | 126 | 158 | - |
| CMYK | 0.82 | 0.20 | 0 | 0.38 |
| HSL | 194.77º | 0.7% | 0.36% | - |
| HSV(B) | 194.77º | 0.82% | 0.62% | - |
| XYZ | 14.11 | 17.64 | 35.01 | - |
| YUV | 100.35 | 160.53 | 76.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 126 | 158 | 0.82 | 0.20 | 0 | 0.38 | 194.77 | 0.7 | 0.36 |
| Hex | 1C | 7E | 9E | 52 | 14 | 0 | 26 | C3 | 46 | 24 |
| Octal | 34 | 176 | 236 | 122 | 24 | 0 | 46 | 303 | 106 | 44 |
| Binary | 11100 | 1111110 | 10011110 | 1010010 | 10100 | 0 | 100110 | 11000011 | 1000110 | 100100 |
Color Harmonies of #1C7E9E
Complementary color
Monochromatic Colors of #1C7E9E
Black with #1C7E9E
Text Example
Text Example
White with #1C7E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C7E9E; }
p { color: rgb(28,126,158); }
H1.HeaderClassName
{
color: #1C7E9E;
}
.AnyTagClassName
{
color: #1C7E9E;
}
</style>
background-color css
<style>
a { background-color: #1C7E9E; }
a { background-color: rgb(28,126,158); }
div.DivClassName
{
background-color: #1C7E9E;
}
.BgClassName
{
background-color: #1C7E9E;
}
</style>
border-color css
<style>
span { border-color: #1C7E9E; }
span { border-color: rgb(28,126,158); }
td.TdClassName
{
border-color: #1C7E9E;
}
.TagClassName
{
border-color: #1C7E9E;
}
</style>