COLOR #1ED8E4

HEX: #1ED8E4 RGB: (30,216,228)

Color info

#1ED8E4 contains mainly green and blue colors. Web safe color of #1ED8E4 is #33CCCC (or #3CC).

RGB color model

#1ED8E4 color RGB value is (30,216,228).

RGB: (30,216,228) (12%, 85%, 89%)

RGB channels and saturation

R 30 of 255 = 12%
G 216 of 255 = 85%
B 228 of 255 = 89%

30
216
228

R + G + B ~ 62%. #1ED8E4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 30 + 216 + 228 = 474 (100%)
R 30 of 474 ~ 6.33%
G 216 of 474 ~ 45.57%
B 228 of 474 ~ 48.1'%

%45.57
%48.1

CMYK color model

#1ED8E4 color CMYK value is (87,5,0,11).

  • cyan value is 86.84%
  • magenta value is 5.26%
  • yellow value is 0.00%
  • key color value is 10.59%

CMYK: (87,5,0,11)
C87M5Y0K11 (87%, 5%, 0%, 11%)
(0.87 / 0.05 / 0.00 / 0.11)

CMYK percentages

%86.84
%5.26
%0
%10.59

Codes

Color #1ED8E4 in popluar color models

1E D8 E4
RGB 30 216 228
HSL 184° 78.57% 50.59%
HSB/HSV 184° 86.84% 89.41%
CMYK 86.84% 5.26% 0.00%
10.59%

Color #1ED8E4 in popluar number systems.

HEX 1E D8 E4
Decimal 30 216 228
Binary 11110 11011000 11100100
Octal 36 330 344

Shades and tints

Shades of #1ED8E4

#1ED8E4
(30,216,228)
#1CC5D0
(28,197,208)
#1AB2BC
(26,178,188)
#189FA8
(24,159,168)
#168C94
(22,140,148)
#147980
(20,121,128)
#12666C
(18,102,108)
#105358
(16,83,88)
#0E4044
(14,64,68)
#0C2D30
(12,45,48)
#0A1A1C
(10,26,28)
#000000
(0,0,0)

Tints of #1ED8E4

#1ED8E4
(30,216,228)
#32DBE6
(50,219,230)
#46DEE8
(70,222,232)
#5AE1EA
(90,225,234)
#6EE4EC
(110,228,236)
#82E7EE
(130,231,238)
#96EAF0
(150,234,240)
#AAEDF2
(170,237,242)
#BEF0F4
(190,240,244)
#D2F3F6
(210,243,246)
#E6F6F8
(230,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED8E4 color. Also use rgb(30,216,228) instead hex code.

Text Font Color

.myTextColor { color: #1ED8E4; }

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

This text font color is #1ED8E4.

Background Color

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

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

This div background color is #1ED8E4.

Border color

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

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

This div border color is #1ED8E4.

Opacity

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

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

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

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

This text has shadow with #1ED8E4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #1ED8E4.

Preview

Color preview on black background

This text has color #1ED8E4 on black background.


Color preview on white background

This text has color #1ED8E4 on white background.


Black color preview on #1ED8E4 background

This text has black color on #1ED8E4 background.


White color preview on #1ED8E4 background

This text has white color on #1ED8E4 background.


Related colors

Complementary color

Complementary color for #hex is #E1271B.


I love getcolorcode.com

Triadic colors

1 #E41ED8 and #D8E41E with #1ED8E4 are triadic colors.

2 #E4D81E and #D81EE4 with #1ED8E4 are triadic colors.