crispedge.com

Color picker

Loading...

#74bcc5 hex color - Blue - Cool color - Information

#74bcc5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #74bcc5 Color code in RGB color code model is created after adding 45.49% red color, 73.73% green color and 77.25% blue color. Hex #74bcc5 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 5% magenta, 0% yellow and 23% black.

Hex #74bcc5 color code is between #77bbcc web safe hex color code and #66ccbb web safe hex color code. #77bbcc is the nearest web safe color code. You can see here many more shades of #74bcc5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code74bcc5#74bcc5
RGB Decimal116, 188, 197rgb(116, 188, 197)
RGB Percent45%, 74%, 77%rgb(45%, 74%, 77%)
CSS RGBa116, 188, 197,1rgba(116,188,197,1)
CMYK Modelcmyk(41%,5%,0%,23%)
HSL Color Space187,41% ,61%hsl(187,41% ,61%)
HSV Color Space187°, 41%, 77%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101001011110011000101
Octal164274305
Decimal116188197
Hex74bcc5

Different shades of #74bcc5 color code.

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

Light Shade of #74bcc5
#98cdd4
Dark Shade of #74bcc5
#50abb6
Saturated Shade of #74bcc5
#6ac4cf
Desaturated Shade of #74bcc5
#7eb4bb
Grey scale Shade of #74bcc5
#9c9c9c
Brighten Shade
#8dd5de
Most Readable Shade
#000000

Shades of #74bcc5 color code

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

#74bcc5
#67a7af
#5a9299
#4d7d83
#40686d
#335357
#263e41
#19292b
#0c1415
#000000

Similar Color like #74bcc5 color

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

#75bdc6
#76bec7
#77bfc8
#78c0c9
#79c1ca
#7ac2cb
#7bc3cc
#7cc4cd
#7dc5ce
#7ec6cf
#7fc7d0
#80c8d1
#81c9d2
#82cad3
#73bbc4
#72bac3
#71b9c2
#70b8c1
#6fb7c0
#6eb6bf
#6db5be
#6cb4bd
#6bb3bc
#6ab2bb
#69b1ba
#68b0b9
#67afb8
#66aeb7

Monochromatic Color with #74bcc5

#74bcc5
#8de5ef
#101a1b
#294245
#426b70
#5b939a

Tints of #74bcc5 Color

#74bcc5
#83c3cb
#92cad1
#a2d2d8
#b1d9de
#c1e1e5
#d0e8eb
#e0f0f2
#eff7f8
#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

#74bcc5
#c57d74

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

Split Complementary

#74bcc5
#c57494
#c5a574

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

Analogous Color

#74c5ae
#74c5be
#74bcc5
#74acc5
#749cc5

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

#74bcc5
#c574bc
#bcc574

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

#74bcc5
#a574c5
#c57d74
#93c574

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

#74bcc5
#c57d74
#c5a574
#7494c5

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 #74bcc5 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.

#74bcc5 Color Code Preview on Black Background Color

This is how #74bcc5 Color will look on black background color. Color contrast ratio is 9.74

#74bcc5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74bcc5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #74bcc5

#74bcc5 color code is use for CSS Background Color

Background color for the above div is #74bcc5

HTML with inline CSS

<div style="background-color:#74bcc5;"></div>

#74bcc5 color code is use for CSS Border Color

CSS Border color for the above div is #74bcc5

HTML with inline CSS

<div style="border:5px solid #74bcc5;"></div>

CSS Border Left color for the above div is #74bcc5

HTML with inline CSS

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

CSS Border Right color for the above div is #74bcc5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #74bcc5

HTML with inline CSS

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

CSS Border Top color for the above div is #74bcc5

HTML with inline CSS

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

#74bcc5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#74bcc5 Color code Preview on White Background

This is how #74bcc5 Color code will look on white background color. Color contrast ratio is 2.16

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

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(116,188,197,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,125,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(116,188,197,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.