HEX: #76EFFD
RGB: (118,239,253)
#76EFFD contains mainly green and blue colors. Web safe color of #76EFFD is #66FFFF (or #6FF).
#76EFFD color RGB value is (118,239,253).
RGB: (118,239,253)
(46%, 94%, 99%)
R 118 of 255 = 46%
G 239 of 255 = 94%
B 253 of 255 = 99%
R + G + B ~ 80%. #76EFFD is quite light color.
R + G + B = 118 + 239 + 253 = 610 (100%)
R 118 of 610 ~ 19.34%
G 239 of 610 ~ 39.18%
B 253 of 610 ~ 41.48'%
#76EFFD color CMYK value is (53,6,0,1).
CMYK: (53,6,0,1)
C53M6Y0K1 (53%, 6%, 0%, 1%)
(0.53 / 0.06 / 0.00 / 0.01)
Color #76EFFD in popluar color models
76 | EF | FD | |
---|---|---|---|
RGB | 118 | 239 | 253 |
HSL | 186° | 97.12% | 72.75% |
HSB/HSV | 186° | 53.36% | 99.22% |
CMYK | 53.36% | 5.53% | 0.00% |
0.78% |
Color #76EFFD in popluar number systems.
HEX | 76 | EF | FD |
Decimal | 118 | 239 | 253 |
Binary | 1110110 | 11101111 | 11111101 |
Octal | 166 | 357 | 375 |
Shades of #76EFFD
Tints of #76EFFD
Examples of css and html codes for elements with #76EFFD color. Also use rgb(118,239,253) instead hex code.
.myTextColor { color: #76EFFD; }
<p style="color:#76EFFD">This sample text font color is #76EFFD.</p>
This text font color is #76EFFD.
.myBgColor { background-color: #76EFFD; }
<div style="background-color:#76EFFD">Inner text</div>
This div background color is #76EFFD.
.myBorderColor { border: 1px solid #76EFFD; }
<div style="border:3px solid #76EFFD">Div</div>
This div border color is #76EFFD.
.myOpacity80 { color: #76EFFD; opacity: 0.8; }
<p style="color:#76EFFD;opacity:0.8;">80%</p>
Text with #76EFFD color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #76EFFD;}
<p style="text-shadow: 3px 3px 1px #76EFFD">Text here.</p>
This text has shadow with #76EFFD color.
.textShadow {text-shadow: 3px 3px 1px #76EFFD', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #76EFFD, 5px 5px 20px red">Text here.</p>
This text has shadow with #76EFFD primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76EFFD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#76EFFD, Direction=45, Strength=4)">Text</p>
This text has shadow with #76EFFD and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76EFFD;
-webkit-box-shadow: 1px 1px 3px 2px #76EFFD;
box-shadow: 1px 1px 3px 2px #76EFFD;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76EFFD; -webkit-box-shadow: 1px 1px 3px 2px #76EFFD; box-shadow:1px 1px 3px 2px #76EFFD;">
Div content here
</div>
This text has color #76EFFD on black background.
This text has color #76EFFD on white background.
This text has black color on #76EFFD background.
This text has white color on #76EFFD background.
Complementary color for #hex is #891002.