COLOR #71B9FC

HEX: #71B9FC
RGB: (113,185,252)

Color info

#71B9FC contains mainly blue color. Web safe color of #71B9FC is #66CCFF (or #6CF).

RGB color model

#71B9FC color RGB value is (113,185,252).

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

RGB channels and saturation

R 113 of 255 = 44%
G 185 of 255 = 73%
B 252 of 255 = 99%

113
185
252

R + G + B ~ 72%. #71B9FC is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 185 + 252 = 550 (100%)
R 113 of 550 ~ 20.55%
G 185 of 550 ~ 33.64%
B 252 of 550 ~ 45.82%

%20.55
%33.64
%45.82

CMYK color model

#71B9FC color CMYK value is (55,27,0,1).

  • cyan value is 55.16%
  • magenta value is 26.59%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(55,27,0,1)
C55M27Y0K1 
(55%,27%,0%,1%)
(0.55/0.27/0.00/0.01)	

CMYK percentages

%55.16
%26.59
%0
%1.18

Codes

Color #71B9FC in popluar color models

71B9FC
RGB113185252
HSL209°95.86%71.57%
HSB/HSV209°55.16%98.82%
CMYK55.16%26.59%0.00%
1.18%

Color #71B9FC in popluar number systems.

HEX71B9FC
Decimal113185252
Binary11100011011100111111100
Octal161271374

Shades and tints

Shades of #71B9FC

#71B9FC
(113,185,252)
#67A9E6
(103,169,230)
#5D99D0
(93,153,208)
#5389BA
(83,137,186)
#4979A4
(73,121,164)
#3F698E
(63,105,142)
#355978
(53,89,120)
#2B4962
(43,73,98)
#21394C
(33,57,76)
#172936
(23,41,54)
#0D1920
(13,25,32)
#000000
(0,0,0)

Tints of #71B9FC

#71B9FC
(113,185,252)
#7DBFFC
(125,191,252)
#89C5FC
(137,197,252)
#95CBFC
(149,203,252)
#A1D1FC
(161,209,252)
#ADD7FC
(173,215,252)
#B9DDFC
(185,221,252)
#C5E3FC
(197,227,252)
#D1E9FC
(209,233,252)
#DDEFFC
(221,239,252)
#E9F5FC
(233,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71B9FC; }

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

This text font color is #71B9FC.


Background Color

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

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

This div background color is #71B9FC.


Border color

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

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

This div border color is #71B9FC.


Opacity

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

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

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

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

This text has shadow with #71B9FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B9FC on black background.


Color preview on white background

This text has color #71B9FC on white background.



Black color preview on #71B9FC background

This text has black color on #71B9FC background.


White color preview on #71B9FC background

This text has white color on #71B9FC background.