#1E89A7

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

Shades of Scooter #1E89A7

Tints of Scooter #1E89A7

Color information

#1E89A7 (or 0x1E89A7) is unknown color: approx Scooter. HEX triplet: 1E, 89 and A7. RGB value is (30,137,167). Sum of RGB (Red+Green+Blue) = 30+137+167=334 (44% of max value = 765). Red value is 30 (12.11% from 255 or 8.98% from 334); Green value is 137 (53.91% from 255 or 41.02% from 334); Blue value is 167 (65.62% from 255 or 50% from 334); Max value from RGB is 167 - color contains mainly: blue. Hex color #1E89A7 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E89A7 is #E17658. Grayscale: #6C6C6C. Windows color (decimal): -14775897 or 10979614. OLE color: 10979614.

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

Color convert

RGB30137167-
CMYK0.820.1800.35
HSL193.14º69.54%38.63%-
HSV(B)193.14º82.04%65.49%-
XYZ16.4620.9639.74-
YUV108.43161.0572.06-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.98%
GREEN value IS 137 (53.91% from 255) = 41.02%
BLUE value IS 167 (65.62% from 255) = 50%
R=8.98%
G=41.02%
B=50%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal301371670.820.1800.35193.1469.5438.63
Hex1E89A75212023c14627
Octal362112471222204330110647
Binary1111010001001101001111010010100100100011110000011000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E89A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,137,167); }

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

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

 a { background-color: rgb(30,137,167); }

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

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

 span { border-color: rgb(30,137,167); }

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