Shades of Scooter #1D889D
Tints of Scooter #1D889D
RGB
CMYK
RGB Variations
Color information
#1D889D (or 0x1D889D) is known color: Scooter. HEX triplet: 1D, 88 and 9D. RGB value is (29,136,157). Sum of RGB (Red+Green+Blue) = 29+136+157=322 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.01% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 157 (61.72% from 255 or 48.76% from 322); Max value from RGB is 157 - color contains mainly: blue. Hex color #1D889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D889D is #E27762. Grayscale: #6A6A6A. Windows color (decimal): -14841699 or 10323997. OLE color: 10323997.
HSL color Cylindrical-coordinate representation of color #1D889D: hue angle of 189.84º 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 #1D889D is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 136 | 157 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.38 |
| HSL | 189.84º | 0.69% | 0.36% | - |
| HSV(B) | 189.84º | 0.82% | 0.62% | - |
| XYZ | 15.4 | 20.3 | 35.01 | - |
| YUV | 106.4 | 156.55 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 157 | 0.82 | 0.13 | 0 | 0.38 | 189.84 | 0.69 | 0.36 |
| Hex | 1D | 88 | 9D | 52 | D | 0 | 26 | BE | 45 | 24 |
| Octal | 35 | 210 | 235 | 122 | 15 | 0 | 46 | 276 | 105 | 44 |
| Binary | 11101 | 10001000 | 10011101 | 1010010 | 1101 | 0 | 100110 | 10111110 | 1000101 | 100100 |
Color Harmonies of #1D889D
Complementary color
Monochromatic Colors of #1D889D
Black with #1D889D
Text Example
Text Example
White with #1D889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D889D; }
p { color: rgb(29,136,157); }
H1.HeaderClassName
{
color: #1D889D;
}
.AnyTagClassName
{
color: #1D889D;
}
</style>
background-color css
<style>
a { background-color: #1D889D; }
a { background-color: rgb(29,136,157); }
div.DivClassName
{
background-color: #1D889D;
}
.BgClassName
{
background-color: #1D889D;
}
</style>
border-color css
<style>
span { border-color: #1D889D; }
span { border-color: rgb(29,136,157); }
td.TdClassName
{
border-color: #1D889D;
}
.TagClassName
{
border-color: #1D889D;
}
</style>