crispedge.com

Color picker

Loading...

#76c9fc hex color - Blue - Cool color - Information

#76c9fc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

Hex #76c9fc 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 #76c9fc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 76c9fc #76c9fc
RGB Decimal 118, 201, 252 rgb(118, 201, 252)
RGB Percent 46%, 79%, 99% rgb(46%, 79%, 99%)
CSS RGBa 118, 201, 252,1 rgba(118,201,252,1)
CMYK Model cmyk(53%,20%,0%,1%)
HSL Color Space 203,96% ,73% hsl(203,96% ,73%)
HSV Color Space 203°, 53%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110110 11001001 11111100
Octal 166 311 374
Decimal 118 201 252
Hex 76 c9 fc

Different shades of #76c9fc color code.

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

Light Shade of #76c9fc
#a8ddfd
Dark Shade of #76c9fc
#44b5fb
Saturated Shade of #76c9fc
#73caff
Desaturated Shade of #76c9fc
#7dc7f5
Grey scale Shade of #76c9fc
#b9b9b9
Brighten Shade
#8fe2ff
Most Readable Shade
#000000

Shades of #76c9fc color code

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

#76c9fc
#68b2e0
#5b9cc4
#4e86a8
#416f8c
#345970
#274354
#1a2c38
#0d161c
#000000

Similar Color like #76c9fc color

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

#77cafd
#78cbfe
#79ccff
#7acdff
#7bceff
#7ccfff
#7dd0ff
#7ed1ff
#7fd2ff
#80d3ff
#81d4ff
#82d5ff
#83d6ff
#84d7ff
#75c8fb
#74c7fa
#73c6f9
#72c5f8
#71c4f7
#70c3f6
#6fc2f5
#6ec1f4
#6dc0f3
#6cbff2
#6bbef1
#6abdf0
#69bcef
#68bbee

Monochromatic Color with #76c9fc

#76c9fc
#122027
#264152
#3a637c
#4e85a7
#62a7d1

Tints of #76c9fc Color

#76c9fc
#85cffc
#94d5fc
#a3dbfd
#b2e1fd
#c2e7fd
#d1edfe
#e0f3fe
#eff9fe
#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

#76c9fc
#fca976

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

Split Complementary

#76c9fc
#fc7686
#fcec76

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

Analogous Color

#76fcf9
#76e4fc
#76c9fc
#76aefc
#7693fc

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

#76c9fc
#fc76c9
#c9fc76

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

#76c9fc
#ec76fc
#fca976
#86fc76

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

Double Complementary Color

#76c9fc
#fca976
#fcec76
#7686fc

Double Complementary 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).

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

#76c9fc Color Code Preview on Black Background Color

This is how #76c9fc Color will look on black background color. Color contrast ratio is 11.53

#76c9fc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#76c9fc color code is use for CSS Background Color

Background color for the above div is #76c9fc

HTML with inline CSS

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

#76c9fc color code is use for CSS Border Color

CSS Border color for the above div is #76c9fc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#76c9fc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#76c9fc Color code Preview on White Background

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

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.