COLOR #71BEEC

HEX: #71BEEC
RGB: (113,190,236)

Color info

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

RGB color model

#71BEEC color RGB value is (113,190,236).

  • red value is 113;
  • green value is 190;
  • blue value is 236.
RGB:
(113,190,236)
(44%,75%,93%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 236 of 255 = 93%

113
190
236

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

Portions of RGB colors in percentages

R + G + B =
113 + 190 + 236 = 539 (100%)
R 113 of 539 ~ 20.96%
G 190 of 539 ~ 35.25%
B 236 of 539 ~ 43.78%

%20.96
%35.25
%43.78

CMYK color model

#71BEEC color CMYK value is (52,19,0,7).

  • cyan value is 52.12%
  • magenta value is 19.49%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(52,19,0,7)
C52M19Y0K7 
(52%,19%,0%,7%)
(0.52/0.19/0.00/0.07)	

CMYK percentages

%52.12
%19.49
%0
%7.45

Codes

Color #71BEEC in popluar color models

71BEEC
RGB113190236
HSL202°76.40%68.43%
HSB/HSV202°52.12%92.55%
CMYK52.12%19.49%0.00%
7.45%

Color #71BEEC in popluar number systems.

HEX71BEEC
Decimal113190236
Binary11100011011111011101100
Octal161276354

Shades and tints

Shades of #71BEEC

#71BEEC
(113,190,236)
#67ADD7
(103,173,215)
#5D9CC2
(93,156,194)
#538BAD
(83,139,173)
#497A98
(73,122,152)
#3F6983
(63,105,131)
#35586E
(53,88,110)
#2B4759
(43,71,89)
#213644
(33,54,68)
#17252F
(23,37,47)
#0D141A
(13,20,26)
#000000
(0,0,0)

Tints of #71BEEC

#71BEEC
(113,190,236)
#7DC3ED
(125,195,237)
#89C8EE
(137,200,238)
#95CDEF
(149,205,239)
#A1D2F0
(161,210,240)
#ADD7F1
(173,215,241)
#B9DCF2
(185,220,242)
#C5E1F3
(197,225,243)
#D1E6F4
(209,230,244)
#DDEBF5
(221,235,245)
#E9F0F6
(233,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BEEC; }

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

This text font color is #71BEEC.


Background Color

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

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

This div background color is #71BEEC.


Border color

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

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

This div border color is #71BEEC.


Opacity

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

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

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

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

This text has shadow with #71BEEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71BEEC on black background.


Color preview on white background

This text has color #71BEEC on white background.



Black color preview on #71BEEC background

This text has black color on #71BEEC background.


White color preview on #71BEEC background

This text has white color on #71BEEC background.