#1E9CBA

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

Shades of Pelorous #1E9CBA

Tints of Pelorous #1E9CBA

Color information

#1E9CBA (or 0x1E9CBA) is unknown color: approx Pelorous. HEX triplet: 1E, 9C and BA. RGB value is (30,156,186). Sum of RGB (Red+Green+Blue) = 30+156+186=372 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.06% from 372); Green value is 156 (61.33% from 255 or 41.94% from 372); Blue value is 186 (73.05% from 255 or 50% from 372); Max value from RGB is 186 - color contains mainly: blue. Hex color #1E9CBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1E9CBA is #E16345. Grayscale: #797979. Windows color (decimal): -14771014 or 12229662. OLE color: 12229662.

HSL color Cylindrical-coordinate representation of color #1E9CBA: hue angle of 191.54º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1E9CBA is Cyan = 0.84, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB30156186-
CMYK0.840.1600.27
HSL191.54º72.22%42.35%-
HSV(B)191.54º83.87%72.94%-
XYZ21.2927.650.66-
YUV121.75164.2662.56-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.06%
GREEN value IS 156 (61.33% from 255) = 41.94%
BLUE value IS 186 (73.05% from 255) = 50%
R=8.06%
G=41.94%
B=50%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal301561860.840.1600.27191.5472.2242.35
Hex1E9CBA541001Bc0482a
Octal362342721242003330011052
Binary111101001110010111010101010010000011011110000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E9CBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,156,186); }

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

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

 a { background-color: rgb(30,156,186); }

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

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

 span { border-color: rgb(30,156,186); }

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