COLOR #1EA5BF

HEX: #1EA5BF RGB: (30,165,191)

Color info

#1EA5BF contains mainly green and blue colors. Web safe color of #1EA5BF is #3399CC (or #39C).

RGB color model

#1EA5BF color RGB value is (30,165,191).

RGB: (30,165,191) (12%, 65%, 75%)

RGB channels and saturation

R 30 of 255 = 12%
G 165 of 255 = 65%
B 191 of 255 = 75%

30
165
191

R + G + B ~ 51%. #1EA5BF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 30 + 165 + 191 = 386 (100%)
R 30 of 386 ~ 7.77%
G 165 of 386 ~ 42.75%
B 191 of 386 ~ 49.48'%

%42.75
%49.48

CMYK color model

#1EA5BF color CMYK value is (84,14,0,25).

  • cyan value is 84.29%
  • magenta value is 13.61%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK: (84,14,0,25) C84M14Y0K25 (84%,14%,0%,25%) (0.84/0.14/0.00/0.25) 

CMYK percentages

%84.29
%13.61
%0
%25.1

Codes

Color #1EA5BF in popluar color models

1E A5 BF
RGB 30 165 191
HSL 190° 72.85% 43.33%
HSB/HSV 190° 84.29% 74.90%
CMYK 84.29% 13.61% 0.00%
25.10%

Color #1EA5BF in popluar number systems.

HEX 1E A5 BF
Decimal 30 165 191
Binary 11110 10100101 10111111
Octal 36 245 277

Shades and tints

Shades of #1EA5BF

#1EA5BF
(30,165,191)
#1C96AE
(28,150,174)
#1A879D
(26,135,157)
#18788C
(24,120,140)
#16697B
(22,105,123)
#145A6A
(20,90,106)
#124B59
(18,75,89)
#103C48
(16,60,72)
#0E2D37
(14,45,55)
#0C1E26
(12,30,38)
#0A0F15
(10,15,21)
#000000
(0,0,0)

Tints of #1EA5BF

#1EA5BF
(30,165,191)
#32ADC4
(50,173,196)
#46B5C9
(70,181,201)
#5ABDCE
(90,189,206)
#6EC5D3
(110,197,211)
#82CDD8
(130,205,216)
#96D5DD
(150,213,221)
#AADDE2
(170,221,226)
#BEE5E7
(190,229,231)
#D2EDEC
(210,237,236)
#E6F5F1
(230,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EA5BF color. Also use rgb(30,165,191) instead hex code.

Text Font Color

.myTextColor { color: #1EA5BF; }

<p style="color:#1EA5BF">This sample text font color is #1EA5BF.</p>

This text font color is #1EA5BF.

Background Color

.myBgColor { background-color: #1EA5BF; }

<div style="background-color:#1EA5BF">Inner text</div>

This div background color is #1EA5BF.

Border color

.myBorderColor { border: 1px solid #1EA5BF; }

<div style="border:3px solid #1EA5BF">Div</div>

This div border color is #1EA5BF.

Opacity

.myOpacity80 { color: #1EA5BF; opacity: 0.8; }

<p style="color:#1EA5BF;opacity:0.8;">80%</p>

Text with #1EA5BF color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1EA5BF;}

<p style="text-shadow: 3px 3px 1px #1EA5BF">Text here.</p>

This text has shadow with #1EA5BF color.


.textShadow {text-shadow: 3px 3px 1px #1EA5BF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1EA5BF, 5px 5px 20px red">Text here.</p>

This text has shadow with #1EA5BF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1EA5BF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1EA5BF, Direction=45, Strength=4)">Text</p>

This text has shadow with #1EA5BF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #1EA5BF;
-webkit-box-shadow: 1px 1px 3px 2px #1EA5BF;
box-shadow: 1px 1px 3px 2px #1EA5BF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1EA5BF; -webkit-box-shadow: 1px 1px 3px 2px #1EA5BF; box-shadow:1px 1px 3px 2px #1EA5BF;">
Div content here
</div>

This div box has shadow with color #1EA5BF.

Preview

Color preview on black background

This text has color #1EA5BF on black background.


Color preview on white background

This text has color #1EA5BF on white background.


Black color preview on #1EA5BF background

This text has black color on #1EA5BF background.


White color preview on #1EA5BF background

This text has white color on #1EA5BF background.


Related colors

Complementary color

Complementary color for #hex is #E15A40.


I love getcolorcode.com

Triadic colors

1 #BF1EA5 and #A5BF1E with #1EA5BF are triadic colors.

2 #BFA51E and #A51EBF with #1EA5BF are triadic colors.