Shades of Scooter #1B899F
Tints of Scooter #1B899F
RGB
CMYK
RGB Variations
Color information
#1B899F (or 0x1B899F) is known color: Scooter. HEX triplet: 1B, 89 and 9F. RGB value is (27,137,159). Sum of RGB (Red+Green+Blue) = 27+137+159=323 (42% of max value = 765). Red value is 27 (10.94% from 255 or 8.36% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 159 (62.5% from 255 or 49.23% from 323); Max value from RGB is 159 - color contains mainly: blue. Hex color #1B899F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1B899F is #E47660. Grayscale: #6A6A6A. Windows color (decimal): -14972513 or 10455323. OLE color: 10455323.
HSL color Cylindrical-coordinate representation of color #1B899F: hue angle of 190º 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 #1B899F is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 27 | 137 | 159 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.38 |
| HSL | 190º | 0.71% | 0.36% | - |
| HSV(B) | 190º | 0.83% | 0.62% | - |
| XYZ | 15.66 | 20.63 | 35.96 | - |
| YUV | 106.62 | 157.56 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 137 | 159 | 0.83 | 0.14 | 0 | 0.38 | 190 | 0.71 | 0.36 |
| Hex | 1B | 89 | 9F | 53 | E | 0 | 26 | BE | 47 | 24 |
| Octal | 33 | 211 | 237 | 123 | 16 | 0 | 46 | 276 | 107 | 44 |
| Binary | 11011 | 10001001 | 10011111 | 1010011 | 1110 | 0 | 100110 | 10111110 | 1000111 | 100100 |
Color Harmonies of #1B899F
Complementary color
Monochromatic Colors of #1B899F
Black with #1B899F
Text Example
Text Example
White with #1B899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B899F; }
p { color: rgb(27,137,159); }
H1.HeaderClassName
{
color: #1B899F;
}
.AnyTagClassName
{
color: #1B899F;
}
</style>
background-color css
<style>
a { background-color: #1B899F; }
a { background-color: rgb(27,137,159); }
div.DivClassName
{
background-color: #1B899F;
}
.BgClassName
{
background-color: #1B899F;
}
</style>
border-color css
<style>
span { border-color: #1B899F; }
span { border-color: rgb(27,137,159); }
td.TdClassName
{
border-color: #1B899F;
}
.TagClassName
{
border-color: #1B899F;
}
</style>