#1E8EA0

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

Shades of Scooter #1E8EA0

Tints of Scooter #1E8EA0

Color information

#1E8EA0 (or 0x1E8EA0) is unknown color: approx Scooter. HEX triplet: 1E, 8E and A0. RGB value is (30,142,160). Sum of RGB (Red+Green+Blue) = 30+142+160=332 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.04% from 332); Green value is 142 (55.86% from 255 or 42.77% from 332); Blue value is 160 (62.89% from 255 or 48.19% from 332); Max value from RGB is 160 - color contains mainly: blue. Hex color #1E8EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E8EA0 is #E1715F. Grayscale: #6E6E6E. Windows color (decimal): -14774624 or 10522142. OLE color: 10522142.

HSL color Cylindrical-coordinate representation of color #1E8EA0: hue angle of 188.31º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1E8EA0 is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB30142160-
CMYK0.810.1100.37
HSL188.31º68.42%37.25%-
HSV(B)188.31º81.25%62.75%-
XYZ16.5522.1636.66-
YUV110.56155.8970.54-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.04%
GREEN value IS 142 (55.86% from 255) = 42.77%
BLUE value IS 160 (62.89% from 255) = 48.19%
R=9.04%
G=42.77%
B=48.19%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal301421600.810.1100.37188.3168.4237.25
Hex1E8EA051B025bc4425
Octal362162401211304527410445
Binary111101000111010100000101000110110100101101111001000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E8EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,142,160); }

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

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

 a { background-color: rgb(30,142,160); }

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

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

 span { border-color: rgb(30,142,160); }

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