COLOR #71B9EF

HEX: #71B9EF
RGB: (113,185,239)

Color info

#71B9EF contains mainly green and blue colors. Web safe color of #71B9EF is #66CCFF (or #6CF).

RGB color model

#71B9EF color RGB value is (113,185,239).

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

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 239 of 255 = 94%

113
185
239

R + G + B ~ 70%. #71B9EF is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 185 + 239 = 537 (100%)
R 113 of 537 ~ 21.04%
G 185 of 537 ~ 34.45%
B 239 of 537 ~ 44.51%

%21.04
%34.45
%44.51

CMYK color model

#71B9EF color CMYK value is (53,23,0,6).

  • cyan value is 52.72%
  • magenta value is 22.59%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(53,23,0,6)
C53M23Y0K6 
(53%,23%,0%,6%)
(0.53/0.23/0.00/0.06)	

CMYK percentages

%52.72
%22.59
%0
%6.27

Codes

Color #71B9EF in popluar color models

71B9EF
RGB113185239
HSL206°79.75%69.02%
HSB/HSV206°52.72%93.73%
CMYK52.72%22.59%0.00%
6.27%

Color #71B9EF in popluar number systems.

HEX71B9EF
Decimal113185239
Binary11100011011100111101111
Octal161271357

Shades and tints

Shades of #71B9EF

#71B9EF
(113,185,239)
#67A9DA
(103,169,218)
#5D99C5
(93,153,197)
#5389B0
(83,137,176)
#49799B
(73,121,155)
#3F6986
(63,105,134)
#355971
(53,89,113)
#2B495C
(43,73,92)
#213947
(33,57,71)
#172932
(23,41,50)
#0D191D
(13,25,29)
#000000
(0,0,0)

Tints of #71B9EF

#71B9EF
(113,185,239)
#7DBFF0
(125,191,240)
#89C5F1
(137,197,241)
#95CBF2
(149,203,242)
#A1D1F3
(161,209,243)
#ADD7F4
(173,215,244)
#B9DDF5
(185,221,245)
#C5E3F6
(197,227,246)
#D1E9F7
(209,233,247)
#DDEFF8
(221,239,248)
#E9F5F9
(233,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B9EF; }

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

This text font color is #71B9EF.


Background Color

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

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

This div background color is #71B9EF.


Border color

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

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

This div border color is #71B9EF.


Opacity

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

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

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

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

This text has shadow with #71B9EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B9EF on black background.


Color preview on white background

This text has color #71B9EF on white background.



Black color preview on #71B9EF background

This text has black color on #71B9EF background.


White color preview on #71B9EF background

This text has white color on #71B9EF background.