COLOR #76D7FF

HEX: #76D7FF RGB: (118,215,255)

Color info

#76D7FF contains mainly green and blue colors. Web safe color of #76D7FF is #66CCFF (or #6CF).

RGB color model

#76D7FF color RGB value is (118,215,255).

RGB: (118,215,255) (46%, 84%, 100%)

RGB channels and saturation

R 118 of 255 = 46%
G 215 of 255 = 84%
B 255 of 255 = 100%

118
215
255

R + G + B ~ 77%. #76D7FF is quite light color.

Portions of RGB colors in percentages

R + G + B = 118 + 215 + 255 = 588 (100%)
R 118 of 588 ~ 20.07%
G 215 of 588 ~ 36.56%
B 255 of 588 ~ 43.37'%

%20.07
%36.56
%43.37

CMYK color model

#76D7FF color CMYK value is (54,16,0,0).

  • cyan value is 53.73%
  • magenta value is 15.69%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (54,16,0,0)
C54M16Y0K0 (54%, 16%, 0%, 0%)
(0.54 / 0.16 / 0.00 / 0.00)

CMYK percentages

%53.73
%15.69
%0
%0

Codes

Color #76D7FF in popluar color models

76 D7 FF
RGB 118 215 255
HSL 198° 100.00% 73.14%
HSB/HSV 198° 53.73% 100.00%
CMYK 53.73% 15.69% 0.00%
0.00%

Color #76D7FF in popluar number systems.

HEX 76 D7 FF
Decimal 118 215 255
Binary 1110110 11010111 11111111
Octal 166 327 377

Shades and tints

Shades of #76D7FF

#76D7FF
(118,215,255)
#6CC4E8
(108,196,232)
#62B1D1
(98,177,209)
#589EBA
(88,158,186)
#4E8BA3
(78,139,163)
#44788C
(68,120,140)
#3A6575
(58,101,117)
#30525E
(48,82,94)
#263F47
(38,63,71)
#1C2C30
(28,44,48)
#121919
(18,25,25)
#000000
(0,0,0)

Tints of #76D7FF

#76D7FF
(118,215,255)
#82DAFF
(130,218,255)
#8EDDFF
(142,221,255)
#9AE0FF
(154,224,255)
#A6E3FF
(166,227,255)
#B2E6FF
(178,230,255)
#BEE9FF
(190,233,255)
#CAECFF
(202,236,255)
#D6EFFF
(214,239,255)
#E2F2FF
(226,242,255)
#EEF5FF
(238,245,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #76D7FF color. Also use rgb(118,215,255) instead hex code.

Text Font Color

.myTextColor { color: #76D7FF; }

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

This text font color is #76D7FF.

Background Color

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

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

This div background color is #76D7FF.

Border color

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

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

This div border color is #76D7FF.

Opacity

.myOpacity80 { color: #76D7FF; opacity: 0.8; }

<p style="color:#76D7FF;opacity:0.8;">80%</p>

Text with #76D7FF 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 #76D7FF;}

<p style="text-shadow: 3px 3px 1px #76D7FF">Text here.</p>

This text has shadow with #76D7FF color.


.textShadow {text-shadow: 3px 3px 1px #76D7FF', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #76D7FF, 5px 5px 20px red">Text here.</p>

This text has shadow with #76D7FF primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#76D7FF, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#76D7FF, Direction=45, Strength=4)">Text</p>

This text has shadow with #76D7FF and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #76D7FF;
-webkit-box-shadow: 1px 1px 3px 2px #76D7FF;
box-shadow: 1px 1px 3px 2px #76D7FF;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #76D7FF; -webkit-box-shadow: 1px 1px 3px 2px #76D7FF; box-shadow:1px 1px 3px 2px #76D7FF;">
Div content here
</div>

This div box has shadow with color #76D7FF.

Preview

Color preview on black background

This text has color #76D7FF on black background.


Color preview on white background

This text has color #76D7FF on white background.


Black color preview on #76D7FF background

This text has black color on #76D7FF background.


White color preview on #76D7FF background

This text has white color on #76D7FF background.


Related colors

Complementary color

Complementary color for #hex is #892800.


I love getcolorcode.com

Triadic colors

1 #FF76D7 and #D7FF76 with #76D7FF are triadic colors.

2 #FFD776 and #D776FF with #76D7FF are triadic colors.