Shades of Scooter #1F8C9D
Tints of Scooter #1F8C9D
RGB
CMYK
RGB Variations
Color information
#1F8C9D (or 0x1F8C9D) is known color: Scooter. HEX triplet: 1F, 8C and 9D. RGB value is (31,140,157). Sum of RGB (Red+Green+Blue) = 31+140+157=328 (43% of max value = 765). Red value is 31 (12.5% from 255 or 9.45% from 328); Green value is 140 (55.08% from 255 or 42.68% from 328); Blue value is 157 (61.72% from 255 or 47.87% from 328); Max value from RGB is 157 - color contains mainly: blue. Hex color #1F8C9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8C9D is #E07362. Grayscale: #6D6D6D. Windows color (decimal): -14709603 or 10325023. OLE color: 10325023.
HSL color Cylindrical-coordinate representation of color #1F8C9D: hue angle of 188.1º 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 #1F8C9D is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 31 | 140 | 157 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.38 |
| HSL | 188.1º | 0.67% | 0.37% | - |
| HSV(B) | 188.1º | 0.8% | 0.62% | - |
| XYZ | 16.03 | 21.48 | 35.2 | - |
| YUV | 109.35 | 154.89 | 72.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 140 | 157 | 0.80 | 0.11 | 0 | 0.38 | 188.1 | 0.67 | 0.37 |
| Hex | 1F | 8C | 9D | 50 | B | 0 | 26 | BC | 43 | 25 |
| Octal | 37 | 214 | 235 | 120 | 13 | 0 | 46 | 274 | 103 | 45 |
| Binary | 11111 | 10001100 | 10011101 | 1010000 | 1011 | 0 | 100110 | 10111100 | 1000011 | 100101 |
Color Harmonies of #1F8C9D
Complementary color
Monochromatic Colors of #1F8C9D
Black with #1F8C9D
Text Example
Text Example
White with #1F8C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8C9D; }
p { color: rgb(31,140,157); }
H1.HeaderClassName
{
color: #1F8C9D;
}
.AnyTagClassName
{
color: #1F8C9D;
}
</style>
background-color css
<style>
a { background-color: #1F8C9D; }
a { background-color: rgb(31,140,157); }
div.DivClassName
{
background-color: #1F8C9D;
}
.BgClassName
{
background-color: #1F8C9D;
}
</style>
border-color css
<style>
span { border-color: #1F8C9D; }
span { border-color: rgb(31,140,157); }
td.TdClassName
{
border-color: #1F8C9D;
}
.TagClassName
{
border-color: #1F8C9D;
}
</style>