COLOR #71BBEA

HEX: #71BBEA RGB: (113,187,234)

Color info

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

RGB color model

#71BBEA color RGB value is (113,187,234).

RGB: (113,187,234) (44%, 73%, 92%)

RGB channels and saturation

R 113 of 255 = 44%
G 187 of 255 = 73%
B 234 of 255 = 92%

113
187
234

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

Portions of RGB colors in percentages

R + G + B = 113 + 187 + 234 = 534 (100%)
R 113 of 534 ~ 21.16%
G 187 of 534 ~ 35.02%
B 234 of 534 ~ 43.82'%

%21.16
%35.02
%43.82

CMYK color model

#71BBEA color CMYK value is (52,20,0,8).

  • cyan value is 51.71%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (52,20,0,8)
C52M20Y0K8 (52%, 20%, 0%, 8%)
(0.52 / 0.20 / 0.00 / 0.08)

CMYK percentages

%51.71
%20.09
%0
%8.24

Codes

Color #71BBEA in popluar color models

71 BB EA
RGB 113 187 234
HSL 203° 74.23% 68.04%
HSB/HSV 203° 51.71% 91.76%
CMYK 51.71% 20.09% 0.00%
8.24%

Color #71BBEA in popluar number systems.

HEX 71 BB EA
Decimal 113 187 234
Binary 1110001 10111011 11101010
Octal 161 273 352

Shades and tints

Shades of #71BBEA

#71BBEA
(113,187,234)
#67AAD5
(103,170,213)
#5D99C0
(93,153,192)
#5388AB
(83,136,171)
#497796
(73,119,150)
#3F6681
(63,102,129)
#35556C
(53,85,108)
#2B4457
(43,68,87)
#213342
(33,51,66)
#17222D
(23,34,45)
#0D1118
(13,17,24)
#000000
(0,0,0)

Tints of #71BBEA

#71BBEA
(113,187,234)
#7DC1EB
(125,193,235)
#89C7EC
(137,199,236)
#95CDED
(149,205,237)
#A1D3EE
(161,211,238)
#ADD9EF
(173,217,239)
#B9DFF0
(185,223,240)
#C5E5F1
(197,229,241)
#D1EBF2
(209,235,242)
#DDF1F3
(221,241,243)
#E9F7F4
(233,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71BBEA color. Also use rgb(113,187,234) instead hex code.

Text Font Color

.myTextColor { color: #71BBEA; }

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

This text font color is #71BBEA.

Background Color

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

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

This div background color is #71BBEA.

Border color

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

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

This div border color is #71BBEA.

Opacity

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

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

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

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

This text has shadow with #71BBEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71BBEA.

Preview

Color preview on black background

This text has color #71BBEA on black background.


Color preview on white background

This text has color #71BBEA on white background.


Black color preview on #71BBEA background

This text has black color on #71BBEA background.


White color preview on #71BBEA background

This text has white color on #71BBEA background.


Related colors

Complementary color

Complementary color for #hex is #8E4415.


I love getcolorcode.com

Triadic colors

1 #EA71BB and #BBEA71 with #71BBEA are triadic colors.

2 #EABB71 and #BB71EA with #71BBEA are triadic colors.