Shades of Scooter #1D859E
Tints of Scooter #1D859E
RGB
CMYK
RGB Variations
Color information
#1D859E (or 0x1D859E) is known color: Scooter. HEX triplet: 1D, 85 and 9E. RGB value is (29,133,158). Sum of RGB (Red+Green+Blue) = 29+133+158=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 158 (62.11% from 255 or 49.38% from 320); Max value from RGB is 158 - color contains mainly: blue. Hex color #1D859E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D859E is #E27A61. Grayscale: #686868. Windows color (decimal): -14842466 or 10388765. OLE color: 10388765.
HSL color Cylindrical-coordinate representation of color #1D859E: hue angle of 191.63º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D859E is Cyan = 0.82, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 133 | 158 | - |
| CMYK | 0.82 | 0.16 | 0 | 0.38 |
| HSL | 191.63º | 0.69% | 0.37% | - |
| HSV(B) | 191.63º | 0.82% | 0.62% | - |
| XYZ | 15.07 | 19.5 | 35.32 | - |
| YUV | 104.75 | 158.04 | 73.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 133 | 158 | 0.82 | 0.16 | 0 | 0.38 | 191.63 | 0.69 | 0.37 |
| Hex | 1D | 85 | 9E | 52 | 10 | 0 | 26 | C0 | 45 | 25 |
| Octal | 35 | 205 | 236 | 122 | 20 | 0 | 46 | 300 | 105 | 45 |
| Binary | 11101 | 10000101 | 10011110 | 1010010 | 10000 | 0 | 100110 | 11000000 | 1000101 | 100101 |
Color Harmonies of #1D859E
Complementary color
Monochromatic Colors of #1D859E
Black with #1D859E
Text Example
Text Example
White with #1D859E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D859E; }
p { color: rgb(29,133,158); }
H1.HeaderClassName
{
color: #1D859E;
}
.AnyTagClassName
{
color: #1D859E;
}
</style>
background-color css
<style>
a { background-color: #1D859E; }
a { background-color: rgb(29,133,158); }
div.DivClassName
{
background-color: #1D859E;
}
.BgClassName
{
background-color: #1D859E;
}
</style>
border-color css
<style>
span { border-color: #1D859E; }
span { border-color: rgb(29,133,158); }
td.TdClassName
{
border-color: #1D859E;
}
.TagClassName
{
border-color: #1D859E;
}
</style>