Shades of Scooter #2A8BAB
Tints of Scooter #2A8BAB
RGB
CMYK
RGB Variations
Color information
#2A8BAB (or 0x2A8BAB) is known color: Scooter. HEX triplet: 2A, 8B and AB. RGB value is (42,139,171). Sum of RGB (Red+Green+Blue) = 42+139+171=352 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.93% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 171 (67.19% from 255 or 48.58% from 352); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A8BAB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2A8BAB is #D57454. Grayscale: #717171. Windows color (decimal): -13988949 or 11242282. OLE color: 11242282.
HSL color Cylindrical-coordinate representation of color #2A8BAB: hue angle of 194.88º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A8BAB is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 139 | 171 | - |
| CMYK | 0.75 | 0.19 | 0 | 0.33 |
| HSL | 194.88º | 0.61% | 0.42% | - |
| HSV(B) | 194.88º | 0.75% | 0.67% | - |
| XYZ | 17.54 | 21.9 | 41.83 | - |
| YUV | 113.65 | 160.36 | 76.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 139 | 171 | 0.75 | 0.19 | 0 | 0.33 | 194.88 | 0.61 | 0.42 |
| Hex | 2A | 8B | AB | 4B | 13 | 0 | 21 | C3 | 3D | 2A |
| Octal | 52 | 213 | 253 | 113 | 23 | 0 | 41 | 303 | 75 | 52 |
| Binary | 101010 | 10001011 | 10101011 | 1001011 | 10011 | 0 | 100001 | 11000011 | 111101 | 101010 |
Color Harmonies of #2A8BAB
Complementary color
Monochromatic Colors of #2A8BAB
Black with #2A8BAB
Text Example
Text Example
White with #2A8BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8BAB; }
p { color: rgb(42,139,171); }
H1.HeaderClassName
{
color: #2A8BAB;
}
.AnyTagClassName
{
color: #2A8BAB;
}
</style>
background-color css
<style>
a { background-color: #2A8BAB; }
a { background-color: rgb(42,139,171); }
div.DivClassName
{
background-color: #2A8BAB;
}
.BgClassName
{
background-color: #2A8BAB;
}
</style>
border-color css
<style>
span { border-color: #2A8BAB; }
span { border-color: rgb(42,139,171); }
td.TdClassName
{
border-color: #2A8BAB;
}
.TagClassName
{
border-color: #2A8BAB;
}
</style>