#1E93AB

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

Shades of Pelorous #1E93AB

Tints of Pelorous #1E93AB

Color information

#1E93AB (or 0x1E93AB) is unknown color: approx Pelorous. HEX triplet: 1E, 93 and AB. RGB value is (30,147,171). Sum of RGB (Red+Green+Blue) = 30+147+171=348 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.62% from 348); Green value is 147 (57.81% from 255 or 42.24% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #1E93AB is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E93AB is #E16C54. Grayscale: #727272. Windows color (decimal): -14773333 or 11244318. OLE color: 11244318.

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

Color convert

RGB30147171-
CMYK0.820.1400.33
HSL190.21º70.15%39.41%-
HSV(B)190.21º82.46%67.06%-
XYZ18.3224.0842.21-
YUV114.75159.7467.55-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.62%
GREEN value IS 147 (57.81% from 255) = 42.24%
BLUE value IS 171 (67.19% from 255) = 49.14%
R=8.62%
G=42.24%
B=49.14%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal301471710.820.1400.33190.2170.1539.41
Hex1E93AB52E021be4627
Octal362232531221604127610647
Binary111101001001110101011101001011100100001101111101000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E93AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,147,171); }

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

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

 a { background-color: rgb(30,147,171); }

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

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

 span { border-color: rgb(30,147,171); }

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