Shades of Scooter #1F899B
Tints of Scooter #1F899B
RGB
CMYK
RGB Variations
Color information
#1F899B (or 0x1F899B) is known color: Scooter. HEX triplet: 1F, 89 and 9B. RGB value is (31,137,155). Sum of RGB (Red+Green+Blue) = 31+137+155=323 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.60% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 155 (60.94% from 255 or 47.99% from 323); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F899B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F899B is #E07664. Grayscale: #6B6B6B. Windows color (decimal): -14710373 or 10193183. OLE color: 10193183.
HSL color Cylindrical-coordinate representation of color #1F899B: hue angle of 188.71º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F899B is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 137 | 155 | - |
| CMYK | 0.8 | 0.12 | 0 | 0.39 |
| HSL | 188.71º | 0.67% | 0.36% | - |
| HSV(B) | 188.71º | 0.8% | 0.61% | - |
| XYZ | 15.43 | 20.55 | 34.16 | - |
| YUV | 107.36 | 154.88 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 155 | 0.8 | 0.12 | 0 | 0.39 | 188.71 | 0.67 | 0.36 |
| Hex | 1F | 89 | 9B | 50 | C | 0 | 27 | BD | 43 | 24 |
| Octal | 37 | 211 | 233 | 120 | 14 | 0 | 47 | 275 | 103 | 44 |
| Binary | 11111 | 10001001 | 10011011 | 1010000 | 1100 | 0 | 100111 | 10111101 | 1000011 | 100100 |
Color Harmonies of #1F899B
Complementary color
Monochromatic Colors of #1F899B
Black with #1F899B
Text Example
Text Example
White with #1F899B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F899B; }
p { color: rgb(31,137,155); }
H1.HeaderClassName
{
color: #1F899B;
}
.AnyTagClassName
{
color: #1F899B;
}
</style>
background-color css
<style>
a { background-color: #1F899B; }
a { background-color: rgb(31,137,155); }
div.DivClassName
{
background-color: #1F899B;
}
.BgClassName
{
background-color: #1F899B;
}
</style>
border-color css
<style>
span { border-color: #1F899B; }
span { border-color: rgb(31,137,155); }
td.TdClassName
{
border-color: #1F899B;
}
.TagClassName
{
border-color: #1F899B;
}
</style>