Shades of Scooter #1B829F
Tints of Scooter #1B829F
RGB
CMYK
RGB Variations
Color information
#1B829F (or 0x1B829F) is known color: Scooter. HEX triplet: 1B, 82 and 9F. RGB value is (27,130,159). Sum of RGB (Red+Green+Blue) = 27+130+159=316 (41% of max value = 765). Red value is 27 (10.94% from 255 or 8.54% from 316); Green value is 130 (51.17% from 255 or 41.14% 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 #1B829F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B829F is #E47D60. Grayscale: #666666. Windows color (decimal): -14974305 or 10453531. OLE color: 10453531.
HSL color Cylindrical-coordinate representation of color #1B829F: hue angle of 193.18º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1B829F is Cyan = 0.83, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 130 | 159 | - |
| CMYK | 0.83 | 0.18 | 0 | 0.38 |
| HSL | 193.18º | 0.71% | 0.36% | - |
| HSV(B) | 193.18º | 0.83% | 0.62% | - |
| XYZ | 14.69 | 18.7 | 35.64 | - |
| YUV | 102.51 | 159.88 | 74.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 130 | 159 | 0.83 | 0.18 | 0 | 0.38 | 193.18 | 0.71 | 0.36 |
| Hex | 1B | 82 | 9F | 53 | 12 | 0 | 26 | C1 | 47 | 24 |
| Octal | 33 | 202 | 237 | 123 | 22 | 0 | 46 | 301 | 107 | 44 |
| Binary | 11011 | 10000010 | 10011111 | 1010011 | 10010 | 0 | 100110 | 11000001 | 1000111 | 100100 |
Color Harmonies of #1B829F
Complementary color
Monochromatic Colors of #1B829F
Black with #1B829F
Text Example
Text Example
White with #1B829F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B829F; }
p { color: rgb(27,130,159); }
H1.HeaderClassName
{
color: #1B829F;
}
.AnyTagClassName
{
color: #1B829F;
}
</style>
background-color css
<style>
a { background-color: #1B829F; }
a { background-color: rgb(27,130,159); }
div.DivClassName
{
background-color: #1B829F;
}
.BgClassName
{
background-color: #1B829F;
}
</style>
border-color css
<style>
span { border-color: #1B829F; }
span { border-color: rgb(27,130,159); }
td.TdClassName
{
border-color: #1B829F;
}
.TagClassName
{
border-color: #1B829F;
}
</style>