COLOR #71AED1

HEX: #71AED1 RGB: (113,174,209)

Color info

#71AED1 contains mainly green and blue colors. Web safe color of #71AED1 is #6699CC (or #69C).

RGB color model

#71AED1 color RGB value is (113,174,209).

RGB: (113,174,209) (44%, 68%, 82%)

RGB channels and saturation

R 113 of 255 = 44%
G 174 of 255 = 68%
B 209 of 255 = 82%

113
174
209

R + G + B ~ 65%. #71AED1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 113 + 174 + 209 = 496 (100%)
R 113 of 496 ~ 22.78%
G 174 of 496 ~ 35.08%
B 209 of 496 ~ 42.14'%

%22.78
%35.08
%42.14

CMYK color model

#71AED1 color CMYK value is (46,17,0,18).

  • cyan value is 45.93%
  • magenta value is 16.75%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK: (46,17,0,18) C46M17Y0K18 (46%,17%,0%,18%) (0.46/0.17/0.00/0.18) 

CMYK percentages

%45.93
%16.75
%0
%18.04

Codes

Color #71AED1 in popluar color models

71 AE D1
RGB 113 174 209
HSL 202° 51.06% 63.14%
HSB/HSV 202° 45.93% 81.96%
CMYK 45.93% 16.75% 0.00%
18.04%

Color #71AED1 in popluar number systems.

HEX 71 AE D1
Decimal 113 174 209
Binary 1110001 10101110 11010001
Octal 161 256 321

Shades and tints

Shades of #71AED1

#71AED1
(113,174,209)
#679FBE
(103,159,190)
#5D90AB
(93,144,171)
#538198
(83,129,152)
#497285
(73,114,133)
#3F6372
(63,99,114)
#35545F
(53,84,95)
#2B454C
(43,69,76)
#213639
(33,54,57)
#172726
(23,39,38)
#0D1813
(13,24,19)
#000000
(0,0,0)

Tints of #71AED1

#71AED1
(113,174,209)
#7DB5D5
(125,181,213)
#89BCD9
(137,188,217)
#95C3DD
(149,195,221)
#A1CAE1
(161,202,225)
#ADD1E5
(173,209,229)
#B9D8E9
(185,216,233)
#C5DFED
(197,223,237)
#D1E6F1
(209,230,241)
#DDEDF5
(221,237,245)
#E9F4F9
(233,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AED1 color. Also use rgb(113,174,209) instead hex code.

Text Font Color

.myTextColor { color: #71AED1; }

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

This text font color is #71AED1.

Background Color

.myBgColor { background-color: #71AED1; }

<div style="background-color:#71AED1">Inner text</div>

This div background color is #71AED1.

Border color

.myBorderColor { border: 1px solid #71AED1; }

<div style="border:3px solid #71AED1">Div</div>

This div border color is #71AED1.

Opacity

.myOpacity80 { color: #71AED1; opacity: 0.8; }

<p style="color:#71AED1;opacity:0.8;">80%</p>

Text with #71AED1 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 #71AED1;}

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

This text has shadow with #71AED1 color.


.textShadow {text-shadow: 3px 3px 1px #71AED1', 3px 3px 1px red;}

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

This text has shadow with #71AED1 primary color and red secondary color.


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

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

This text has shadow with #71AED1 and red colors in old Internet Explorer.

Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71AED1; -webkit-box-shadow: 1px 1px 3px 2px #71AED1; box-shadow:1px 1px 3px 2px #71AED1;">
Div content here
</div>

This div box has shadow with color #71AED1.

Preview

Color preview on black background

This text has color #71AED1 on black background.


Color preview on white background

This text has color #71AED1 on white background.


Black color preview on #71AED1 background

This text has black color on #71AED1 background.


White color preview on #71AED1 background

This text has white color on #71AED1 background.


Related colors

Complementary color

Complementary color for #hex is #8E512E.


I love getcolorcode.com

Triadic colors

1 #D171AE and #AED171 with #71AED1 are triadic colors.

2 #D1AE71 and #AE71D1 with #71AED1 are triadic colors.