Shades of Scooter #208FA0
Tints of Scooter #208FA0
RGB
CMYK
RGB Variations
Color information
#208FA0 (or 0x208FA0) is known color: Scooter. HEX triplet: 20, 8F and A0. RGB value is (32,143,160). Sum of RGB (Red+Green+Blue) = 32+143+160=335 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.55% from 335); Green value is 143 (56.25% from 255 or 42.69% from 335); Blue value is 160 (62.89% from 255 or 47.76% from 335); Max value from RGB is 160 - color contains mainly: blue. Hex color #208FA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208FA0 is #DF705F. Grayscale: #6F6F6F. Windows color (decimal): -14643296 or 10522400. OLE color: 10522400.
HSL color Cylindrical-coordinate representation of color #208FA0: hue angle of 187.97º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #208FA0 is Cyan = 0.80, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 32 | 143 | 160 | - |
| CMYK | 0.80 | 0.11 | 0 | 0.37 |
| HSL | 187.97º | 0.67% | 0.38% | - |
| HSV(B) | 187.97º | 0.8% | 0.63% | - |
| XYZ | 16.76 | 22.49 | 36.72 | - |
| YUV | 111.75 | 155.23 | 71.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 143 | 160 | 0.80 | 0.11 | 0 | 0.37 | 187.97 | 0.67 | 0.38 |
| Hex | 20 | 8F | A0 | 50 | B | 0 | 25 | BC | 43 | 26 |
| Octal | 40 | 217 | 240 | 120 | 13 | 0 | 45 | 274 | 103 | 46 |
| Binary | 100000 | 10001111 | 10100000 | 1010000 | 1011 | 0 | 100101 | 10111100 | 1000011 | 100110 |
Color Harmonies of #208FA0
Complementary color
Monochromatic Colors of #208FA0
Black with #208FA0
Text Example
Text Example
White with #208FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208FA0; }
p { color: rgb(32,143,160); }
H1.HeaderClassName
{
color: #208FA0;
}
.AnyTagClassName
{
color: #208FA0;
}
</style>
background-color css
<style>
a { background-color: #208FA0; }
a { background-color: rgb(32,143,160); }
div.DivClassName
{
background-color: #208FA0;
}
.BgClassName
{
background-color: #208FA0;
}
</style>
border-color css
<style>
span { border-color: #208FA0; }
span { border-color: rgb(32,143,160); }
td.TdClassName
{
border-color: #208FA0;
}
.TagClassName
{
border-color: #208FA0;
}
</style>