#1E83A6

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

Shades of Scooter #1E83A6

Tints of Scooter #1E83A6

Color information

#1E83A6 (or 0x1E83A6) is unknown color: approx Scooter. HEX triplet: 1E, 83 and A6. RGB value is (30,131,166). Sum of RGB (Red+Green+Blue) = 30+131+166=327 (43% of max value = 765). Red value is 30 (12.11% from 255 or 9.17% from 327); Green value is 131 (51.56% from 255 or 40.06% from 327); Blue value is 166 (65.23% from 255 or 50.76% from 327); Max value from RGB is 166 - color contains mainly: blue. Hex color #1E83A6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E83A6 is #E17C59. Grayscale: #686868. Windows color (decimal): -14777434 or 10912542. OLE color: 10912542.

HSL color Cylindrical-coordinate representation of color #1E83A6: hue angle of 195.44º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1E83A6 is Cyan = 0.82, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB30131166-
CMYK0.820.2100.35
HSL195.44º69.39%38.43%-
HSV(B)195.44º81.93%65.1%-
XYZ15.5319.2638.98-
YUV104.79162.5474.65-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 9.17%
GREEN value IS 131 (51.56% from 255) = 40.06%
BLUE value IS 166 (65.23% from 255) = 50.76%
R=9.17%
G=40.06%
B=50.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301311660.820.2100.35195.4469.3938.43
Hex1E83A65215023c34526
Octal362032461222504330310546
Binary1111010000011101001101010010101010100011110000111000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E83A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,131,166); }

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

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

 a { background-color: rgb(30,131,166); }

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

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

 span { border-color: rgb(30,131,166); }

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