Shades of Scooter #1D859B
Tints of Scooter #1D859B
RGB
CMYK
RGB Variations
Color information
#1D859B (or 0x1D859B) is known color: Scooter. HEX triplet: 1D, 85 and 9B. RGB value is (29,133,155). Sum of RGB (Red+Green+Blue) = 29+133+155=317 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.15% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #1D859B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D859B is #E27A64. Grayscale: #686868. Windows color (decimal): -14842469 or 10192157. OLE color: 10192157.
HSL color Cylindrical-coordinate representation of color #1D859B: hue angle of 190.48º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D859B is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 29 | 133 | 155 | - |
| CMYK | 0.81 | 0.14 | 0 | 0.39 |
| HSL | 190.48º | 0.68% | 0.36% | - |
| HSV(B) | 190.48º | 0.81% | 0.61% | - |
| XYZ | 14.81 | 19.4 | 33.97 | - |
| YUV | 104.41 | 156.54 | 74.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 155 | 0.81 | 0.14 | 0 | 0.39 | 190.48 | 0.68 | 0.36 |
| Hex | 1D | 85 | 9B | 51 | E | 0 | 27 | BE | 44 | 24 |
| Octal | 35 | 205 | 233 | 121 | 16 | 0 | 47 | 276 | 104 | 44 |
| Binary | 11101 | 10000101 | 10011011 | 1010001 | 1110 | 0 | 100111 | 10111110 | 1000100 | 100100 |
Color Harmonies of #1D859B
Complementary color
Monochromatic Colors of #1D859B
Black with #1D859B
Text Example
Text Example
White with #1D859B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D859B; }
p { color: rgb(29,133,155); }
H1.HeaderClassName
{
color: #1D859B;
}
.AnyTagClassName
{
color: #1D859B;
}
</style>
background-color css
<style>
a { background-color: #1D859B; }
a { background-color: rgb(29,133,155); }
div.DivClassName
{
background-color: #1D859B;
}
.BgClassName
{
background-color: #1D859B;
}
</style>
border-color css
<style>
span { border-color: #1D859B; }
span { border-color: rgb(29,133,155); }
td.TdClassName
{
border-color: #1D859B;
}
.TagClassName
{
border-color: #1D859B;
}
</style>