COLOR #71C5E9

HEX: #71C5E9
RGB: (113,197,233)

Color info

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

RGB color model

#71C5E9 color RGB value is (113,197,233).

  • red value is 113;
  • green value is 197;
  • blue value is 233.
RGB:
(113,197,233)
(44%,77%,91%)

RGB channels and saturation

R 113 of 255 = 44%
G 197 of 255 = 77%
B 233 of 255 = 91%

113
197
233

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

Portions of RGB colors in percentages

R + G + B =
113 + 197 + 233 = 543 (100%)
R 113 of 543 ~ 20.81%
G 197 of 543 ~ 36.28%
B 233 of 543 ~ 42.91%

%20.81
%36.28
%42.91

CMYK color model

#71C5E9 color CMYK value is (52,15,0,9).

  • cyan value is 51.50%
  • magenta value is 15.45%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(52,15,0,9)
C52M15Y0K9 
(52%,15%,0%,9%)
(0.52/0.15/0.00/0.09)	

CMYK percentages

%51.5
%15.45
%0
%8.63

Codes

Color #71C5E9 in popluar color models

71C5E9
RGB113197233
HSL198°73.17%67.84%
HSB/HSV198°51.50%91.37%
CMYK51.50%15.45%0.00%
8.63%

Color #71C5E9 in popluar number systems.

HEX71C5E9
Decimal113197233
Binary11100011100010111101001
Octal161305351

Shades and tints

Shades of #71C5E9

#71C5E9
(113,197,233)
#67B4D4
(103,180,212)
#5DA3BF
(93,163,191)
#5392AA
(83,146,170)
#498195
(73,129,149)
#3F7080
(63,112,128)
#355F6B
(53,95,107)
#2B4E56
(43,78,86)
#213D41
(33,61,65)
#172C2C
(23,44,44)
#0D1B17
(13,27,23)
#000000
(0,0,0)

Tints of #71C5E9

#71C5E9
(113,197,233)
#7DCAEB
(125,202,235)
#89CFED
(137,207,237)
#95D4EF
(149,212,239)
#A1D9F1
(161,217,241)
#ADDEF3
(173,222,243)
#B9E3F5
(185,227,245)
#C5E8F7
(197,232,247)
#D1EDF9
(209,237,249)
#DDF2FB
(221,242,251)
#E9F7FD
(233,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71C5E9 color. Also use rgb(113,197,233) instead hex code.

Text Font Color

.myTextColor { color: #71C5E9; }

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

This text font color is #71C5E9.


Background Color

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

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

This div background color is #71C5E9.


Border color

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

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

This div border color is #71C5E9.


Opacity

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

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

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

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

This text has shadow with #71C5E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71C5E9 on black background.


Color preview on white background

This text has color #71C5E9 on white background.



Black color preview on #71C5E9 background

This text has black color on #71C5E9 background.


White color preview on #71C5E9 background

This text has white color on #71C5E9 background.