crispedge.com

Color picker

Loading...

#79bfd5 hex color - Blue - Cool color - Information

#79bfd5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #79bfd5 Color code in RGB color code model is created after adding 47.45% red color, 74.9% green color and 83.53% blue color. Hex #79bfd5 Color code in CMYK color (process color) code model is generated after subtraction of 43% cyan, 10% magenta, 0% yellow and 16% black.

Hex #79bfd5 color code is between #77bbdd web safe hex color code and #88cccc web safe hex color code. #77bbdd is the nearest web safe color code. You can see here many more shades of #79bfd5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code79bfd5#79bfd5
RGB Decimal121, 191, 213rgb(121, 191, 213)
RGB Percent47%, 75%, 84%rgb(47%, 75%, 84%)
CSS RGBa121, 191, 213,1rgba(121,191,213,1)
CMYK Modelcmyk(43%,10%,0%,16%)
HSL Color Space194,52% ,65%hsl(194,52% ,65%)
HSV Color Space194°, 43%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110011011111111010101
Octal171277325
Decimal121191213
Hex79bfd5

Different shades of #79bfd5 color code.

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

Light Shade of #79bfd5
#a0d2e1
Dark Shade of #79bfd5
#52acc9
Saturated Shade of #79bfd5
#70c4de
Desaturated Shade of #79bfd5
#82bacc
Grey scale Shade of #79bfd5
#a7a7a7
Brighten Shade
#92d8ee
Most Readable Shade
#000000

Shades of #79bfd5 color code

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

#79bfd5
#6ba9bd
#5e94a5
#507f8e
#436a76
#35545e
#283f47
#1a2a2f
#0d1517
#000000

Similar Color like #79bfd5 color

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

#7ac0d6
#7bc1d7
#7cc2d8
#7dc3d9
#7ec4da
#7fc5db
#80c6dc
#81c7dd
#82c8de
#83c9df
#84cae0
#85cbe1
#86cce2
#87cde3
#78bed4
#77bdd3
#76bcd2
#75bbd1
#74bad0
#73b9cf
#72b8ce
#71b7cd
#70b6cc
#6fb5cb
#6eb4ca
#6db3c9
#6cb2c8
#6bb1c7

Monochromatic Color with #79bfd5

#79bfd5
#000000
#18272b
#314d55
#497380
#6199aa

Tints of #79bfd5 Color

#79bfd5
#87c6d9
#96cdde
#a5d4e3
#b4dbe7
#c3e2ec
#d2e9f1
#e1f0f5
#f0f7fa
#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

#79bfd5
#d58f79

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

Split Complementary

#79bfd5
#d57991
#d5bd79

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

Analogous Color

#79d5c6
#79d1d5
#79bfd5
#79add5
#799ad5

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

#79bfd5
#d579bf
#bfd579

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

#79bfd5
#bd79d5
#d58f79
#91d579

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

#79bfd5
#d58f79
#d5bd79
#7991d5

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 #79bfd5 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.

#79bfd5 Color Code Preview on Black Background Color

This is how #79bfd5 Color will look on black background color. Color contrast ratio is 10.23

#79bfd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #79bfd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #79bfd5

#79bfd5 color code is use for CSS Background Color

Background color for the above div is #79bfd5

HTML with inline CSS

<div style="background-color:#79bfd5;"></div>

#79bfd5 color code is use for CSS Border Color

CSS Border color for the above div is #79bfd5

HTML with inline CSS

<div style="border:5px solid #79bfd5;"></div>

CSS Border Left color for the above div is #79bfd5

HTML with inline CSS

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

CSS Border Right color for the above div is #79bfd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #79bfd5

HTML with inline CSS

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

CSS Border Top color for the above div is #79bfd5

HTML with inline CSS

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

#79bfd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#79bfd5 Color code Preview on White Background

This is how #79bfd5 Color code will look on white background color. Color contrast ratio is 2.05

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

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(121,191,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(213,143,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(121,191,213,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.