COLOR #1ED9EA

HEX: #1ED9EA RGB: (30,217,234)

Color info

#1ED9EA contains mainly green and blue colors. Web safe color of #1ED9EA is #33CCFF (or #3CF).

RGB color model

#1ED9EA color RGB value is (30,217,234).

RGB: (30,217,234) (12%, 85%, 92%)

RGB channels and saturation

R 30 of 255 = 12%
G 217 of 255 = 85%
B 234 of 255 = 92%

30
217
234

R + G + B ~ 63%. #1ED9EA is quite light color.

Portions of RGB colors in percentages

R + G + B = 30 + 217 + 234 = 481 (100%)
R 30 of 481 ~ 6.24%
G 217 of 481 ~ 45.11%
B 234 of 481 ~ 48.65'%

%45.11
%48.65

CMYK color model

#1ED9EA color CMYK value is (87,7,0,8).

  • cyan value is 87.18%
  • magenta value is 7.26%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (87,7,0,8)
C87M7Y0K8 (87%, 7%, 0%, 8%)
(0.87 / 0.07 / 0.00 / 0.08)

CMYK percentages

%87.18
%7.26
%0
%8.24

Codes

Color #1ED9EA in popluar color models

1E D9 EA
RGB 30 217 234
HSL 185° 82.93% 51.76%
HSB/HSV 185° 87.18% 91.76%
CMYK 87.18% 7.26% 0.00%
8.24%

Color #1ED9EA in popluar number systems.

HEX 1E D9 EA
Decimal 30 217 234
Binary 11110 11011001 11101010
Octal 36 331 352

Shades and tints

Shades of #1ED9EA

#1ED9EA
(30,217,234)
#1CC6D5
(28,198,213)
#1AB3C0
(26,179,192)
#18A0AB
(24,160,171)
#168D96
(22,141,150)
#147A81
(20,122,129)
#12676C
(18,103,108)
#105457
(16,84,87)
#0E4142
(14,65,66)
#0C2E2D
(12,46,45)
#0A1B18
(10,27,24)
#000000
(0,0,0)

Tints of #1ED9EA

#1ED9EA
(30,217,234)
#32DCEB
(50,220,235)
#46DFEC
(70,223,236)
#5AE2ED
(90,226,237)
#6EE5EE
(110,229,238)
#82E8EF
(130,232,239)
#96EBF0
(150,235,240)
#AAEEF1
(170,238,241)
#BEF1F2
(190,241,242)
#D2F4F3
(210,244,243)
#E6F7F4
(230,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED9EA color. Also use rgb(30,217,234) instead hex code.

Text Font Color

.myTextColor { color: #1ED9EA; }

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

This text font color is #1ED9EA.

Background Color

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

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

This div background color is #1ED9EA.

Border color

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

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

This div border color is #1ED9EA.

Opacity

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

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

Text with #1ED9EA 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 #1ED9EA;}

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

This text has shadow with #1ED9EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1ED9EA.

Preview

Color preview on black background

This text has color #1ED9EA on black background.


Color preview on white background

This text has color #1ED9EA on white background.


Black color preview on #1ED9EA background

This text has black color on #1ED9EA background.


White color preview on #1ED9EA background

This text has white color on #1ED9EA background.


Related colors

Complementary color

Complementary color for #hex is #E12615.


I love getcolorcode.com

Triadic colors

1 #EA1ED9 and #D9EA1E with #1ED9EA are triadic colors.

2 #EAD91E and #D91EEA with #1ED9EA are triadic colors.