Shades of Scooter #1D8BA4
Tints of Scooter #1D8BA4
RGB
CMYK
RGB Variations
Color information
#1D8BA4 (or 0x1D8BA4) is known color: Scooter. HEX triplet: 1D, 8B and A4. RGB value is (29,139,164). Sum of RGB (Red+Green+Blue) = 29+139+164=332 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.73% from 332); Green value is 139 (54.69% from 255 or 41.87% from 332); Blue value is 164 (64.45% from 255 or 49.40% from 332); Max value from RGB is 164 - color contains mainly: blue. Hex color #1D8BA4 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1D8BA4 is #E2745B. Grayscale: #6C6C6C. Windows color (decimal): -14840924 or 10783517. OLE color: 10783517.
HSL color Cylindrical-coordinate representation of color #1D8BA4: hue angle of 191.11º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1D8BA4 is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 29 | 139 | 164 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.36 |
| HSL | 191.11º | 0.7% | 0.38% | - |
| HSV(B) | 191.11º | 0.82% | 0.64% | - |
| XYZ | 16.44 | 21.41 | 38.39 | - |
| YUV | 108.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 139 | 164 | 0.82 | 0.15 | 0 | 0.36 | 191.11 | 0.7 | 0.38 |
| Hex | 1D | 8B | A4 | 52 | F | 0 | 24 | BF | 46 | 26 |
| Octal | 35 | 213 | 244 | 122 | 17 | 0 | 44 | 277 | 106 | 46 |
| Binary | 11101 | 10001011 | 10100100 | 1010010 | 1111 | 0 | 100100 | 10111111 | 1000110 | 100110 |
Color Harmonies of #1D8BA4
Complementary color
Monochromatic Colors of #1D8BA4
Black with #1D8BA4
Text Example
Text Example
White with #1D8BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8BA4; }
p { color: rgb(29,139,164); }
H1.HeaderClassName
{
color: #1D8BA4;
}
.AnyTagClassName
{
color: #1D8BA4;
}
</style>
background-color css
<style>
a { background-color: #1D8BA4; }
a { background-color: rgb(29,139,164); }
div.DivClassName
{
background-color: #1D8BA4;
}
.BgClassName
{
background-color: #1D8BA4;
}
</style>
border-color css
<style>
span { border-color: #1D8BA4; }
span { border-color: rgb(29,139,164); }
td.TdClassName
{
border-color: #1D8BA4;
}
.TagClassName
{
border-color: #1D8BA4;
}
</style>