HEX: #71B9FC
RGB: (113,185,252)
#71B9FC contains mainly blue color. Web safe color of #71B9FC is #66CCFF (or #6CF).
#71B9FC color RGB value is (113,185,252).
RGB: (113,185,252) (44%,73%,99%)
R 113 of 255 = 44%
G 185 of 255 = 73%
B 252 of 255 = 99%
R + G + B ~ 72%. #71B9FC is quite light color.
R + G + B =
113 + 185 + 252 = 550 (100%)
R 113 of 550 ~ 20.55%
G 185 of 550 ~ 33.64%
B 252 of 550 ~ 45.82%
#71B9FC color CMYK value is (55,27,0,1).
CMYK: (55,27,0,1) C55M27Y0K1 (55%,27%,0%,1%) (0.55/0.27/0.00/0.01)
71 | B9 | FC | |
---|---|---|---|
RGB | 113 | 185 | 252 |
HSL | 209° | 95.86% | 71.57% |
HSB/HSV | 209° | 55.16% | 98.82% |
CMYK | 55.16% | 26.59% | 0.00% |
1.18% |
HEX | 71 | B9 | FC |
Decimal | 113 | 185 | 252 |
Binary | 1110001 | 10111001 | 11111100 |
Octal | 161 | 271 | 374 |
Examples of css and html codes for elements with #71B9FC color. Also use rgb(113,185,252) instead hex code.
.myTextColor { color: #71B9FC; }
<p style="color:#71B9FC">This sample text font color is #71B9FC.</p>
This text font color is #71B9FC.
.myBgColor { background-color: #71B9FC; }
<div style="background-color:#71B9FC">Inner text</div>
This div background color is #71B9FC.
.myBorderColor { border: 1px solid #71B9FC; }
<div style="border:3px solid #71B9FC">Div</div>
This div border color is #71B9FC.
.myOpacity80 { color: #71B9FC; opacity: 0.8; }
<p style="color:#71B9FC;opacity:0.8;">80%</p>
Text with #71B9FC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #71B9FC;}
<p style="text-shadow: 3px 3px 1px #71B9FC">Text here.</p>
This text has shadow with #71B9FC color.
.textShadow {text-shadow: 3px 3px 1px #71B9FC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #71B9FC, 5px 5px 20px red">Text here.</p>
This text has shadow with #71B9FC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#71B9FC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#71B9FC, Direction=45, Strength=4)">Text</p>
This text has shadow with #71B9FC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #71B9FC; -webkit-box-shadow: 1px 1px 3px 2px #71B9FC; box-shadow: 1px 1px 3px 2px #71B9FC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #71B9FC; -webkit-box-shadow: 1px 1px 3px 2px #71B9FC; box-shadow:1px 1px 3px 2px #71B9FC;">
Div content here</div>
This text has color #71B9FC on black background.
This text has color #71B9FC on white background.
This text has black color on #71B9FC background.
This text has white color on #71B9FC background.