#1E9ABE

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

Shades of Pelorous #1E9ABE

Tints of Pelorous #1E9ABE

Color information

#1E9ABE (or 0x1E9ABE) is unknown color: approx Pelorous. HEX triplet: 1E, 9A and BE. RGB value is (30,154,190). Sum of RGB (Red+Green+Blue) = 30+154+190=374 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.02% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 190 (74.61% from 255 or 50.80% from 374); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E9ABE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9ABE is #E16541. Grayscale: #787878. Windows color (decimal): -14771522 or 12491294. OLE color: 12491294.

HSL color Cylindrical-coordinate representation of color #1E9ABE: hue angle of 193.5º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E9ABE is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30154190-
CMYK0.840.1900.25
HSL193.5º72.73%43.14%-
HSV(B)193.5º84.21%74.51%-
XYZ21.3927.152.82-
YUV121.03166.9263.07-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.02%
GREEN value IS 154 (60.55% from 255) = 41.18%
BLUE value IS 190 (74.61% from 255) = 50.80%
R=8.02%
G=41.18%
B=50.80%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301541900.840.1900.25193.572.7343.14
Hex1E9ABE5413019c2492b
Octal362322761242303130211153
Binary111101001101010111110101010010011011001110000101001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,154,190); }

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

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

 a { background-color: rgb(30,154,190); }

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

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

 span { border-color: rgb(30,154,190); }

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