Shades of Scooter #1F8698
Tints of Scooter #1F8698
RGB
CMYK
RGB Variations
Color information
#1F8698 (or 0x1F8698) is known color: Scooter. HEX triplet: 1F, 86 and 98. RGB value is (31,134,152). Sum of RGB (Red+Green+Blue) = 31+134+152=317 (41% of max value = 765). Red value is 31 (12.5% from 255 or 9.78% from 317); Green value is 134 (52.73% from 255 or 42.27% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #1F8698 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F8698 is #E07967. Grayscale: #696969. Windows color (decimal): -14711144 or 9995807. OLE color: 9995807.
HSL color Cylindrical-coordinate representation of color #1F8698: hue angle of 188.93º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1F8698 is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 31 | 134 | 152 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.40 |
| HSL | 188.93º | 0.66% | 0.36% | - |
| HSV(B) | 188.93º | 0.8% | 0.6% | - |
| XYZ | 14.76 | 19.61 | 32.71 | - |
| YUV | 105.26 | 154.38 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 134 | 152 | 0.80 | 0.12 | 0 | 0.40 | 188.93 | 0.66 | 0.36 |
| Hex | 1F | 86 | 98 | 50 | C | 0 | 28 | BD | 42 | 24 |
| Octal | 37 | 206 | 230 | 120 | 14 | 0 | 50 | 275 | 102 | 44 |
| Binary | 11111 | 10000110 | 10011000 | 1010000 | 1100 | 0 | 101000 | 10111101 | 1000010 | 100100 |
Color Harmonies of #1F8698
Complementary color
Monochromatic Colors of #1F8698
Black with #1F8698
Text Example
Text Example
White with #1F8698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F8698; }
p { color: rgb(31,134,152); }
H1.HeaderClassName
{
color: #1F8698;
}
.AnyTagClassName
{
color: #1F8698;
}
</style>
background-color css
<style>
a { background-color: #1F8698; }
a { background-color: rgb(31,134,152); }
div.DivClassName
{
background-color: #1F8698;
}
.BgClassName
{
background-color: #1F8698;
}
</style>
border-color css
<style>
span { border-color: #1F8698; }
span { border-color: rgb(31,134,152); }
td.TdClassName
{
border-color: #1F8698;
}
.TagClassName
{
border-color: #1F8698;
}
</style>