Skip to main content Skip to docs navigation

#76fcdd hex color | Download Light Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Spindrift and its hex is #73FCD6 Nearest Color Name

Color Hue/Base color: Blue

Hex #76fcdd Color code in RGB color code model is created after adding 46.27% red color, 98.82% green color and 86.67% blue color. Hex #76fcdd Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 12% yellow and 1.18% black.

Hex #76fcdd color code is between #77ffcc web safe hex color code and #66eeee web safe hex color code. #77ffcc is the nearest web safe color code. You can see here many more shades of #76fcdd color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 76fcdd #76fcdd
RGB Decimal 118, 252, 221 118, 252, 221
RGB Percent 46%, 99%, 87% rgb(46%, 99%, 87%)
CSS RGBa 118, 252, 221,1 rgba(118,252,221,1)
CMYK Model cmyk(53%,0%,12%,1.18%)
HSL Color Space 166,96% ,73% hsl(166,96% ,73%)
HSV Color Space 166°, 53%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110110 11111100 11011101
Octal 166 374 335
Decimal 118 252 221
Hex 76 fc dd

Different shades of #76fcdd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #76fcdd
#05d4a4
Darker of #76fcdd
#12fac4
Dark of #76fcdd
#44fbd1
Base of #76fcdd
#76fcdd
Light of #76fcdd
#a8fde9
Lighter
#dafef6
Lightest
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#76fcdd
#fc7695

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#76fcdd
#fc76d8
#fc9a76

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#76fc8f
#76fca5
#76fcdd
#76eefc
#76b7fc

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#76fcdd
#fcdd76
#dd76fc

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#76fcdd
#dd76fc
#fc7695
#95fc76

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#76fcdd
#9a76fc
#fc7695
#d8fc76

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #76fcdd

#04a27e
#05d4a4
#12fac4
#44fbd1
#76fcdd
#a8fde9
#dafef6
#ffffff
#ffffff

Tints of #76fcdd Color

#76fcdd
#85fce0
#94fce4
#a3fde8
#b2fdec
#c2fdef
#d1fef3
#e0fef7
#effefb
#ffffff

Shades of #76fcdd color code

Generate more color scales with scales (color stack) generator.

#76fcdd
#68e0c4
#5bc4ab
#4ea893
#418c7a
#347062
#275449
#1a3831
#0d1c18
#000000

Tones

#76fcdd
#84eed5
#92e0ce
#a0d2c6
#aec4bf

Tones

Similar Color like #76fcdd color

Find visually similar hex color codes nearing to #76fcdd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#77fdde
#78fedf
#79ffe0
#7affe1
#7bffe2
#7cffe3
#7dffe4
#7effe5
#7fffe6
#80ffe7
#81ffe8
#82ffe9
#83ffea
#84ffeb
#75fbdc
#74fadb
#73f9da
#72f8d9
#71f7d8
#70f6d7
#6ff5d6
#6ef4d5
#6df3d4
#6cf2d3
#6bf1d2
#6af0d1
#69efd0
#68eecf

Download this Light Blue

Hex #76fcdd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#76fcdd Color Code Preview on Black Background Color

This is how #76fcdd Color will look on black background color. Color contrast ratio is 16.74

#76fcdd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#76fcdd">Your Example Paragraph content text in with font color #76fcdd </p>

Your Example Paragraph content text in with font color #76fcdd

HTML with inline CSS

<div style="color:#76fcdd">Your Paragraph text in with font color #76fcdd </div>

Your Example Paragraph content text in with font color #76fcdd

#76fcdd color code is use for CSS Background Color

Background color for the above div is #76fcdd

HTML with inline CSS

<div style="background-color:#76fcdd;"></div>

#76fcdd color code is use for CSS Border Color

CSS Border color for the above div is #76fcdd

HTML with inline CSS

<div style="border:5px solid #76fcdd;"></div>

CSS Border Left color for the above div is #76fcdd

HTML with inline CSS

<div style="border-left:5px solid #76fcdd;"></div>

CSS Border Right color for the above div is #76fcdd

HTML with inline CSS

<div style="border-right:5px solid #76fcdd;"></div>

CSS Border Bottom color for the above div is #76fcdd

HTML with inline CSS

<div style="border-bottom:5px solid #76fcdd;"></div>

CSS Border Top color for the above div is #76fcdd

HTML with inline CSS

<div style="border-top:5px solid #76fcdd;"></div>

#76fcdd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#76fcdd; } .examplecolorclass {color:#76fcdd; } .examplebordercolor {border:3px solid #76fcdd; }

#76fcdd Color code Preview on White Background

This is how #76fcdd Color code will look on white background color. Color contrast ratio is 1.25

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #76fcdd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #76fcdd; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(118,252,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(252,118,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,252,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }