Shades of Scooter #2F86AB
Tints of Scooter #2F86AB
RGB
CMYK
RGB Variations
Color information
#2F86AB (or 0x2F86AB) is known color: Scooter. HEX triplet: 2F, 86 and AB. RGB value is (47,134,171). Sum of RGB (Red+Green+Blue) = 47+134+171=352 (46% of max value = 765). Red value is 47 (18.75% from 255 or 13.35% from 352); Green value is 134 (52.73% from 255 or 38.07% 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 #2F86AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2F86AB is #D07954. Grayscale: #6F6F6F. Windows color (decimal): -13662549 or 11241007. OLE color: 11241007.
HSL color Cylindrical-coordinate representation of color #2F86AB: hue angle of 197.9º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F86AB is Cyan = 0.73, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 134 | 171 | - |
| CMYK | 0.73 | 0.22 | 0 | 0.33 |
| HSL | 197.9º | 0.57% | 0.43% | - |
| HSV(B) | 197.9º | 0.73% | 0.67% | - |
| XYZ | 17.05 | 20.59 | 41.6 | - |
| YUV | 112.21 | 161.18 | 81.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 134 | 171 | 0.73 | 0.22 | 0 | 0.33 | 197.9 | 0.57 | 0.43 |
| Hex | 2F | 86 | AB | 49 | 16 | 0 | 21 | C6 | 39 | 2B |
| Octal | 57 | 206 | 253 | 111 | 26 | 0 | 41 | 306 | 71 | 53 |
| Binary | 101111 | 10000110 | 10101011 | 1001001 | 10110 | 0 | 100001 | 11000110 | 111001 | 101011 |
Color Harmonies of #2F86AB
Complementary color
Monochromatic Colors of #2F86AB
Black with #2F86AB
Text Example
Text Example
White with #2F86AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F86AB; }
p { color: rgb(47,134,171); }
H1.HeaderClassName
{
color: #2F86AB;
}
.AnyTagClassName
{
color: #2F86AB;
}
</style>
background-color css
<style>
a { background-color: #2F86AB; }
a { background-color: rgb(47,134,171); }
div.DivClassName
{
background-color: #2F86AB;
}
.BgClassName
{
background-color: #2F86AB;
}
</style>
border-color css
<style>
span { border-color: #2F86AB; }
span { border-color: rgb(47,134,171); }
td.TdClassName
{
border-color: #2F86AB;
}
.TagClassName
{
border-color: #2F86AB;
}
</style>