COLOR #1EC2F0

HEX: #1EC2F0
RGB: (30,194,240)

Color info

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

RGB color model

#1EC2F0 color RGB value is (30,194,240).

  • red value is 30;
  • green value is 194;
  • blue value is 240.
RGB:
(30,194,240)
(12%,76%,94%)

RGB channels and saturation

R 30 of 255 = 12%
G 194 of 255 = 76%
B 240 of 255 = 94%

30
194
240

R + G + B ~ 61%. #1EC2F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
30 + 194 + 240 = 464 (100%)
R 30 of 464 ~ 6.47%
G 194 of 464 ~ 41.81%
B 240 of 464 ~ 51.72%

%41.81
%51.72

CMYK color model

#1EC2F0 color CMYK value is (88,19,0,6).

  • cyan value is 87.50%
  • magenta value is 19.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(88,19,0,6)
C88M19Y0K6 
(88%,19%,0%,6%)
(0.88/0.19/0.00/0.06)	

CMYK percentages

%87.5
%19.17
%0
%5.88

Codes

Color #1EC2F0 in popluar color models

1EC2F0
RGB30194240
HSL193°87.50%52.94%
HSB/HSV193°87.50%94.12%
CMYK87.50%19.17%0.00%
5.88%

Color #1EC2F0 in popluar number systems.

HEX1EC2F0
Decimal30194240
Binary111101100001011110000
Octal36302360

Shades and tints

Shades of #1EC2F0

#1EC2F0
(30,194,240)
#1CB1DB
(28,177,219)
#1AA0C6
(26,160,198)
#188FB1
(24,143,177)
#167E9C
(22,126,156)
#146D87
(20,109,135)
#125C72
(18,92,114)
#104B5D
(16,75,93)
#0E3A48
(14,58,72)
#0C2933
(12,41,51)
#0A181E
(10,24,30)
#000000
(0,0,0)

Tints of #1EC2F0

#1EC2F0
(30,194,240)
#32C7F1
(50,199,241)
#46CCF2
(70,204,242)
#5AD1F3
(90,209,243)
#6ED6F4
(110,214,244)
#82DBF5
(130,219,245)
#96E0F6
(150,224,246)
#AAE5F7
(170,229,247)
#BEEAF8
(190,234,248)
#D2EFF9
(210,239,249)
#E6F4FA
(230,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EC2F0 color. Also use rgb(30,194,240) instead hex code.

Text Font Color

.myTextColor { color: #1EC2F0; }

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

This text font color is #1EC2F0.


Background Color

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

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

This div background color is #1EC2F0.


Border color

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

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

This div border color is #1EC2F0.


Opacity

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

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

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

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

This text has shadow with #1EC2F0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EC2F0 on black background.


Color preview on white background

This text has color #1EC2F0 on white background.



Black color preview on #1EC2F0 background

This text has black color on #1EC2F0 background.


White color preview on #1EC2F0 background

This text has white color on #1EC2F0 background.