Shades of Scooter #1A889F
Tints of Scooter #1A889F
RGB
CMYK
RGB Variations
Color information
#1A889F (or 0x1A889F) is known color: Scooter. HEX triplet: 1A, 88 and 9F. RGB value is (26,136,159). Sum of RGB (Red+Green+Blue) = 26+136+159=321 (42% of max value = 765). Red value is 26 (10.55% from 255 or 8.10% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 159 (62.5% from 255 or 49.53% from 321); Max value from RGB is 159 - color contains mainly: blue. Hex color #1A889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1A889F is #E57760. Grayscale: #696969. Windows color (decimal): -15038305 or 10455066. OLE color: 10455066.
HSL color Cylindrical-coordinate representation of color #1A889F: hue angle of 190.38º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1A889F is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 26 | 136 | 159 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.38 |
| HSL | 190.38º | 0.72% | 0.36% | - |
| HSV(B) | 190.38º | 0.84% | 0.62% | - |
| XYZ | 15.49 | 20.33 | 35.91 | - |
| YUV | 105.73 | 158.06 | 71.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 136 | 159 | 0.84 | 0.14 | 0 | 0.38 | 190.38 | 0.72 | 0.36 |
| Hex | 1A | 88 | 9F | 54 | E | 0 | 26 | BE | 48 | 24 |
| Octal | 32 | 210 | 237 | 124 | 16 | 0 | 46 | 276 | 110 | 44 |
| Binary | 11010 | 10001000 | 10011111 | 1010100 | 1110 | 0 | 100110 | 10111110 | 1001000 | 100100 |
Color Harmonies of #1A889F
Complementary color
Monochromatic Colors of #1A889F
Black with #1A889F
Text Example
Text Example
White with #1A889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A889F; }
p { color: rgb(26,136,159); }
H1.HeaderClassName
{
color: #1A889F;
}
.AnyTagClassName
{
color: #1A889F;
}
</style>
background-color css
<style>
a { background-color: #1A889F; }
a { background-color: rgb(26,136,159); }
div.DivClassName
{
background-color: #1A889F;
}
.BgClassName
{
background-color: #1A889F;
}
</style>
border-color css
<style>
span { border-color: #1A889F; }
span { border-color: rgb(26,136,159); }
td.TdClassName
{
border-color: #1A889F;
}
.TagClassName
{
border-color: #1A889F;
}
</style>