#1E93BE

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

Shades of Pelorous #1E93BE

Tints of Pelorous #1E93BE

Color information

#1E93BE (or 0x1E93BE) is unknown color: approx Pelorous. HEX triplet: 1E, 93 and BE. RGB value is (30,147,190). Sum of RGB (Red+Green+Blue) = 30+147+190=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 190 (74.61% from 255 or 51.77% from 367); Max value from RGB is 190 - color contains mainly: blue. Hex color #1E93BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E93BE is #E16C41. Grayscale: #747474. Windows color (decimal): -14773314 or 12489502. OLE color: 12489502.

HSL color Cylindrical-coordinate representation of color #1E93BE: hue angle of 196.12º 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 #1E93BE is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB30147190-
CMYK0.840.2300.25
HSL196.12º72.73%43.14%-
HSV(B)196.12º84.21%74.51%-
XYZ20.2624.8652.45-
YUV116.92169.2466-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.17%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 190 (74.61% from 255) = 51.77%
R=8.17%
G=40.05%
B=51.77%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal301471900.840.2300.25196.1272.7343.14
Hex1E93BE5417019c4492b
Octal362232761242703130411153
Binary111101001001110111110101010010111011001110001001001001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E93BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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