HEX: #71B0CC
RGB: (113,176,204)
#71B0CC contains mainly green and blue colors. Web safe color of #71B0CC is #6699CC (or #69C).
#71B0CC color RGB value is (113,176,204).
RGB: (113,176,204)
(44%, 69%, 80%)
R 113 of 255 = 44%
G 176 of 255 = 69%
B 204 of 255 = 80%
R + G + B ~ 64%. #71B0CC is quite light color.
R + G + B = 113 + 176 + 204 = 493 (100%)
R 113 of 493 ~ 22.92%
G 176 of 493 ~ 35.7%
B 204 of 493 ~ 41.38'%
#71B0CC color CMYK value is (45,14,0,20).
CMYK: (45,14,0,20)
C45M14Y0K20 (45%, 14%, 0%, 20%)
(0.45 / 0.14 / 0.00 / 0.20)
Color #71B0CC in popluar color models
71 | B0 | CC | |
---|---|---|---|
RGB | 113 | 176 | 204 |
HSL | 198° | 47.15% | 62.16% |
HSB/HSV | 198° | 44.61% | 80.00% |
CMYK | 44.61% | 13.73% | 0.00% |
20.00% |
Color #71B0CC in popluar number systems.
HEX | 71 | B0 | CC |
Decimal | 113 | 176 | 204 |
Binary | 1110001 | 10110000 | 11001100 |
Octal | 161 | 260 | 314 |
Shades of #71B0CC
Tints of #71B0CC
Examples of css and html codes for elements with #71B0CC color. Also use rgb(113,176,204) instead hex code.
.myTextColor { color: #71B0CC; }
<p style="color:#71B0CC">This sample text font color is #71B0CC.</p>
This text font color is #71B0CC.
.myBgColor { background-color: #71B0CC; }
<div style="background-color:#71B0CC">Inner text</div>
This div background color is #71B0CC.
.myBorderColor { border: 1px solid #71B0CC; }
<div style="border:3px solid #71B0CC">Div</div>
This div border color is #71B0CC.
.myOpacity80 { color: #71B0CC; opacity: 0.8; }
<p style="color:#71B0CC;opacity:0.8;">80%</p>
Text with #71B0CC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B0CC;}
<p style="text-shadow: 3px 3px 1px #71B0CC">Text here.</p>
This text has shadow with #71B0CC color.
.textShadow {text-shadow: 3px 3px 1px #71B0CC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B0CC, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B0CC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B0CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B0CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B0CC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B0CC;
-webkit-box-shadow: 1px 1px 3px 2px #71B0CC;
box-shadow: 1px 1px 3px 2px #71B0CC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B0CC; -webkit-box-shadow: 1px 1px 3px 2px #71B0CC; box-shadow:1px 1px 3px 2px #71B0CC;">
Div content here
</div>
This text has color #71B0CC on black background.
This text has color #71B0CC on white background.
This text has black color on #71B0CC background.
This text has white color on #71B0CC background.
Complementary color for #hex is #8E4F33.