Shades of Scooter #1987A0
Tints of Scooter #1987A0
RGB
CMYK
RGB Variations
Color information
#1987A0 (or 0x1987A0) is known color: Scooter. HEX triplet: 19, 87 and A0. RGB value is (25,135,160). Sum of RGB (Red+Green+Blue) = 25+135+160=320 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.81% from 320); Green value is 135 (53.12% from 255 or 42.19% from 320); Blue value is 160 (62.89% from 255 or 50% from 320); Max value from RGB is 160 - color contains mainly: blue. Hex color #1987A0 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1987A0 is #E6785F. Grayscale: #686868. Windows color (decimal): -15104096 or 10520345. OLE color: 10520345.
HSL color Cylindrical-coordinate representation of color #1987A0: hue angle of 191.11º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1987A0 is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 25 | 135 | 160 | - |
| CMYK | 0.84 | 0.16 | 0 | 0.37 |
| HSL | 191.11º | 0.73% | 0.36% | - |
| HSV(B) | 191.11º | 0.84% | 0.63% | - |
| XYZ | 15.41 | 20.07 | 36.32 | - |
| YUV | 104.96 | 159.06 | 70.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 135 | 160 | 0.84 | 0.16 | 0 | 0.37 | 191.11 | 0.73 | 0.36 |
| Hex | 19 | 87 | A0 | 54 | 10 | 0 | 25 | BF | 49 | 24 |
| Octal | 31 | 207 | 240 | 124 | 20 | 0 | 45 | 277 | 111 | 44 |
| Binary | 11001 | 10000111 | 10100000 | 1010100 | 10000 | 0 | 100101 | 10111111 | 1001001 | 100100 |
Color Harmonies of #1987A0
Complementary color
Monochromatic Colors of #1987A0
Black with #1987A0
Text Example
Text Example
White with #1987A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1987A0; }
p { color: rgb(25,135,160); }
H1.HeaderClassName
{
color: #1987A0;
}
.AnyTagClassName
{
color: #1987A0;
}
</style>
background-color css
<style>
a { background-color: #1987A0; }
a { background-color: rgb(25,135,160); }
div.DivClassName
{
background-color: #1987A0;
}
.BgClassName
{
background-color: #1987A0;
}
</style>
border-color css
<style>
span { border-color: #1987A0; }
span { border-color: rgb(25,135,160); }
td.TdClassName
{
border-color: #1987A0;
}
.TagClassName
{
border-color: #1987A0;
}
</style>