Shades of Scooter #208898
Tints of Scooter #208898
RGB
CMYK
RGB Variations
Color information
#208898 (or 0x208898) is known color: Scooter. HEX triplet: 20, 88 and 98. RGB value is (32,136,152). Sum of RGB (Red+Green+Blue) = 32+136+152=320 (42% of max value = 765). Red value is 32 (12.89% from 255 or 10% from 320); Green value is 136 (53.52% from 255 or 42.5% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #208898 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208898 is #DF7767. Grayscale: #6A6A6A. Windows color (decimal): -14645096 or 9996320. OLE color: 9996320.
HSL color Cylindrical-coordinate representation of color #208898: hue angle of 188º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208898 is Cyan = 0.79, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 32 | 136 | 152 | - |
| CMYK | 0.79 | 0.11 | 0 | 0.40 |
| HSL | 188º | 0.65% | 0.36% | - |
| HSV(B) | 188º | 0.79% | 0.6% | - |
| XYZ | 15.07 | 20.18 | 32.81 | - |
| YUV | 106.73 | 153.54 | 74.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 136 | 152 | 0.79 | 0.11 | 0 | 0.40 | 188 | 0.65 | 0.36 |
| Hex | 20 | 88 | 98 | 4F | B | 0 | 28 | BC | 41 | 24 |
| Octal | 40 | 210 | 230 | 117 | 13 | 0 | 50 | 274 | 101 | 44 |
| Binary | 100000 | 10001000 | 10011000 | 1001111 | 1011 | 0 | 101000 | 10111100 | 1000001 | 100100 |
Color Harmonies of #208898
Complementary color
Monochromatic Colors of #208898
Black with #208898
Text Example
Text Example
White with #208898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #208898; }
p { color: rgb(32,136,152); }
H1.HeaderClassName
{
color: #208898;
}
.AnyTagClassName
{
color: #208898;
}
</style>
background-color css
<style>
a { background-color: #208898; }
a { background-color: rgb(32,136,152); }
div.DivClassName
{
background-color: #208898;
}
.BgClassName
{
background-color: #208898;
}
</style>
border-color css
<style>
span { border-color: #208898; }
span { border-color: rgb(32,136,152); }
td.TdClassName
{
border-color: #208898;
}
.TagClassName
{
border-color: #208898;
}
</style>