Shades of Scooter #1C849B
Tints of Scooter #1C849B
RGB
CMYK
RGB Variations
Color information
#1C849B (or 0x1C849B) is known color: Scooter. HEX triplet: 1C, 84 and 9B. RGB value is (28,132,155). Sum of RGB (Red+Green+Blue) = 28+132+155=315 (41% of max value = 765). Red value is 28 (11.33% from 255 or 8.89% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #1C849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C849B is #E37B64. Grayscale: #676767. Windows color (decimal): -14908261 or 10191900. OLE color: 10191900.
HSL color Cylindrical-coordinate representation of color #1C849B: hue angle of 190.87º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1C849B is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 28 | 132 | 155 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.39 |
| HSL | 190.87º | 0.69% | 0.36% | - |
| HSV(B) | 190.87º | 0.82% | 0.61% | - |
| XYZ | 14.65 | 19.12 | 33.93 | - |
| YUV | 103.53 | 157.04 | 74.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 155 | 0.82 | 0.15 | 0 | 0.39 | 190.87 | 0.69 | 0.36 |
| Hex | 1C | 84 | 9B | 52 | F | 0 | 27 | BF | 45 | 24 |
| Octal | 34 | 204 | 233 | 122 | 17 | 0 | 47 | 277 | 105 | 44 |
| Binary | 11100 | 10000100 | 10011011 | 1010010 | 1111 | 0 | 100111 | 10111111 | 1000101 | 100100 |
Color Harmonies of #1C849B
Complementary color
Monochromatic Colors of #1C849B
Black with #1C849B
Text Example
Text Example
White with #1C849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C849B; }
p { color: rgb(28,132,155); }
H1.HeaderClassName
{
color: #1C849B;
}
.AnyTagClassName
{
color: #1C849B;
}
</style>
background-color css
<style>
a { background-color: #1C849B; }
a { background-color: rgb(28,132,155); }
div.DivClassName
{
background-color: #1C849B;
}
.BgClassName
{
background-color: #1C849B;
}
</style>
border-color css
<style>
span { border-color: #1C849B; }
span { border-color: rgb(28,132,155); }
td.TdClassName
{
border-color: #1C849B;
}
.TagClassName
{
border-color: #1C849B;
}
</style>