Shades of Scooter #1D8497
Tints of Scooter #1D8497
RGB
CMYK
RGB Variations
Color information
#1D8497 (or 0x1D8497) is known color: Scooter. HEX triplet: 1D, 84 and 97. RGB value is (29,132,151). Sum of RGB (Red+Green+Blue) = 29+132+151=312 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.29% from 312); Green value is 132 (51.95% from 255 or 42.31% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #1D8497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8497 is #E27B68. Grayscale: #676767. Windows color (decimal): -14842729 or 9929757. OLE color: 9929757.
HSL color Cylindrical-coordinate representation of color #1D8497: hue angle of 189.34º degrees, saturation: 0.68, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1D8497 is Cyan = 0.81, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 29 | 132 | 151 | - |
| CMYK | 0.81 | 0.13 | 0 | 0.41 |
| HSL | 189.34º | 0.68% | 0.35% | - |
| HSV(B) | 189.34º | 0.81% | 0.59% | - |
| XYZ | 14.34 | 19 | 32.19 | - |
| YUV | 103.37 | 154.88 | 74.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 132 | 151 | 0.81 | 0.13 | 0 | 0.41 | 189.34 | 0.68 | 0.35 |
| Hex | 1D | 84 | 97 | 51 | D | 0 | 29 | BD | 44 | 23 |
| Octal | 35 | 204 | 227 | 121 | 15 | 0 | 51 | 275 | 104 | 43 |
| Binary | 11101 | 10000100 | 10010111 | 1010001 | 1101 | 0 | 101001 | 10111101 | 1000100 | 100011 |
Color Harmonies of #1D8497
Complementary color
Monochromatic Colors of #1D8497
Black with #1D8497
Text Example
Text Example
White with #1D8497
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8497; }
p { color: rgb(29,132,151); }
H1.HeaderClassName
{
color: #1D8497;
}
.AnyTagClassName
{
color: #1D8497;
}
</style>
background-color css
<style>
a { background-color: #1D8497; }
a { background-color: rgb(29,132,151); }
div.DivClassName
{
background-color: #1D8497;
}
.BgClassName
{
background-color: #1D8497;
}
</style>
border-color css
<style>
span { border-color: #1D8497; }
span { border-color: rgb(29,132,151); }
td.TdClassName
{
border-color: #1D8497;
}
.TagClassName
{
border-color: #1D8497;
}
</style>