Shades of Scooter #207D99
Tints of Scooter #207D99
RGB
CMYK
RGB Variations
Color information
#207D99 (or 0x207D99) is known color: Scooter. HEX triplet: 20, 7D and 99. RGB value is (32,125,153). Sum of RGB (Red+Green+Blue) = 32+125+153=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 125 (49.22% from 255 or 40.32% from 310); Blue value is 153 (60.16% from 255 or 49.35% from 310); Max value from RGB is 153 - color contains mainly: blue. Hex color #207D99 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207D99 is #DF8266. Grayscale: #646464. Windows color (decimal): -14647911 or 10059040. OLE color: 10059040.
HSL color Cylindrical-coordinate representation of color #207D99: hue angle of 193.88º 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 #207D99 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 32 | 125 | 153 | - |
| CMYK | 0.79 | 0.18 | 0 | 0.4 |
| HSL | 193.88º | 0.65% | 0.36% | - |
| HSV(B) | 193.88º | 0.79% | 0.6% | - |
| XYZ | 13.68 | 17.27 | 32.75 | - |
| YUV | 100.39 | 157.69 | 79.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 125 | 153 | 0.79 | 0.18 | 0 | 0.4 | 193.88 | 0.65 | 0.36 |
| Hex | 20 | 7D | 99 | 4F | 12 | 0 | 28 | C2 | 41 | 24 |
| Octal | 40 | 175 | 231 | 117 | 22 | 0 | 50 | 302 | 101 | 44 |
| Binary | 100000 | 1111101 | 10011001 | 1001111 | 10010 | 0 | 101000 | 11000010 | 1000001 | 100100 |
Color Harmonies of #207D99
Complementary color
Monochromatic Colors of #207D99
Black with #207D99
Text Example
Text Example
White with #207D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #207D99; }
p { color: rgb(32,125,153); }
H1.HeaderClassName
{
color: #207D99;
}
.AnyTagClassName
{
color: #207D99;
}
</style>
background-color css
<style>
a { background-color: #207D99; }
a { background-color: rgb(32,125,153); }
div.DivClassName
{
background-color: #207D99;
}
.BgClassName
{
background-color: #207D99;
}
</style>
border-color css
<style>
span { border-color: #207D99; }
span { border-color: rgb(32,125,153); }
td.TdClassName
{
border-color: #207D99;
}
.TagClassName
{
border-color: #207D99;
}
</style>