#1E889B

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

Shades of Scooter #1E889B

Tints of Scooter #1E889B

Color information

#1E889B (or 0x1E889B) is unknown color: approx Scooter. HEX triplet: 1E, 88 and 9B. RGB value is (30,136,155). Sum of RGB (Red+Green+Blue) = 30+136+155=321 (42% of max value = 765). Red value is 30 (12.11% from 255 or 9.35% from 321); Green value is 136 (53.52% from 255 or 42.37% from 321); Blue value is 155 (60.94% from 255 or 48.29% from 321); Max value from RGB is 155 - color contains mainly: blue. Hex color #1E889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E889B is #E17764. Grayscale: #6A6A6A. Windows color (decimal): -14776165 or 10192926. OLE color: 10192926.

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

Color convert

RGB30136155-
CMYK0.810.1200.39
HSL189.12º67.57%36.27%-
HSV(B)189.12º80.65%60.78%-
XYZ15.2620.2534.12-
YUV106.47155.3873.46-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.35%
GREEN value IS 136 (53.52% from 255) = 42.37%
BLUE value IS 155 (60.94% from 255) = 48.29%
R=9.35%
G=42.37%
B=48.29%

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
Decimal301361550.810.1200.39189.1267.5736.27
Hex1E889B51C027bd4424
Octal362102331211404727510444
Binary111101000100010011011101000111000100111101111011000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E889B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,136,155); }

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

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

 a { background-color: rgb(30,136,155); }

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

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

 span { border-color: rgb(30,136,155); }

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