crispedge.com

Color picker

Loading...

#73aec7 hex color - Blue - Cool color - Information

#73aec7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #73aec7 Color code in RGB color code model is created after adding 45.1% red color, 68.24% green color and 78.04% blue color. Hex #73aec7 Color code in CMYK color (process color) code model is generated after subtraction of 42% cyan, 13% magenta, 0% yellow and 22% black.

Hex #73aec7 color code is between #77aacc web safe hex color code and #66bbbb web safe hex color code. #77aacc is the nearest web safe color code. You can see here many more shades of #73aec7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code73aec7#73aec7
RGB Decimal115, 174, 199rgb(115, 174, 199)
RGB Percent45%, 68%, 78%rgb(45%, 68%, 78%)
CSS RGBa115, 174, 199,1rgba(115,174,199,1)
CMYK Modelcmyk(42%,13%,0%,22%)
HSL Color Space198,43% ,62%hsl(198,43% ,62%)
HSV Color Space198°, 42%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111010111011000111
Octal163256307
Decimal115174199
Hex73aec7

Different shades of #73aec7 color code.

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

Light Shade of #73aec7
#97c3d6
Dark Shade of #73aec7
#4f99b8
Saturated Shade of #73aec7
#69b2d1
Desaturated Shade of #73aec7
#7daabd
Grey scale Shade of #73aec7
#9d9d9d
Brighten Shade
#8cc7e0
Most Readable Shade
#000000

Shades of #73aec7 color code

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

#73aec7
#669ab0
#59879a
#4c7484
#3f606e
#334d58
#263a42
#19262c
#0c1316
#000000

Similar Color like #73aec7 color

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

#74afc8
#75b0c9
#76b1ca
#77b2cb
#78b3cc
#79b4cd
#7ab5ce
#7bb6cf
#7cb7d0
#7db8d1
#7eb9d2
#7fbad3
#80bbd4
#81bcd5
#72adc6
#71acc5
#70abc4
#6faac3
#6ea9c2
#6da8c1
#6ca7c0
#6ba6bf
#6aa5be
#69a4bd
#68a3bc
#67a2bb
#66a1ba
#65a0b9

Monochromatic Color with #73aec7

#73aec7
#8cd3f1
#11191d
#293e47
#426472
#5a899c

Tints of #73aec7 Color

#73aec7
#82b7cd
#92c0d3
#a1c9d9
#b1d2df
#c0dbe6
#d0e4ec
#dfedf2
#eff6f8
#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

#73aec7
#c78c73

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

Split Complementary

#73aec7
#c77384
#c7b673

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

Analogous Color

#73c7be
#73bfc7
#73aec7
#739dc7
#738cc7

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

#73aec7
#c773ae
#aec773

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

#73aec7
#b673c7
#c78c73
#84c773

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

#73aec7
#c78c73
#c7b673
#7384c7

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 #73aec7 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.

#73aec7 Color Code Preview on Black Background Color

This is how #73aec7 Color will look on black background color. Color contrast ratio is 8.61

#73aec7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #73aec7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #73aec7

#73aec7 color code is use for CSS Background Color

Background color for the above div is #73aec7

HTML with inline CSS

<div style="background-color:#73aec7;"></div>

#73aec7 color code is use for CSS Border Color

CSS Border color for the above div is #73aec7

HTML with inline CSS

<div style="border:5px solid #73aec7;"></div>

CSS Border Left color for the above div is #73aec7

HTML with inline CSS

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

CSS Border Right color for the above div is #73aec7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #73aec7

HTML with inline CSS

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

CSS Border Top color for the above div is #73aec7

HTML with inline CSS

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

#73aec7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#73aec7 Color code Preview on White Background

This is how #73aec7 Color code will look on white background color. Color contrast ratio is 2.44

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

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(115,174,199,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(199,140,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(115,174,199,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.