#1E93AE

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

Shades of Pelorous #1E93AE

Tints of Pelorous #1E93AE

Color information

#1E93AE (or 0x1E93AE) is unknown color: approx Pelorous. HEX triplet: 1E, 93 and AE. RGB value is (30,147,174). Sum of RGB (Red+Green+Blue) = 30+147+174=351 (46% of max value = 765). Red value is 30 (12.11% from 255 or 8.55% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 174 (68.36% from 255 or 49.57% from 351); Max value from RGB is 174 - color contains mainly: blue. Hex color #1E93AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1E93AE is #E16C51. Grayscale: #727272. Windows color (decimal): -14773330 or 11440926. OLE color: 11440926.

HSL color Cylindrical-coordinate representation of color #1E93AE: hue angle of 191.25º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E93AE is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB30147174-
CMYK0.830.1600.32
HSL191.25º70.59%40%-
HSV(B)191.25º82.76%68.24%-
XYZ18.6124.243.73-
YUV115.1161.2467.3-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.55%
GREEN value IS 147 (57.81% from 255) = 41.88%
BLUE value IS 174 (68.36% from 255) = 49.57%
R=8.55%
G=41.88%
B=49.57%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal301471740.830.1600.32191.2570.5940
Hex1E93AE5310020bf4728
Octal362232561232004027710750
Binary1111010010011101011101010011100000100000101111111000111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E93AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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