COLOR #29EDF6

HEX: #29EDF6
RGB: (41,237,246)

Color info

#29EDF6 contains mainly green and blue colors. Web safe color of #29EDF6 is #33FFFF (or #3FF).

RGB color model

#29EDF6 color RGB value is (41,237,246).

  • red value is 41;
  • green value is 237;
  • blue value is 246.
RGB:
(41,237,246)
(16%,93%,96%)

RGB channels and saturation

R 41 of 255 = 16%
G 237 of 255 = 93%
B 246 of 255 = 96%

41
237
246

R + G + B ~ 68%. #29EDF6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
41 + 237 + 246 = 524 (100%)
R 41 of 524 ~ 7.82%
G 237 of 524 ~ 45.23%
B 246 of 524 ~ 46.95%

%45.23
%46.95

CMYK color model

#29EDF6 color CMYK value is (83,4,0,4).

  • cyan value is 83.33%
  • magenta value is 3.66%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(83,4,0,4)
C83M4Y0K4 
(83%,4%,0%,4%)
(0.83/0.04/0.00/0.04)	

CMYK percentages

%83.33
%3.66
%0
%3.53

Codes

Color #29EDF6 in popluar color models

29EDF6
RGB41237246
HSL183°91.93%56.27%
HSB/HSV183°83.33%96.47%
CMYK83.33%3.66%0.00%
3.53%

Color #29EDF6 in popluar number systems.

HEX29EDF6
Decimal41237246
Binary1010011110110111110110
Octal51355366

Shades and tints

Shades of #29EDF6

#29EDF6
(41,237,246)
#26D8E0
(38,216,224)
#23C3CA
(35,195,202)
#20AEB4
(32,174,180)
#1D999E
(29,153,158)
#1A8488
(26,132,136)
#176F72
(23,111,114)
#145A5C
(20,90,92)
#114546
(17,69,70)
#0E3030
(14,48,48)
#0B1B1A
(11,27,26)
#000000
(0,0,0)

Tints of #29EDF6

#29EDF6
(41,237,246)
#3CEEF6
(60,238,246)
#4FEFF6
(79,239,246)
#62F0F6
(98,240,246)
#75F1F6
(117,241,246)
#88F2F6
(136,242,246)
#9BF3F6
(155,243,246)
#AEF4F6
(174,244,246)
#C1F5F6
(193,245,246)
#D4F6F6
(212,246,246)
#E7F7F6
(231,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29EDF6 color. Also use rgb(41,237,246) instead hex code.

Text Font Color

.myTextColor { color: #29EDF6; }

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

This text font color is #29EDF6.


Background Color

.myBgColor { background-color: #29EDF6; }

<div style="background-color:#29EDF6">Inner text</div>

This div background color is #29EDF6.


Border color

.myBorderColor { border: 1px solid #29EDF6; }

<div style="border:3px solid #29EDF6">Div</div>

This div border color is #29EDF6.


Opacity

.myOpacity80 { color: #29EDF6; opacity: 0.8; }

<p style="color:#29EDF6;opacity:0.8;">80%</p>

Text with #29EDF6 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 #29EDF6;}

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

This text has shadow with #29EDF6 color.

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

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

This text has shadow with #29EDF6 primary color and red secondary color.


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

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

This text has shadow with #29EDF6 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29EDF6 on black background.


Color preview on white background

This text has color #29EDF6 on white background.



Black color preview on #29EDF6 background

This text has black color on #29EDF6 background.


White color preview on #29EDF6 background

This text has white color on #29EDF6 background.