#207C9C

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

Shades of Scooter #207C9C

Tints of Scooter #207C9C

Color information

#207C9C (or 0x207C9C) is unknown color: approx Scooter. HEX triplet: 20, 7C and 9C. RGB value is (32,124,156). Sum of RGB (Red+Green+Blue) = 32+124+156=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 124 (48.83% from 255 or 39.74% from 312); Blue value is 156 (61.33% from 255 or 50% from 312); Max value from RGB is 156 - color contains mainly: blue. Hex color #207C9C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #207C9C is #DF8363. Grayscale: #636363. Windows color (decimal): -14648164 or 10255392. OLE color: 10255392.

HSL color Cylindrical-coordinate representation of color #207C9C: hue angle of 195.48º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #207C9C is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB32124156-
CMYK0.790.2100.39
HSL195.48º65.96%36.86%-
HSV(B)195.48º79.49%61.18%-
XYZ13.817.1234.03-
YUV100.14159.5279.4-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.26%
GREEN value IS 124 (48.83% from 255) = 39.74%
BLUE value IS 156 (61.33% from 255) = 50%
R=10.26%
G=39.74%
B=50%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321241560.790.2100.39195.4865.9636.86
Hex207C9C4F15027c34225
Octal401742341172504730310245
Binary1000001111100100111001001111101010100111110000111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,124,156); }

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

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

 a { background-color: rgb(32,124,156); }

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

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

 span { border-color: rgb(32,124,156); }

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