Skip to main content Skip to docs navigation

#76cbfe 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 Bubbly Barracuda and its hex is #77CCFF Nearest Color Name

Color Hue/Base color: Blue

Hex #76cbfe Color code in RGB color code model is created after adding 46.27% red color, 79.61% green color and 99.61% blue color. Hex #76cbfe Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 20% magenta, 0% yellow and 0.39% black.

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

RGB Chart

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

Color Table

Hex Color Code 76cbfe #76cbfe
RGB Decimal 118, 203, 254 118, 203, 254
RGB Percent 46%, 80%, 100% rgb(46%, 80%, 100%)
CSS RGBa 118, 203, 254,1 rgba(118,203,254,1)
CMYK Model cmyk(54%,20%,0%,0.39%)
HSL Color Space 203,99% ,73% hsl(203,99% ,73%)
HSV Color Space 203°, 54%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110110 11001011 11111110
Octal 166 313 376
Decimal 118 203 254
Hex 76 cb fe

Different shades of #76cbfe color code.

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

Darkest of #76cbfe
#0288d9
Darker of #76cbfe
#11a5fd
Dark of #76cbfe
#43b8fe
Base of #76cbfe
#76cbfe
Light of #76cbfe
#a9defe
Lighter
#dbf1ff
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

#76cbfe
#fea976

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

Split Complementary

#76cbfe
#fe7687
#feed76

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

Analogous Color

#76fee2
#76fef8
#76cbfe
#769efe
#8776fe

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

#76cbfe
#cbfe76
#fe76cb

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

#76cbfe
#fe76cb
#fea976
#76fea9

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

#76cbfe
#ed76fe
#fea976
#87fe76

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 #76cbfe

#0169a7
#0288d9
#11a5fd
#43b8fe
#76cbfe
#a9defe
#dbf1ff
#ffffff
#ffffff

Tints of #76cbfe Color

#76cbfe
#85d0fe
#94d6fe
#a3dcfe
#b2e2fe
#c2e7fe
#d1edfe
#e0f3fe
#eff9fe
#ffffff

Shades of #76cbfe color code

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

#76cbfe
#68b4e1
#5b9dc5
#4e87a9
#41708d
#345a70
#274354
#1a2d38
#0d161c
#000000

Tones

#76cbfe
#84c8f0
#92c4e2
#9fc1d5
#adbdc7

Tones

Similar Color like #76cbfe color

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

#77ccff
#78cdff
#79ceff
#7acfff
#7bd0ff
#7cd1ff
#7dd2ff
#7ed3ff
#7fd4ff
#80d5ff
#81d6ff
#82d7ff
#83d8ff
#84d9ff
#75cafd
#74c9fc
#73c8fb
#72c7fa
#71c6f9
#70c5f8
#6fc4f7
#6ec3f6
#6dc2f5
#6cc1f4
#6bc0f3
#6abff2
#69bef1
#68bdf0

Download this Light Blue

Hex #76cbfe 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.

#76cbfe Color Code Preview on Black Background Color

This is how #76cbfe Color will look on black background color. Color contrast ratio is 11.74

#76cbfe in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#76cbfe color code is use for CSS Background Color

Background color for the above div is #76cbfe

HTML with inline CSS

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

#76cbfe color code is use for CSS Border Color

CSS Border color for the above div is #76cbfe

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#76cbfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76cbfe Color code Preview on White Background

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

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 #76cbfe; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #76cbfe; }

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,203,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,169,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,203,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }