COLOR #2EC9FF

HEX: #2EC9FF
RGB: (46,201,255)

Color info

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

RGB color model

#2EC9FF color RGB value is (46,201,255).

  • red value is 46;
  • green value is 201;
  • blue value is 255.
RGB:
(46,201,255)
(18%,79%,100%)

RGB channels and saturation

R 46 of 255 = 18%
G 201 of 255 = 79%
B 255 of 255 = 100%

46
201
255

R + G + B ~ 66%. #2EC9FF is quite light color.

Portions of RGB colors in percentages

R + G + B =
46 + 201 + 255 = 502 (100%)
R 46 of 502 ~ 9.16%
G 201 of 502 ~ 40.04%
B 255 of 502 ~ 50.8%

%40.04
%50.8

CMYK color model

#2EC9FF color CMYK value is (82,21,0,0).

  • cyan value is 81.96%
  • magenta value is 21.18%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(82,21,0,0)
C82M21Y0K0 
(82%,21%,0%,0%)
(0.82/0.21/0.00/0.00)	

CMYK percentages

%81.96
%21.18
%0
%0

Codes

Color #2EC9FF in popluar color models

2EC9FF
RGB46201255
HSL196°100.00%59.02%
HSB/HSV196°81.96%100.00%
CMYK81.96%21.18%0.00%
0.00%

Color #2EC9FF in popluar number systems.

HEX2EC9FF
Decimal46201255
Binary1011101100100111111111
Octal56311377

Shades and tints

Shades of #2EC9FF

#2EC9FF
(46,201,255)
#2AB7E8
(42,183,232)
#26A5D1
(38,165,209)
#2293BA
(34,147,186)
#1E81A3
(30,129,163)
#1A6F8C
(26,111,140)
#165D75
(22,93,117)
#124B5E
(18,75,94)
#0E3947
(14,57,71)
#0A2730
(10,39,48)
#061519
(6,21,25)
#000000
(0,0,0)

Tints of #2EC9FF

#2EC9FF
(46,201,255)
#41CDFF
(65,205,255)
#54D1FF
(84,209,255)
#67D5FF
(103,213,255)
#7AD9FF
(122,217,255)
#8DDDFF
(141,221,255)
#A0E1FF
(160,225,255)
#B3E5FF
(179,229,255)
#C6E9FF
(198,233,255)
#D9EDFF
(217,237,255)
#ECF1FF
(236,241,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #2EC9FF color. Also use rgb(46,201,255) instead hex code.

Text Font Color

.myTextColor { color: #2EC9FF; }

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

This text font color is #2EC9FF.


Background Color

.myBgColor { background-color: #2EC9FF; }

<div style="background-color:#2EC9FF">Inner text</div>

This div background color is #2EC9FF.


Border color

.myBorderColor { border: 1px solid #2EC9FF; }

<div style="border:3px solid #2EC9FF">Div</div>

This div border color is #2EC9FF.


Opacity

.myOpacity80 { color: #2EC9FF; opacity: 0.8; }

<p style="color:#2EC9FF;opacity:0.8;">80%</p>

Text with #2EC9FF 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 #2EC9FF;}

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

This text has shadow with #2EC9FF color.

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

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

This text has shadow with #2EC9FF primary color and red secondary color.


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

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

This text has shadow with #2EC9FF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #2EC9FF on black background.


Color preview on white background

This text has color #2EC9FF on white background.



Black color preview on #2EC9FF background

This text has black color on #2EC9FF background.


White color preview on #2EC9FF background

This text has white color on #2EC9FF background.