#1E8497

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

Shades of Scooter #1E8497

Tints of Scooter #1E8497

Color information

#1E8497 (or 0x1E8497) is unknown color: approx Scooter. HEX triplet: 1E, 84 and 97. RGB value is (30,132,151). Sum of RGB (Red+Green+Blue) = 30+132+151=313 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.58% from 313); Green value is 132 (51.95% from 255 or 42.17% from 313); Blue value is 151 (59.38% from 255 or 48.24% from 313); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E8497 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8497 is #E17B68. Grayscale: #676767. Windows color (decimal): -14777193 or 9929758. OLE color: 9929758.

HSL color Cylindrical-coordinate representation of color #1E8497: hue angle of 189.42º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #1E8497 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB30132151-
CMYK0.800.1300.41
HSL189.42º66.85%35.49%-
HSV(B)189.42º80.13%59.22%-
XYZ14.3719.0132.19-
YUV103.67154.7175.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.58%
GREEN value IS 132 (51.95% from 255) = 42.17%
BLUE value IS 151 (59.38% from 255) = 48.24%
R=9.58%
G=42.17%
B=48.24%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal301321510.800.1300.41189.4266.8535.49
Hex1E849750D029bd4323
Octal362042271201505127510343
Binary111101000010010010111101000011010101001101111011000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E8497; }

 p { color: rgb(30,132,151); }

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

<style>
 a { background-color: #1E8497; }

 a { background-color: rgb(30,132,151); }

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

<style>
 span { border-color: #1E8497; }

 span { border-color: rgb(30,132,151); }

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