Shades of Scooter #1F899D
Tints of Scooter #1F899D
RGB
CMYK
RGB Variations
Color information
#1F899D (or 0x1F899D) is known color: Scooter. HEX triplet: 1F, 89 and 9D. RGB value is (31,137,157). Sum of RGB (Red+Green+Blue) = 31+137+157=325 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.54% from 325); Green value is 137 (53.91% from 255 or 42.15% from 325); Blue value is 157 (61.72% from 255 or 48.31% from 325); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F899D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F899D is #E07662. Grayscale: #6B6B6B. Windows color (decimal): -14710371 or 10324255. OLE color: 10324255.
HSL color Cylindrical-coordinate representation of color #1F899D: hue angle of 189.52º degrees, saturation: 0.67, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F899D is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 137 | 157 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.38 |
| HSL | 189.52º | 0.67% | 0.37% | - |
| HSV(B) | 189.52º | 0.8% | 0.62% | - |
| XYZ | 15.6 | 20.62 | 35.06 | - |
| YUV | 107.59 | 155.88 | 73.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 137 | 157 | 0.80 | 0.13 | 0 | 0.38 | 189.52 | 0.67 | 0.37 |
| Hex | 1F | 89 | 9D | 50 | D | 0 | 26 | BE | 43 | 25 |
| Octal | 37 | 211 | 235 | 120 | 15 | 0 | 46 | 276 | 103 | 45 |
| Binary | 11111 | 10001001 | 10011101 | 1010000 | 1101 | 0 | 100110 | 10111110 | 1000011 | 100101 |
Color Harmonies of #1F899D
Complementary color
Monochromatic Colors of #1F899D
Black with #1F899D
Text Example
Text Example
White with #1F899D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F899D; }
p { color: rgb(31,137,157); }
H1.HeaderClassName
{
color: #1F899D;
}
.AnyTagClassName
{
color: #1F899D;
}
</style>
background-color css
<style>
a { background-color: #1F899D; }
a { background-color: rgb(31,137,157); }
div.DivClassName
{
background-color: #1F899D;
}
.BgClassName
{
background-color: #1F899D;
}
</style>
border-color css
<style>
span { border-color: #1F899D; }
span { border-color: rgb(31,137,157); }
td.TdClassName
{
border-color: #1F899D;
}
.TagClassName
{
border-color: #1F899D;
}
</style>