HEX: #71CCEB
RGB: (113,204,235)
#71CCEB contains mainly green and blue colors. Web safe color of #71CCEB is #66CCFF (or #6CF).
#71CCEB color RGB value is (113,204,235).
RGB: (113,204,235)
(44%, 80%, 92%)
R 113 of 255 = 44%
G 204 of 255 = 80%
B 235 of 255 = 92%
R + G + B ~ 72%. #71CCEB is quite light color.
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'%
#71CCEB color CMYK value is (52,13,0,8).
CMYK: (52,13,0,8) C52M13Y0K8 (52%,13%,0%,8%) (0.52/0.13/0.00/0.08)
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 of #71CCEB
Tints of #71CCEB
Examples of css and html codes for elements with #71CCEB color. Also use rgb(113,204,235) instead hex code.
.myTextColor { color: #71CCEB; }
<p style="color:#71CCEB">This sample text font color is #71CCEB.</p>
This text font color is #71CCEB.
.myBgColor { background-color: #71CCEB; }
<div style="background-color:#71CCEB">Inner text</div>
This div background color is #71CCEB.
.myBorderColor { border: 1px solid #71CCEB; }
<div style="border:3px solid #71CCEB">Div</div>
This div border color is #71CCEB.
.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%.
.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.
/* 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 text has color #71CCEB on black background.
This text has color #71CCEB on white background.
This text has black color on #71CCEB background.
This text has white color on #71CCEB background.
Complementary color for #hex is #8E3314.