COLOR #71CCEB

HEX: #71CCEB RGB: (113,204,235)

Color info

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

RGB color model

#71CCEB color RGB value is (113,204,235).

RGB: (113,204,235) (44%, 80%, 92%)

RGB channels and saturation

R 113 of 255 = 44%
G 204 of 255 = 80%
B 235 of 255 = 92%

113
204
235

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

Portions of RGB colors in percentages

R + G + B = 113 + 204 + 235 = 552 (100%)
R 113 of 552 ~ 20.47%
G 204 of 552 ~ 36.96%
B 235 of 552 ~ 42.57'%

%20.47
%36.96
%42.57

CMYK color model

#71CCEB color CMYK value is (52,13,0,8).

  • cyan value is 51.91%
  • magenta value is 13.19%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK: (52,13,0,8) C52M13Y0K8 (52%,13%,0%,8%) (0.52/0.13/0.00/0.08) 

CMYK percentages

%51.91
%13.19
%0
%7.84

Codes

Color #71CCEB in popluar color models

71 CC EB
RGB 113 204 235
HSL 195° 75.31% 68.24%
HSB/HSV 195° 51.91% 92.16%
CMYK 51.91% 13.19% 0.00%
7.84%

Color #71CCEB in popluar number systems.

HEX 71 CC EB
Decimal 113 204 235
Binary 1110001 11001100 11101011
Octal 161 314 353

Shades and tints

Shades of #71CCEB

#71CCEB
(113,204,235)
#67BAD6
(103,186,214)
#5DA8C1
(93,168,193)
#5396AC
(83,150,172)
#498497
(73,132,151)
#3F7282
(63,114,130)
#35606D
(53,96,109)
#2B4E58
(43,78,88)
#213C43
(33,60,67)
#172A2E
(23,42,46)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #71CCEB

#71CCEB
(113,204,235)
#7DD0EC
(125,208,236)
#89D4ED
(137,212,237)
#95D8EE
(149,216,238)
#A1DCEF
(161,220,239)
#ADE0F0
(173,224,240)
#B9E4F1
(185,228,241)
#C5E8F2
(197,232,242)
#D1ECF3
(209,236,243)
#DDF0F4
(221,240,244)
#E9F4F5
(233,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71CCEB color. Also use rgb(113,204,235) instead hex code.

Text Font Color

.myTextColor { color: #71CCEB; }

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

This text font color is #71CCEB.

Background Color

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

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

This div background color is #71CCEB.

Border color

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

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

This div border color is #71CCEB.

Opacity

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

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

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

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

This text has shadow with #71CCEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #71CCEB.

Preview

Color preview on black background

This text has color #71CCEB on black background.


Color preview on white background

This text has color #71CCEB on white background.


Black color preview on #71CCEB background

This text has black color on #71CCEB background.


White color preview on #71CCEB background

This text has white color on #71CCEB background.


Related colors

Complementary color

Complementary color for #hex is #8E3314.


I love getcolorcode.com

Triadic colors

1 #EB71CC and #CCEB71 with #71CCEB are triadic colors.

2 #EBCC71 and #CC71EB with #71CCEB are triadic colors.