#207E98

Color #207E98 Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #207E98

Tints of Scooter #207E98

Color information

#207E98 (or 0x207E98) is unknown color: approx Scooter. HEX triplet: 20, 7E and 98. RGB value is (32,126,152). Sum of RGB (Red+Green+Blue) = 32+126+152=310 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.32% from 310); Green value is 126 (49.61% from 255 or 40.65% from 310); Blue value is 152 (59.77% from 255 or 49.03% from 310); Max value from RGB is 152 - color contains mainly: blue. Hex color #207E98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207E98 is #DF8167. Grayscale: #646464. Windows color (decimal): -14647656 or 9993760. OLE color: 9993760.

HSL color Cylindrical-coordinate representation of color #207E98: hue angle of 193º 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 #207E98 is Cyan = 0.79, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB32126152-
CMYK0.790.1700.40
HSL193º65.22%36.08%-
HSV(B)193º78.95%59.61%-
XYZ13.7217.532.36-
YUV100.86156.8678.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 32 (12.89% from 255) = 10.32%
GREEN value IS 126 (49.61% from 255) = 40.65%
BLUE value IS 152 (59.77% from 255) = 49.03%
R=10.32%
G=40.65%
B=49.03%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal321261520.790.1700.4019365.2236.08
Hex207E984F11028c14124
Octal401762301172105030110144
Binary1000001111110100110001001111100010101000110000011000001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207E98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207E98; }

 p { color: rgb(32,126,152); }

 H1.HeaderClassName
 {
   color: #207E98;
 }
 .AnyTagClassName
 {
   color: #207E98;
 }
</style>
background-color css

<style>
 a { background-color: #207E98; }

 a { background-color: rgb(32,126,152); }

 div.DivClassName
 {
   background-color: #207E98;
 }
 .BgClassName
 {
   background-color: #207E98;
 }
</style>
border-color css

<style>
 span { border-color: #207E98; }

 span { border-color: rgb(32,126,152); }

 td.TdClassName
 {
   border-color: #207E98;
 }
 .TagClassName
 {
   border-color: #207E98;
 }
</style>