Shades of Scooter #1D809F
Tints of Scooter #1D809F
RGB
CMYK
RGB Variations
Color information
#1D809F (or 0x1D809F) is known color: Scooter. HEX triplet: 1D, 80 and 9F. RGB value is (29,128,159). Sum of RGB (Red+Green+Blue) = 29+128+159=316 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.18% from 316); Green value is 128 (50.39% from 255 or 40.51% from 316); Blue value is 159 (62.5% from 255 or 50.32% from 316); Max value from RGB is 159 - color contains mainly: blue. Hex color #1D809F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D809F is #E27F60. Grayscale: #656565. Windows color (decimal): -14843745 or 10453021. OLE color: 10453021.
HSL color Cylindrical-coordinate representation of color #1D809F: hue angle of 194.31º 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 #1D809F is Cyan = 0.82, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 29 | 128 | 159 | - |
| CMYK | 0.82 | 0.19 | 0 | 0.38 |
| HSL | 194.31º | 0.69% | 0.37% | - |
| HSV(B) | 194.31º | 0.82% | 0.62% | - |
| XYZ | 14.48 | 18.2 | 35.55 | - |
| YUV | 101.93 | 160.2 | 75.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 128 | 159 | 0.82 | 0.19 | 0 | 0.38 | 194.31 | 0.69 | 0.37 |
| Hex | 1D | 80 | 9F | 52 | 13 | 0 | 26 | C2 | 45 | 25 |
| Octal | 35 | 200 | 237 | 122 | 23 | 0 | 46 | 302 | 105 | 45 |
| Binary | 11101 | 10000000 | 10011111 | 1010010 | 10011 | 0 | 100110 | 11000010 | 1000101 | 100101 |
Color Harmonies of #1D809F
Complementary color
Monochromatic Colors of #1D809F
Black with #1D809F
Text Example
Text Example
White with #1D809F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D809F; }
p { color: rgb(29,128,159); }
H1.HeaderClassName
{
color: #1D809F;
}
.AnyTagClassName
{
color: #1D809F;
}
</style>
background-color css
<style>
a { background-color: #1D809F; }
a { background-color: rgb(29,128,159); }
div.DivClassName
{
background-color: #1D809F;
}
.BgClassName
{
background-color: #1D809F;
}
</style>
border-color css
<style>
span { border-color: #1D809F; }
span { border-color: rgb(29,128,159); }
td.TdClassName
{
border-color: #1D809F;
}
.TagClassName
{
border-color: #1D809F;
}
</style>