#1E8397

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

Shades of Scooter #1E8397

Tints of Scooter #1E8397

Color information

#1E8397 (or 0x1E8397) is unknown color: approx Scooter. HEX triplet: 1E, 83 and 97. RGB value is (30,131,151). Sum of RGB (Red+Green+Blue) = 30+131+151=312 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.62% from 312); Green value is 131 (51.56% from 255 or 41.99% from 312); Blue value is 151 (59.38% from 255 or 48.40% from 312); Max value from RGB is 151 - color contains mainly: blue. Hex color #1E8397 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8397 is #E17C68. Grayscale: #666666. Windows color (decimal): -14777449 or 9929502. OLE color: 9929502.

HSL color Cylindrical-coordinate representation of color #1E8397: hue angle of 189.92º 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 #1E8397 is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB30131151-
CMYK0.800.1300.41
HSL189.92º66.85%35.49%-
HSV(B)189.92º80.13%59.22%-
XYZ14.2418.7432.15-
YUV103.08155.0475.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.62%
GREEN value IS 131 (51.56% from 255) = 41.99%
BLUE value IS 151 (59.38% from 255) = 48.40%
R=9.62%
G=41.99%
B=48.40%

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
Decimal301311510.800.1300.41189.9266.8535.49
Hex1E839750D029be4323
Octal362032271201505127610343
Binary111101000001110010111101000011010101001101111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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