#1E8296

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

Shades of Scooter #1E8296

Tints of Scooter #1E8296

Color information

#1E8296 (or 0x1E8296) is unknown color: approx Scooter. HEX triplet: 1E, 82 and 96. RGB value is (30,130,150). Sum of RGB (Red+Green+Blue) = 30+130+150=310 (41% of max value = 765). Red value is 30 (12.11% from 255 or 9.68% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 150 (58.98% from 255 or 48.39% from 310); Max value from RGB is 150 - color contains mainly: blue. Hex color #1E8296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8296 is #E17D69. Grayscale: #666666. Windows color (decimal): -14777706 or 9863710. OLE color: 9863710.

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

Color convert

RGB30130150-
CMYK0.800.1300.41
HSL190º66.67%35.29%-
HSV(B)190º80%58.82%-
XYZ14.0218.4431.67-
YUV102.38154.8776.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.68%
GREEN value IS 130 (51.17% from 255) = 41.94%
BLUE value IS 150 (58.98% from 255) = 48.39%
R=9.68%
G=41.94%
B=48.39%

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
Decimal301301500.800.1300.4119066.6735.29
Hex1E829650D029be4323
Octal362022261201505127610343
Binary111101000001010010110101000011010101001101111101000011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,130,150); }

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

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

 a { background-color: rgb(30,130,150); }

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

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

 span { border-color: rgb(30,130,150); }

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