COLOR #71A7FA

HEX: #71A7FA
RGB: (113,167,250)

Color info

#71A7FA contains mainly blue color. Web safe color of #71A7FA is #6699FF (or #69F).

RGB color model

#71A7FA color RGB value is (113,167,250).

  • red value is 113;
  • green value is 167;
  • blue value is 250.
RGB:
(113,167,250)
(44%,65%,98%)

RGB channels and saturation

R 113 of 255 = 44%
G 167 of 255 = 65%
B 250 of 255 = 98%

113
167
250

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

Portions of RGB colors in percentages

R + G + B =
113 + 167 + 250 = 530 (100%)
R 113 of 530 ~ 21.32%
G 167 of 530 ~ 31.51%
B 250 of 530 ~ 47.17%

%21.32
%31.51
%47.17

CMYK color model

#71A7FA color CMYK value is (55,33,0,2).

  • cyan value is 54.80%
  • magenta value is 33.20%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(55,33,0,2)
C55M33Y0K2 
(55%,33%,0%,2%)
(0.55/0.33/0.00/0.02)	

CMYK percentages

%54.8
%33.2
%0
%1.96

Codes

Color #71A7FA in popluar color models

71A7FA
RGB113167250
HSL216°93.20%71.18%
HSB/HSV216°54.80%98.04%
CMYK54.80%33.20%0.00%
1.96%

Color #71A7FA in popluar number systems.

HEX71A7FA
Decimal113167250
Binary11100011010011111111010
Octal161247372

Shades and tints

Shades of #71A7FA

#71A7FA
(113,167,250)
#6798E4
(103,152,228)
#5D89CE
(93,137,206)
#537AB8
(83,122,184)
#496BA2
(73,107,162)
#3F5C8C
(63,92,140)
#354D76
(53,77,118)
#2B3E60
(43,62,96)
#212F4A
(33,47,74)
#172034
(23,32,52)
#0D111E
(13,17,30)
#000000
(0,0,0)

Tints of #71A7FA

#71A7FA
(113,167,250)
#7DAFFA
(125,175,250)
#89B7FA
(137,183,250)
#95BFFA
(149,191,250)
#A1C7FA
(161,199,250)
#ADCFFA
(173,207,250)
#B9D7FA
(185,215,250)
#C5DFFA
(197,223,250)
#D1E7FA
(209,231,250)
#DDEFFA
(221,239,250)
#E9F7FA
(233,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A7FA color. Also use rgb(113,167,250) instead hex code.

Text Font Color

.myTextColor { color: #71A7FA; }

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

This text font color is #71A7FA.


Background Color

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

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

This div background color is #71A7FA.


Border color

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

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

This div border color is #71A7FA.


Opacity

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

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

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

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

This text has shadow with #71A7FA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A7FA on black background.


Color preview on white background

This text has color #71A7FA on white background.



Black color preview on #71A7FA background

This text has black color on #71A7FA background.


White color preview on #71A7FA background

This text has white color on #71A7FA background.