COLOR #1ED1F8

HEX: #1ED1F8
RGB: (30,209,248)

Color info

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

RGB color model

#1ED1F8 color RGB value is (30,209,248).

  • red value is 30;
  • green value is 209;
  • blue value is 248.
RGB:
(30,209,248)
(12%,82%,97%)

RGB channels and saturation

R 30 of 255 = 12%
G 209 of 255 = 82%
B 248 of 255 = 97%

30
209
248

R + G + B ~ 64%. #1ED1F8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
30 + 209 + 248 = 487 (100%)
R 30 of 487 ~ 6.16%
G 209 of 487 ~ 42.92%
B 248 of 487 ~ 50.92%

%42.92
%50.92

CMYK color model

#1ED1F8 color CMYK value is (88,16,0,3).

  • cyan value is 87.90%
  • magenta value is 15.73%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(88,16,0,3)
C88M16Y0K3 
(88%,16%,0%,3%)
(0.88/0.16/0.00/0.03)	

CMYK percentages

%87.9
%15.73
%0
%2.75

Codes

Color #1ED1F8 in popluar color models

1ED1F8
RGB30209248
HSL191°93.97%54.51%
HSB/HSV191°87.90%97.25%
CMYK87.90%15.73%0.00%
2.75%

Color #1ED1F8 in popluar number systems.

HEX1ED1F8
Decimal30209248
Binary111101101000111111000
Octal36321370

Shades and tints

Shades of #1ED1F8

#1ED1F8
(30,209,248)
#1CBEE2
(28,190,226)
#1AABCC
(26,171,204)
#1898B6
(24,152,182)
#1685A0
(22,133,160)
#14728A
(20,114,138)
#125F74
(18,95,116)
#104C5E
(16,76,94)
#0E3948
(14,57,72)
#0C2632
(12,38,50)
#0A131C
(10,19,28)
#000000
(0,0,0)

Tints of #1ED1F8

#1ED1F8
(30,209,248)
#32D5F8
(50,213,248)
#46D9F8
(70,217,248)
#5ADDF8
(90,221,248)
#6EE1F8
(110,225,248)
#82E5F8
(130,229,248)
#96E9F8
(150,233,248)
#AAEDF8
(170,237,248)
#BEF1F8
(190,241,248)
#D2F5F8
(210,245,248)
#E6F9F8
(230,249,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1ED1F8 color. Also use rgb(30,209,248) instead hex code.

Text Font Color

.myTextColor { color: #1ED1F8; }

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

This text font color is #1ED1F8.


Background Color

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

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

This div background color is #1ED1F8.


Border color

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

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

This div border color is #1ED1F8.


Opacity

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

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

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

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

This text has shadow with #1ED1F8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1ED1F8 on black background.


Color preview on white background

This text has color #1ED1F8 on white background.



Black color preview on #1ED1F8 background

This text has black color on #1ED1F8 background.


White color preview on #1ED1F8 background

This text has white color on #1ED1F8 background.