COLOR #29B3EB

HEX: #29B3EB
RGB: (41,179,235)

Color info

#29B3EB contains mainly green and blue colors. Web safe color of #29B3EB is #3399FF (or #39F).

RGB color model

#29B3EB color RGB value is (41,179,235).

  • red value is 41;
  • green value is 179;
  • blue value is 235.
RGB:
(41,179,235)
(16%,70%,92%)

RGB channels and saturation

R 41 of 255 = 16%
G 179 of 255 = 70%
B 235 of 255 = 92%

41
179
235

R + G + B ~ 59%. #29B3EB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
41 + 179 + 235 = 455 (100%)
R 41 of 455 ~ 9.01%
G 179 of 455 ~ 39.34%
B 235 of 455 ~ 51.65%

%39.34
%51.65

CMYK color model

#29B3EB color CMYK value is (83,24,0,8).

  • cyan value is 82.55%
  • magenta value is 23.83%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(83,24,0,8)
C83M24Y0K8 
(83%,24%,0%,8%)
(0.83/0.24/0.00/0.08)	

CMYK percentages

%82.55
%23.83
%0
%7.84

Codes

Color #29B3EB in popluar color models

29B3EB
RGB41179235
HSL197°82.91%54.12%
HSB/HSV197°82.55%92.16%
CMYK82.55%23.83%0.00%
7.84%

Color #29B3EB in popluar number systems.

HEX29B3EB
Decimal41179235
Binary1010011011001111101011
Octal51263353

Shades and tints

Shades of #29B3EB

#29B3EB
(41,179,235)
#26A3D6
(38,163,214)
#2393C1
(35,147,193)
#2083AC
(32,131,172)
#1D7397
(29,115,151)
#1A6382
(26,99,130)
#17536D
(23,83,109)
#144358
(20,67,88)
#113343
(17,51,67)
#0E232E
(14,35,46)
#0B1319
(11,19,25)
#000000
(0,0,0)

Tints of #29B3EB

#29B3EB
(41,179,235)
#3CB9EC
(60,185,236)
#4FBFED
(79,191,237)
#62C5EE
(98,197,238)
#75CBEF
(117,203,239)
#88D1F0
(136,209,240)
#9BD7F1
(155,215,241)
#AEDDF2
(174,221,242)
#C1E3F3
(193,227,243)
#D4E9F4
(212,233,244)
#E7EFF5
(231,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29B3EB color. Also use rgb(41,179,235) instead hex code.

Text Font Color

.myTextColor { color: #29B3EB; }

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

This text font color is #29B3EB.


Background Color

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

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

This div background color is #29B3EB.


Border color

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

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

This div border color is #29B3EB.


Opacity

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

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

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

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

This text has shadow with #29B3EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29B3EB on black background.


Color preview on white background

This text has color #29B3EB on white background.



Black color preview on #29B3EB background

This text has black color on #29B3EB background.


White color preview on #29B3EB background

This text has white color on #29B3EB background.