COLOR #71CCEE

HEX: #71CCEE
RGB: (113,204,238)

Color info

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

RGB color model

#71CCEE color RGB value is (113,204,238).

  • red value is 113;
  • green value is 204;
  • blue value is 238.
RGB:
(113,204,238)
(44%,80%,93%)

RGB channels and saturation

R 113 of 255 = 44%
G 204 of 255 = 80%
B 238 of 255 = 93%

113
204
238

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

Portions of RGB colors in percentages

R + G + B =
113 + 204 + 238 = 555 (100%)
R 113 of 555 ~ 20.36%
G 204 of 555 ~ 36.76%
B 238 of 555 ~ 42.88%

%20.36
%36.76
%42.88

CMYK color model

#71CCEE color CMYK value is (53,14,0,7).

  • cyan value is 52.52%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(53,14,0,7)
C53M14Y0K7 
(53%,14%,0%,7%)
(0.53/0.14/0.00/0.07)	

CMYK percentages

%52.52
%14.29
%0
%6.67

Codes

Color #71CCEE in popluar color models

71CCEE
RGB113204238
HSL196°78.62%68.82%
HSB/HSV196°52.52%93.33%
CMYK52.52%14.29%0.00%
6.67%

Color #71CCEE in popluar number systems.

HEX71CCEE
Decimal113204238
Binary11100011100110011101110
Octal161314356

Shades and tints

Shades of #71CCEE

#71CCEE
(113,204,238)
#67BAD9
(103,186,217)
#5DA8C4
(93,168,196)
#5396AF
(83,150,175)
#49849A
(73,132,154)
#3F7285
(63,114,133)
#356070
(53,96,112)
#2B4E5B
(43,78,91)
#213C46
(33,60,70)
#172A31
(23,42,49)
#0D181C
(13,24,28)
#000000
(0,0,0)

Tints of #71CCEE

#71CCEE
(113,204,238)
#7DD0EF
(125,208,239)
#89D4F0
(137,212,240)
#95D8F1
(149,216,241)
#A1DCF2
(161,220,242)
#ADE0F3
(173,224,243)
#B9E4F4
(185,228,244)
#C5E8F5
(197,232,245)
#D1ECF6
(209,236,246)
#DDF0F7
(221,240,247)
#E9F4F8
(233,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71CCEE; }

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

This text font color is #71CCEE.


Background Color

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

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

This div background color is #71CCEE.


Border color

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

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

This div border color is #71CCEE.


Opacity

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

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

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

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

This text has shadow with #71CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71CCEE on black background.


Color preview on white background

This text has color #71CCEE on white background.



Black color preview on #71CCEE background

This text has black color on #71CCEE background.


White color preview on #71CCEE background

This text has white color on #71CCEE background.