#1E8BA2

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

Shades of Scooter #1E8BA2

Tints of Scooter #1E8BA2

Color information

#1E8BA2 (or 0x1E8BA2) is unknown color: approx Scooter. HEX triplet: 1E, 8B and A2. RGB value is (30,139,162). Sum of RGB (Red+Green+Blue) = 30+139+162=331 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.06% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 162 (63.67% from 255 or 48.94% from 331); Max value from RGB is 162 - color contains mainly: blue. Hex color #1E8BA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8BA2 is #E1745D. Grayscale: #6C6C6C. Windows color (decimal): -14775390 or 10652446. OLE color: 10652446.

HSL color Cylindrical-coordinate representation of color #1E8BA2: hue angle of 190.45º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E8BA2 is Cyan = 0.81, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB30139162-
CMYK0.810.1400.36
HSL190.45º68.75%37.65%-
HSV(B)190.45º81.48%63.53%-
XYZ16.2921.3537.44-
YUV109.03157.8971.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.06%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 162 (63.67% from 255) = 48.94%
R=9.06%
G=41.99%
B=48.94%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal301391620.810.1400.36190.4568.7537.65
Hex1E8BA251E024be4526
Octal362132421211604427610546
Binary111101000101110100010101000111100100100101111101000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8BA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,139,162); }

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

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

 a { background-color: rgb(30,139,162); }

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

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

 span { border-color: rgb(30,139,162); }

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