#1E899C

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

Shades of Scooter #1E899C

Tints of Scooter #1E899C

Color information

#1E899C (or 0x1E899C) is unknown color: approx Scooter. HEX triplet: 1E, 89 and 9C. RGB value is (30,137,156). Sum of RGB (Red+Green+Blue) = 30+137+156=323 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.29% from 323); Green value is 137 (53.91% from 255 or 42.41% from 323); Blue value is 156 (61.33% from 255 or 48.30% from 323); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E899C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E899C is #E17663. Grayscale: #6A6A6A. Windows color (decimal): -14775908 or 10258718. OLE color: 10258718.

HSL color Cylindrical-coordinate representation of color #1E899C: hue angle of 189.05º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E899C is Cyan = 0.81, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB30137156-
CMYK0.810.1200.39
HSL189.05º67.74%36.47%-
HSV(B)189.05º80.77%61.18%-
XYZ15.4820.5734.61-
YUV107.17155.5572.96-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.29%
GREEN value IS 137 (53.91% from 255) = 42.41%
BLUE value IS 156 (61.33% from 255) = 48.30%
R=9.29%
G=42.41%
B=48.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301371560.810.1200.39189.0567.7436.47
Hex1E899C51C027bd4424
Octal362112341211404727510444
Binary111101000100110011100101000111000100111101111011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E899C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,137,156); }

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

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

 a { background-color: rgb(30,137,156); }

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

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

 span { border-color: rgb(30,137,156); }

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