Shades of Scooter #208AA6
Tints of Scooter #208AA6
RGB
CMYK
RGB Variations
Color information
#208AA6 (or 0x208AA6) is known color: Scooter. HEX triplet: 20, 8A and A6. RGB value is (32,138,166). Sum of RGB (Red+Green+Blue) = 32+138+166=336 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.52% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 166 (65.23% from 255 or 49.40% from 336); Max value from RGB is 166 - color contains mainly: blue. Hex color #208AA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208AA6 is #DF7559. Grayscale: #6D6D6D. Windows color (decimal): -14644570 or 10914336. OLE color: 10914336.
HSL color Cylindrical-coordinate representation of color #208AA6: hue angle of 192.54º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #208AA6 is Cyan = 0.81, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 32 | 138 | 166 | - |
| CMYK | 0.81 | 0.17 | 0 | 0.35 |
| HSL | 192.54º | 0.68% | 0.39% | - |
| HSV(B) | 192.54º | 0.81% | 0.65% | - |
| XYZ | 16.57 | 21.24 | 39.3 | - |
| YUV | 109.5 | 159.88 | 72.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 138 | 166 | 0.81 | 0.17 | 0 | 0.35 | 192.54 | 0.68 | 0.39 |
| Hex | 20 | 8A | A6 | 51 | 11 | 0 | 23 | C1 | 44 | 27 |
| Octal | 40 | 212 | 246 | 121 | 21 | 0 | 43 | 301 | 104 | 47 |
| Binary | 100000 | 10001010 | 10100110 | 1010001 | 10001 | 0 | 100011 | 11000001 | 1000100 | 100111 |
Color Harmonies of #208AA6
Complementary color
Monochromatic Colors of #208AA6
Black with #208AA6
Text Example
Text Example
White with #208AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208AA6; }
p { color: rgb(32,138,166); }
H1.HeaderClassName
{
color: #208AA6;
}
.AnyTagClassName
{
color: #208AA6;
}
</style>
background-color css
<style>
a { background-color: #208AA6; }
a { background-color: rgb(32,138,166); }
div.DivClassName
{
background-color: #208AA6;
}
.BgClassName
{
background-color: #208AA6;
}
</style>
border-color css
<style>
span { border-color: #208AA6; }
span { border-color: rgb(32,138,166); }
td.TdClassName
{
border-color: #208AA6;
}
.TagClassName
{
border-color: #208AA6;
}
</style>