COLOR #71BEE9

HEX: #71BEE9 RGB: (113,190,233)

Color info

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

RGB color model

#71BEE9 color RGB value is (113,190,233).

RGB: (113,190,233) (44%, 75%, 91%)

RGB channels and saturation

R 113 of 255 = 44%
G 190 of 255 = 75%
B 233 of 255 = 91%

113
190
233

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

Portions of RGB colors in percentages

R + G + B = 113 + 190 + 233 = 536 (100%)
R 113 of 536 ~ 21.08%
G 190 of 536 ~ 35.45%
B 233 of 536 ~ 43.47'%

%21.08
%35.45
%43.47

CMYK color model

#71BEE9 color CMYK value is (52,18,0,9).

  • cyan value is 51.50%
  • magenta value is 18.45%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (52,18,0,9)
C52M18Y0K9 (52%, 18%, 0%, 9%)
(0.52 / 0.18 / 0.00 / 0.09)

CMYK percentages

%51.5
%18.45
%0
%8.63

Codes

Color #71BEE9 in popluar color models

71 BE E9
RGB 113 190 233
HSL 202° 73.17% 67.84%
HSB/HSV 202° 51.50% 91.37%
CMYK 51.50% 18.45% 0.00%
8.63%

Color #71BEE9 in popluar number systems.

HEX 71 BE E9
Decimal 113 190 233
Binary 1110001 10111110 11101001
Octal 161 276 351

Shades and tints

Shades of #71BEE9

#71BEE9
(113,190,233)
#67ADD4
(103,173,212)
#5D9CBF
(93,156,191)
#538BAA
(83,139,170)
#497A95
(73,122,149)
#3F6980
(63,105,128)
#35586B
(53,88,107)
#2B4756
(43,71,86)
#213641
(33,54,65)
#17252C
(23,37,44)
#0D1417
(13,20,23)
#000000
(0,0,0)

Tints of #71BEE9

#71BEE9
(113,190,233)
#7DC3EB
(125,195,235)
#89C8ED
(137,200,237)
#95CDEF
(149,205,239)
#A1D2F1
(161,210,241)
#ADD7F3
(173,215,243)
#B9DCF5
(185,220,245)
#C5E1F7
(197,225,247)
#D1E6F9
(209,230,249)
#DDEBFB
(221,235,251)
#E9F0FD
(233,240,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71BEE9; }

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

This text font color is #71BEE9.

Background Color

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

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

This div background color is #71BEE9.

Border color

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

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

This div border color is #71BEE9.

Opacity

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

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

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

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

This text has shadow with #71BEE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BEE9.

Preview

Color preview on black background

This text has color #71BEE9 on black background.


Color preview on white background

This text has color #71BEE9 on white background.


Black color preview on #71BEE9 background

This text has black color on #71BEE9 background.


White color preview on #71BEE9 background

This text has white color on #71BEE9 background.


Related colors

Complementary color

Complementary color for #hex is #8E4116.


I love getcolorcode.com

Triadic colors

1 #E971BE and #BEE971 with #71BEE9 are triadic colors.

2 #E9BE71 and #BE71E9 with #71BEE9 are triadic colors.