HEX: #71B0EC
RGB: (113,176,236)
#71B0EC contains mainly blue color. Web safe color of #71B0EC is #6699FF (or #69F).
#71B0EC color RGB value is (113,176,236).
RGB: (113,176,236)
(44%, 69%, 93%)
R 113 of 255 = 44%
G 176 of 255 = 69%
B 236 of 255 = 93%
R + G + B ~ 69%. #71B0EC is quite light color.
R + G + B = 113 + 176 + 236 = 525 (100%)
R 113 of 525 ~ 21.52%
G 176 of 525 ~ 33.52%
B 236 of 525 ~ 44.95'%
#71B0EC color CMYK value is (52,25,0,7).
CMYK: (52,25,0,7) C52M25Y0K7 (52%,25%,0%,7%) (0.52/0.25/0.00/0.07)
Color #71B0EC in popluar color models
71 | B0 | EC | |
---|---|---|---|
RGB | 113 | 176 | 236 |
HSL | 209° | 76.40% | 68.43% |
HSB/HSV | 209° | 52.12% | 92.55% |
CMYK | 52.12% | 25.42% | 0.00% |
7.45% |
Color #71B0EC in popluar number systems.
HEX | 71 | B0 | EC |
Decimal | 113 | 176 | 236 |
Binary | 1110001 | 10110000 | 11101100 |
Octal | 161 | 260 | 354 |
Shades of #71B0EC
Tints of #71B0EC
Examples of css and html codes for elements with #71B0EC color. Also use rgb(113,176,236) instead hex code.
.myTextColor { color: #71B0EC; }
<p style="color:#71B0EC">This sample text font color is #71B0EC.</p>
This text font color is #71B0EC.
.myBgColor { background-color: #71B0EC; }
<div style="background-color:#71B0EC">Inner text</div>
This div background color is #71B0EC.
.myBorderColor { border: 1px solid #71B0EC; }
<div style="border:3px solid #71B0EC">Div</div>
This div border color is #71B0EC.
.myOpacity80 { color: #71B0EC; opacity: 0.8; }
<p style="color:#71B0EC;opacity:0.8;">80%</p>
Text with #71B0EC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B0EC;}
<p style="text-shadow: 3px 3px 1px #71B0EC">Text here.</p>
This text has shadow with #71B0EC color.
.textShadow {text-shadow: 3px 3px 1px #71B0EC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B0EC, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B0EC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B0EC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B0EC, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B0EC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B0EC;
-webkit-box-shadow: 1px 1px 3px 2px #71B0EC;
box-shadow: 1px 1px 3px 2px #71B0EC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B0EC; -webkit-box-shadow: 1px 1px 3px 2px #71B0EC; box-shadow:1px 1px 3px 2px #71B0EC;">
Div content here
</div>
This text has color #71B0EC on black background.
This text has color #71B0EC on white background.
This text has black color on #71B0EC background.
This text has white color on #71B0EC background.
Complementary color for #hex is #8E4F13.