Shades of Scooter #1C8497
Tints of Scooter #1C8497
RGB
CMYK
RGB Variations
Color information
#1C8497 (or 0x1C8497) is known color: Scooter. HEX triplet: 1C, 84 and 97. RGB value is (28,132,151). Sum of RGB (Red+Green+Blue) = 28+132+151=311 (41% of max value = 765). Red value is 28 (11.33% from 255 or 9.00% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 151 (59.38% from 255 or 48.55% from 311); Max value from RGB is 151 - color contains mainly: blue. Hex color #1C8497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8497 is #E37B68. Grayscale: #666666. Windows color (decimal): -14908265 or 9929756. OLE color: 9929756.
HSL color Cylindrical-coordinate representation of color #1C8497: hue angle of 189.27º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1C8497 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 28 | 132 | 151 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.41 |
| HSL | 189.27º | 0.69% | 0.35% | - |
| HSV(B) | 189.27º | 0.81% | 0.59% | - |
| XYZ | 14.32 | 18.98 | 32.19 | - |
| YUV | 103.07 | 155.04 | 74.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 151 | 0.81 | 0.13 | 0 | 0.41 | 189.27 | 0.69 | 0.35 |
| Hex | 1C | 84 | 97 | 51 | D | 0 | 29 | BD | 45 | 23 |
| Octal | 34 | 204 | 227 | 121 | 15 | 0 | 51 | 275 | 105 | 43 |
| Binary | 11100 | 10000100 | 10010111 | 1010001 | 1101 | 0 | 101001 | 10111101 | 1000101 | 100011 |
Color Harmonies of #1C8497
Complementary color
Monochromatic Colors of #1C8497
Black with #1C8497
Text Example
Text Example
White with #1C8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8497; }
p { color: rgb(28,132,151); }
H1.HeaderClassName
{
color: #1C8497;
}
.AnyTagClassName
{
color: #1C8497;
}
</style>
background-color css
<style>
a { background-color: #1C8497; }
a { background-color: rgb(28,132,151); }
div.DivClassName
{
background-color: #1C8497;
}
.BgClassName
{
background-color: #1C8497;
}
</style>
border-color css
<style>
span { border-color: #1C8497; }
span { border-color: rgb(28,132,151); }
td.TdClassName
{
border-color: #1C8497;
}
.TagClassName
{
border-color: #1C8497;
}
</style>