COLOR #71BFF3

HEX: #71BFF3
RGB: (113,191,243)

Color info

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

RGB color model

#71BFF3 color RGB value is (113,191,243).

  • red value is 113;
  • green value is 191;
  • blue value is 243.
RGB:
(113,191,243)
(44%,75%,95%)

RGB channels and saturation

R 113 of 255 = 44%
G 191 of 255 = 75%
B 243 of 255 = 95%

113
191
243

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

Portions of RGB colors in percentages

R + G + B =
113 + 191 + 243 = 547 (100%)
R 113 of 547 ~ 20.66%
G 191 of 547 ~ 34.92%
B 243 of 547 ~ 44.42%

%20.66
%34.92
%44.42

CMYK color model

#71BFF3 color CMYK value is (53,21,0,5).

  • cyan value is 53.50%
  • magenta value is 21.40%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(53,21,0,5)
C53M21Y0K5 
(53%,21%,0%,5%)
(0.53/0.21/0.00/0.05)	

CMYK percentages

%53.5
%21.4
%0
%4.71

Codes

Color #71BFF3 in popluar color models

71BFF3
RGB113191243
HSL204°84.42%69.80%
HSB/HSV204°53.50%95.29%
CMYK53.50%21.40%0.00%
4.71%

Color #71BFF3 in popluar number systems.

HEX71BFF3
Decimal113191243
Binary11100011011111111110011
Octal161277363

Shades and tints

Shades of #71BFF3

#71BFF3
(113,191,243)
#67AEDD
(103,174,221)
#5D9DC7
(93,157,199)
#538CB1
(83,140,177)
#497B9B
(73,123,155)
#3F6A85
(63,106,133)
#35596F
(53,89,111)
#2B4859
(43,72,89)
#213743
(33,55,67)
#17262D
(23,38,45)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #71BFF3

#71BFF3
(113,191,243)
#7DC4F4
(125,196,244)
#89C9F5
(137,201,245)
#95CEF6
(149,206,246)
#A1D3F7
(161,211,247)
#ADD8F8
(173,216,248)
#B9DDF9
(185,221,249)
#C5E2FA
(197,226,250)
#D1E7FB
(209,231,251)
#DDECFC
(221,236,252)
#E9F1FD
(233,241,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BFF3 color. Also use rgb(113,191,243) instead hex code.

Text Font Color

.myTextColor { color: #71BFF3; }

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

This text font color is #71BFF3.


Background Color

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

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

This div background color is #71BFF3.


Border color

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

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

This div border color is #71BFF3.


Opacity

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

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

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

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

This text has shadow with #71BFF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BFF3 on black background.


Color preview on white background

This text has color #71BFF3 on white background.



Black color preview on #71BFF3 background

This text has black color on #71BFF3 background.


White color preview on #71BFF3 background

This text has white color on #71BFF3 background.