COLOR #76EFFD

HEX: #76EFFD RGB: (118,239,253)

Color info

#76EFFD contains mainly green and blue colors. Web safe color of #76EFFD is #66FFFF (or #6FF).

RGB color model

#76EFFD color RGB value is (118,239,253).

RGB: (118,239,253) (46%, 94%, 99%)

RGB channels and saturation

R 118 of 255 = 46%
G 239 of 255 = 94%
B 253 of 255 = 99%

118
239
253

R + G + B ~ 80%. #76EFFD is quite light color.

Portions of RGB colors in percentages

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'%

%19.34
%39.18
%41.48

CMYK color model

#76EFFD color CMYK value is (53,6,0,1).

  • cyan value is 53.36%
  • magenta value is 5.53%
  • yellow value is 0.00%
  • key color value is 0.78%

CMYK: (53,6,0,1)
C53M6Y0K1 (53%, 6%, 0%, 1%)
(0.53 / 0.06 / 0.00 / 0.01)

CMYK percentages

%53.36
%5.53
%0
%0.78

Codes

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 and tints

Shades of #76EFFD

#76EFFD
(118,239,253)
#6CDAE6
(108,218,230)
#62C5CF
(98,197,207)
#58B0B8
(88,176,184)
#4E9BA1
(78,155,161)
#44868A
(68,134,138)
#3A7173
(58,113,115)
#305C5C
(48,92,92)
#264745
(38,71,69)
#1C322E
(28,50,46)
#121D17
(18,29,23)
#000000
(0,0,0)

Tints of #76EFFD

#76EFFD
(118,239,253)
#82F0FD
(130,240,253)
#8EF1FD
(142,241,253)
#9AF2FD
(154,242,253)
#A6F3FD
(166,243,253)
#B2F4FD
(178,244,253)
#BEF5FD
(190,245,253)
#CAF6FD
(202,246,253)
#D6F7FD
(214,247,253)
#E2F8FD
(226,248,253)
#EEF9FD
(238,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76EFFD color. Also use rgb(118,239,253) instead hex code.

Text Font Color

.myTextColor { color: #76EFFD; }

<p style="color:#76EFFD">This sample text font color is #76EFFD.</p>

This text font color is #76EFFD.

Background Color

.myBgColor { background-color: #76EFFD; }

<div style="background-color:#76EFFD">Inner text</div>

This div background color is #76EFFD.

Border color

.myBorderColor { border: 1px solid #76EFFD; }

<div style="border:3px solid #76EFFD">Div</div>

This div border color is #76EFFD.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #76EFFD.

Preview

Color preview on black background

This text has color #76EFFD on black background.


Color preview on white background

This text has color #76EFFD on white background.


Black color preview on #76EFFD background

This text has black color on #76EFFD background.


White color preview on #76EFFD background

This text has white color on #76EFFD background.


Related colors

Complementary color

Complementary color for #hex is #891002.


I love getcolorcode.com

Triadic colors

1 #FD76EF and #EFFD76 with #76EFFD are triadic colors.

2 #FDEF76 and #EF76FD with #76EFFD are triadic colors.