COLOR #29AAE3

HEX: #29AAE3
RGB: (41,170,227)

Color info

#29AAE3 contains mainly green and blue colors. Web safe color of #29AAE3 is #3399CC (or #39C).

RGB color model

#29AAE3 color RGB value is (41,170,227).

  • red value is 41;
  • green value is 170;
  • blue value is 227.
RGB:
(41,170,227)
(16%,67%,89%)

RGB channels and saturation

R 41 of 255 = 16%
G 170 of 255 = 67%
B 227 of 255 = 89%

41
170
227

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

Portions of RGB colors in percentages

R + G + B =
41 + 170 + 227 = 438 (100%)
R 41 of 438 ~ 9.36%
G 170 of 438 ~ 38.81%
B 227 of 438 ~ 51.83%

%38.81
%51.83

CMYK color model

#29AAE3 color CMYK value is (82,25,0,11).

  • cyan value is 81.94%
  • magenta value is 25.11%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(82,25,0,11)
C82M25Y0K11 
(82%,25%,0%,11%)
(0.82/0.25/0.00/0.11)	

CMYK percentages

%81.94
%25.11
%0
%10.98

Codes

Color #29AAE3 in popluar color models

29AAE3
RGB41170227
HSL198°76.86%52.55%
HSB/HSV198°81.94%89.02%
CMYK81.94%25.11%0.00%
10.98%

Color #29AAE3 in popluar number systems.

HEX29AAE3
Decimal41170227
Binary1010011010101011100011
Octal51252343

Shades and tints

Shades of #29AAE3

#29AAE3
(41,170,227)
#269BCF
(38,155,207)
#238CBB
(35,140,187)
#207DA7
(32,125,167)
#1D6E93
(29,110,147)
#1A5F7F
(26,95,127)
#17506B
(23,80,107)
#144157
(20,65,87)
#113243
(17,50,67)
#0E232F
(14,35,47)
#0B141B
(11,20,27)
#000000
(0,0,0)

Tints of #29AAE3

#29AAE3
(41,170,227)
#3CB1E5
(60,177,229)
#4FB8E7
(79,184,231)
#62BFE9
(98,191,233)
#75C6EB
(117,198,235)
#88CDED
(136,205,237)
#9BD4EF
(155,212,239)
#AEDBF1
(174,219,241)
#C1E2F3
(193,226,243)
#D4E9F5
(212,233,245)
#E7F0F7
(231,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #29AAE3 color. Also use rgb(41,170,227) instead hex code.

Text Font Color

.myTextColor { color: #29AAE3; }

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

This text font color is #29AAE3.


Background Color

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

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

This div background color is #29AAE3.


Border color

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

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

This div border color is #29AAE3.


Opacity

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

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

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

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

This text has shadow with #29AAE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #29AAE3 on black background.


Color preview on white background

This text has color #29AAE3 on white background.



Black color preview on #29AAE3 background

This text has black color on #29AAE3 background.


White color preview on #29AAE3 background

This text has white color on #29AAE3 background.