Shades of Scooter #1F869B
Tints of Scooter #1F869B
RGB
CMYK
RGB Variations
Color information
#1F869B (or 0x1F869B) is known color: Scooter. HEX triplet: 1F, 86 and 9B. RGB value is (31,134,155). Sum of RGB (Red+Green+Blue) = 31+134+155=320 (42% of max value = 765). Red value is 31 (12.5% from 255 or 9.69% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 155 (60.94% from 255 or 48.44% from 320); Max value from RGB is 155 - color contains mainly: blue. Hex color #1F869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F869B is #E07964. Grayscale: #696969. Windows color (decimal): -14711141 or 10192415. OLE color: 10192415.
HSL color Cylindrical-coordinate representation of color #1F869B: hue angle of 190.16º 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 #1F869B is Cyan = 0.8, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 31 | 134 | 155 | - |
| CMYK | 0.8 | 0.14 | 0 | 0.39 |
| HSL | 190.16º | 0.67% | 0.36% | - |
| HSV(B) | 190.16º | 0.8% | 0.61% | - |
| XYZ | 15.01 | 19.71 | 34.02 | - |
| YUV | 105.6 | 155.88 | 74.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 155 | 0.8 | 0.14 | 0 | 0.39 | 190.16 | 0.67 | 0.36 |
| Hex | 1F | 86 | 9B | 50 | E | 0 | 27 | BE | 43 | 24 |
| Octal | 37 | 206 | 233 | 120 | 16 | 0 | 47 | 276 | 103 | 44 |
| Binary | 11111 | 10000110 | 10011011 | 1010000 | 1110 | 0 | 100111 | 10111110 | 1000011 | 100100 |
Color Harmonies of #1F869B
Complementary color
Monochromatic Colors of #1F869B
Black with #1F869B
Text Example
Text Example
White with #1F869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F869B; }
p { color: rgb(31,134,155); }
H1.HeaderClassName
{
color: #1F869B;
}
.AnyTagClassName
{
color: #1F869B;
}
</style>
background-color css
<style>
a { background-color: #1F869B; }
a { background-color: rgb(31,134,155); }
div.DivClassName
{
background-color: #1F869B;
}
.BgClassName
{
background-color: #1F869B;
}
</style>
border-color css
<style>
span { border-color: #1F869B; }
span { border-color: rgb(31,134,155); }
td.TdClassName
{
border-color: #1F869B;
}
.TagClassName
{
border-color: #1F869B;
}
</style>