COLOR #71B9DF

HEX: #71B9DF
RGB: (113,185,223)

Color info

#71B9DF contains mainly green and blue colors. Web safe color of #71B9DF is #66CCCC (or #6CC).

RGB color model

#71B9DF color RGB value is (113,185,223).

  • red value is 113;
  • green value is 185;
  • blue value is 223.
RGB:
(113,185,223)
(44%,73%,87%)

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 223 of 255 = 87%

113
185
223

R + G + B ~ 68%. #71B9DF is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 185 + 223 = 521 (100%)
R 113 of 521 ~ 21.69%
G 185 of 521 ~ 35.51%
B 223 of 521 ~ 42.8%

%21.69
%35.51
%42.8

CMYK color model

#71B9DF color CMYK value is (49,17,0,13).

  • cyan value is 49.33%
  • magenta value is 17.04%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(49,17,0,13)
C49M17Y0K13 
(49%,17%,0%,13%)
(0.49/0.17/0.00/0.13)	

CMYK percentages

%49.33
%17.04
%0
%12.55

Codes

Color #71B9DF in popluar color models

71B9DF
RGB113185223
HSL201°63.22%65.88%
HSB/HSV201°49.33%87.45%
CMYK49.33%17.04%0.00%
12.55%

Color #71B9DF in popluar number systems.

HEX71B9DF
Decimal113185223
Binary11100011011100111011111
Octal161271337

Shades and tints

Shades of #71B9DF

#71B9DF
(113,185,223)
#67A9CB
(103,169,203)
#5D99B7
(93,153,183)
#5389A3
(83,137,163)
#49798F
(73,121,143)
#3F697B
(63,105,123)
#355967
(53,89,103)
#2B4953
(43,73,83)
#21393F
(33,57,63)
#17292B
(23,41,43)
#0D1917
(13,25,23)
#000000
(0,0,0)

Tints of #71B9DF

#71B9DF
(113,185,223)
#7DBFE1
(125,191,225)
#89C5E3
(137,197,227)
#95CBE5
(149,203,229)
#A1D1E7
(161,209,231)
#ADD7E9
(173,215,233)
#B9DDEB
(185,221,235)
#C5E3ED
(197,227,237)
#D1E9EF
(209,233,239)
#DDEFF1
(221,239,241)
#E9F5F3
(233,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B9DF color. Also use rgb(113,185,223) instead hex code.

Text Font Color

.myTextColor { color: #71B9DF; }

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

This text font color is #71B9DF.


Background Color

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

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

This div background color is #71B9DF.


Border color

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

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

This div border color is #71B9DF.


Opacity

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

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

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

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

This text has shadow with #71B9DF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B9DF on black background.


Color preview on white background

This text has color #71B9DF on white background.



Black color preview on #71B9DF background

This text has black color on #71B9DF background.


White color preview on #71B9DF background

This text has white color on #71B9DF background.