Shades of Scooter #2A869F
Tints of Scooter #2A869F
RGB
CMYK
RGB Variations
Color information
#2A869F (or 0x2A869F) is known color: Scooter. HEX triplet: 2A, 86 and 9F. RGB value is (42,134,159). Sum of RGB (Red+Green+Blue) = 42+134+159=335 (44% of max value = 765). Red value is 42 (16.80% from 255 or 12.54% from 335); Green value is 134 (52.73% from 255 or 40% from 335); Blue value is 159 (62.5% from 255 or 47.46% from 335); Max value from RGB is 159 - color contains mainly: blue. Hex color #2A869F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A869F is #D57960. Grayscale: #6D6D6D. Windows color (decimal): -13990241 or 10454570. OLE color: 10454570.
HSL color Cylindrical-coordinate representation of color #2A869F: hue angle of 192.82º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A869F is Cyan = 0.74, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 42 | 134 | 159 | - |
| CMYK | 0.74 | 0.16 | 0 | 0.38 |
| HSL | 192.82º | 0.58% | 0.39% | - |
| HSV(B) | 192.82º | 0.74% | 0.62% | - |
| XYZ | 15.74 | 20.05 | 35.84 | - |
| YUV | 109.34 | 156.02 | 79.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 134 | 159 | 0.74 | 0.16 | 0 | 0.38 | 192.82 | 0.58 | 0.39 |
| Hex | 2A | 86 | 9F | 4A | 10 | 0 | 26 | C1 | 3A | 27 |
| Octal | 52 | 206 | 237 | 112 | 20 | 0 | 46 | 301 | 72 | 47 |
| Binary | 101010 | 10000110 | 10011111 | 1001010 | 10000 | 0 | 100110 | 11000001 | 111010 | 100111 |
Color Harmonies of #2A869F
Complementary color
Monochromatic Colors of #2A869F
Black with #2A869F
Text Example
Text Example
White with #2A869F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A869F; }
p { color: rgb(42,134,159); }
H1.HeaderClassName
{
color: #2A869F;
}
.AnyTagClassName
{
color: #2A869F;
}
</style>
background-color css
<style>
a { background-color: #2A869F; }
a { background-color: rgb(42,134,159); }
div.DivClassName
{
background-color: #2A869F;
}
.BgClassName
{
background-color: #2A869F;
}
</style>
border-color css
<style>
span { border-color: #2A869F; }
span { border-color: rgb(42,134,159); }
td.TdClassName
{
border-color: #2A869F;
}
.TagClassName
{
border-color: #2A869F;
}
</style>