HEX: #71B1DD
RGB: (113,177,221)
#71B1DD contains mainly green and blue colors. Web safe color of #71B1DD is #6699CC (or #69C).
#71B1DD color RGB value is (113,177,221).
RGB: (113,177,221)
(44%, 69%, 87%)
R 113 of 255 = 44%
G 177 of 255 = 69%
B 221 of 255 = 87%
R + G + B ~ 67%. #71B1DD is quite light color.
R + G + B = 113 + 177 + 221 = 511 (100%)
R 113 of 511 ~ 22.11%
G 177 of 511 ~ 34.64%
B 221 of 511 ~ 43.25'%
#71B1DD color CMYK value is (49,20,0,13).
CMYK: (49,20,0,13) C49M20Y0K13 (49%,20%,0%,13%) (0.49/0.20/0.00/0.13)
Color #71B1DD in popluar color models
71 | B1 | DD | |
---|---|---|---|
RGB | 113 | 177 | 221 |
HSL | 204° | 61.36% | 65.49% |
HSB/HSV | 204° | 48.87% | 86.67% |
CMYK | 48.87% | 19.91% | 0.00% |
13.33% |
Color #71B1DD in popluar number systems.
HEX | 71 | B1 | DD |
Decimal | 113 | 177 | 221 |
Binary | 1110001 | 10110001 | 11011101 |
Octal | 161 | 261 | 335 |
Shades of #71B1DD
Tints of #71B1DD
Examples of css and html codes for elements with #71B1DD color. Also use rgb(113,177,221) instead hex code.
.myTextColor { color: #71B1DD; }
<p style="color:#71B1DD">This sample text font color is #71B1DD.</p>
This text font color is #71B1DD.
.myBgColor { background-color: #71B1DD; }
<div style="background-color:#71B1DD">Inner text</div>
This div background color is #71B1DD.
.myBorderColor { border: 1px solid #71B1DD; }
<div style="border:3px solid #71B1DD">Div</div>
This div border color is #71B1DD.
.myOpacity80 { color: #71B1DD; opacity: 0.8; }
<p style="color:#71B1DD;opacity:0.8;">80%</p>
Text with #71B1DD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B1DD;}
<p style="text-shadow: 3px 3px 1px #71B1DD">Text here.</p>
This text has shadow with #71B1DD color.
.textShadow {text-shadow: 3px 3px 1px #71B1DD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B1DD, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B1DD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B1DD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B1DD, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B1DD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #71B1DD;
-webkit-box-shadow: 1px 1px 3px 2px #71B1DD;
box-shadow: 1px 1px 3px 2px #71B1DD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #71B1DD; -webkit-box-shadow: 1px 1px 3px 2px #71B1DD; box-shadow:1px 1px 3px 2px #71B1DD;">
Div content here
</div>
This text has color #71B1DD on black background.
This text has color #71B1DD on white background.
This text has black color on #71B1DD background.
This text has white color on #71B1DD background.
Complementary color for #hex is #8E4E22.