#1E869C

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

Shades of Scooter #1E869C

Tints of Scooter #1E869C

Color information

#1E869C (or 0x1E869C) is unknown color: approx Scooter. HEX triplet: 1E, 86 and 9C. RGB value is (30,134,156). Sum of RGB (Red+Green+Blue) = 30+134+156=320 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.38% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #1E869C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E869C is #E17963. Grayscale: #696969. Windows color (decimal): -14776676 or 10257950. OLE color: 10257950.

HSL color Cylindrical-coordinate representation of color #1E869C: hue angle of 190.48º 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 #1E869C is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB30134156-
CMYK0.810.1400.39
HSL190.48º67.74%36.47%-
HSV(B)190.48º80.77%61.18%-
XYZ15.0619.7334.47-
YUV105.41156.5474.21-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.38%
GREEN value IS 134 (52.73% from 255) = 41.88%
BLUE value IS 156 (61.33% from 255) = 48.75%
R=9.38%
G=41.88%
B=48.75%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal301341560.810.1400.39190.4867.7436.47
Hex1E869C51E027be4424
Octal362062341211604727610444
Binary111101000011010011100101000111100100111101111101000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E869C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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