COLOR #71B0EC

HEX: #71B0EC RGB: (113,176,236)

Color info

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

RGB color model

#71B0EC color RGB value is (113,176,236).

RGB: (113,176,236) (44%, 69%, 93%)

RGB channels and saturation

R 113 of 255 = 44%
G 176 of 255 = 69%
B 236 of 255 = 93%

113
176
236

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

Portions of RGB colors in percentages

R + G + B = 113 + 176 + 236 = 525 (100%)
R 113 of 525 ~ 21.52%
G 176 of 525 ~ 33.52%
B 236 of 525 ~ 44.95'%

%21.52
%33.52
%44.95

CMYK color model

#71B0EC color CMYK value is (52,25,0,7).

  • cyan value is 52.12%
  • magenta value is 25.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (52,25,0,7) C52M25Y0K7 (52%,25%,0%,7%) (0.52/0.25/0.00/0.07) 

CMYK percentages

%52.12
%25.42
%0
%7.45

Codes

Color #71B0EC in popluar color models

71 B0 EC
RGB 113 176 236
HSL 209° 76.40% 68.43%
HSB/HSV 209° 52.12% 92.55%
CMYK 52.12% 25.42% 0.00%
7.45%

Color #71B0EC in popluar number systems.

HEX 71 B0 EC
Decimal 113 176 236
Binary 1110001 10110000 11101100
Octal 161 260 354

Shades and tints

Shades of #71B0EC

#71B0EC
(113,176,236)
#67A0D7
(103,160,215)
#5D90C2
(93,144,194)
#5380AD
(83,128,173)
#497098
(73,112,152)
#3F6083
(63,96,131)
#35506E
(53,80,110)
#2B4059
(43,64,89)
#213044
(33,48,68)
#17202F
(23,32,47)
#0D101A
(13,16,26)
#000000
(0,0,0)

Tints of #71B0EC

#71B0EC
(113,176,236)
#7DB7ED
(125,183,237)
#89BEEE
(137,190,238)
#95C5EF
(149,197,239)
#A1CCF0
(161,204,240)
#ADD3F1
(173,211,241)
#B9DAF2
(185,218,242)
#C5E1F3
(197,225,243)
#D1E8F4
(209,232,244)
#DDEFF5
(221,239,245)
#E9F6F6
(233,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B0EC color. Also use rgb(113,176,236) instead hex code.

Text Font Color

.myTextColor { color: #71B0EC; }

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

This text font color is #71B0EC.

Background Color

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

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

This div background color is #71B0EC.

Border color

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

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

This div border color is #71B0EC.

Opacity

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

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

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

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

This text has shadow with #71B0EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71B0EC.

Preview

Color preview on black background

This text has color #71B0EC on black background.


Color preview on white background

This text has color #71B0EC on white background.


Black color preview on #71B0EC background

This text has black color on #71B0EC background.


White color preview on #71B0EC background

This text has white color on #71B0EC background.


Related colors

Complementary color

Complementary color for #hex is #8E4F13.


I love getcolorcode.com

Triadic colors

1 #EC71B0 and #B0EC71 with #71B0EC are triadic colors.

2 #ECB071 and #B071EC with #71B0EC are triadic colors.