Shades of Scooter #1D869D
Tints of Scooter #1D869D
RGB
CMYK
RGB Variations
Color information
#1D869D (or 0x1D869D) is known color: Scooter. HEX triplet: 1D, 86 and 9D. RGB value is (29,134,157). Sum of RGB (Red+Green+Blue) = 29+134+157=320 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.06% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D869D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D869D is #E27962. Grayscale: #696969. Windows color (decimal): -14842211 or 10323485. OLE color: 10323485.
HSL color Cylindrical-coordinate representation of color #1D869D: hue angle of 190.78º degrees, saturation: 0.69, 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 #1D869D is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 134 | 157 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.38 |
| HSL | 190.78º | 0.69% | 0.36% | - |
| HSV(B) | 190.78º | 0.82% | 0.62% | - |
| XYZ | 15.12 | 19.75 | 34.91 | - |
| YUV | 105.23 | 157.21 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 134 | 157 | 0.82 | 0.15 | 0 | 0.38 | 190.78 | 0.69 | 0.36 |
| Hex | 1D | 86 | 9D | 52 | F | 0 | 26 | BF | 45 | 24 |
| Octal | 35 | 206 | 235 | 122 | 17 | 0 | 46 | 277 | 105 | 44 |
| Binary | 11101 | 10000110 | 10011101 | 1010010 | 1111 | 0 | 100110 | 10111111 | 1000101 | 100100 |
Color Harmonies of #1D869D
Complementary color
Monochromatic Colors of #1D869D
Black with #1D869D
Text Example
Text Example
White with #1D869D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D869D; }
p { color: rgb(29,134,157); }
H1.HeaderClassName
{
color: #1D869D;
}
.AnyTagClassName
{
color: #1D869D;
}
</style>
background-color css
<style>
a { background-color: #1D869D; }
a { background-color: rgb(29,134,157); }
div.DivClassName
{
background-color: #1D869D;
}
.BgClassName
{
background-color: #1D869D;
}
</style>
border-color css
<style>
span { border-color: #1D869D; }
span { border-color: rgb(29,134,157); }
td.TdClassName
{
border-color: #1D869D;
}
.TagClassName
{
border-color: #1D869D;
}
</style>