crispedge.com

Color picker

Loading...

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

#73a3ec hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #73a3ec Color code in RGB color code model is created after adding 45.1% red color, 63.92% green color and 92.55% blue color. Hex #73a3ec Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 31% magenta, 0% yellow and 7% black.

Hex #73a3ec color code is between #77aaee web safe hex color code and #6699dd web safe hex color code. #77aaee is the nearest web safe color code. You can see here many more shades of #73a3ec color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code73a3ec#73a3ec
RGB Decimal115, 163, 236rgb(115, 163, 236)
RGB Percent45%, 64%, 93%rgb(45%, 64%, 93%)
CSS RGBa115, 163, 236,1rgba(115,163,236,1)
CMYK Modelcmyk(51%,31%,0%,7%)
HSL Color Space216,76% ,69%hsl(216,76% ,69%)
HSV Color Space216°, 51%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111010001111101100
Octal163243354
Decimal115163236
Hex73a3ec

Different shades of #73a3ec color code.

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

Light Shade of #73a3ec
#a0c0f2
Dark Shade of #73a3ec
#4685e6
Saturated Shade of #73a3ec
#6ba1f4
Desaturated Shade of #73a3ec
#7ba5e4
Grey scale Shade of #73a3ec
#afafaf
Brighten Shade
#8cbcff
Most Readable Shade
#000000

Shades of #73a3ec color code

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

#73a3ec
#6690d1
#597eb7
#4c6c9d
#3f5a83
#334868
#26364e
#192434
#0c121a
#000000

Similar Color like #73a3ec color

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

#74a4ed
#75a5ee
#76a6ef
#77a7f0
#78a8f1
#79a9f2
#7aaaf3
#7babf4
#7cacf5
#7dadf6
#7eaef7
#7faff8
#80b0f9
#81b1fa
#72a2eb
#71a1ea
#70a0e9
#6f9fe8
#6e9ee7
#6d9de6
#6c9ce5
#6b9be4
#6a9ae3
#6999e2
#6898e1
#6797e0
#6696df
#6595de

Monochromatic Color with #73a3ec

#73a3ec
#0b1017
#202e42
#354b6c
#4a6897
#5e86c1

Tints of #73a3ec Color

#73a3ec
#82adee
#92b7f0
#a1c1f2
#b1cbf4
#c0d6f6
#d0e0f8
#dfeafa
#eff4fc
#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

#73a3ec
#ecbc73

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

Split Complementary

#73a3ec
#ec8073
#dfec73

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

Analogous Color

#73d3ec
#73bbec
#73a3ec
#738bec
#7373ec

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

#73a3ec
#ec73a3
#a3ec73

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

#73a3ec
#ec73df
#ecbc73
#73ec7f

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

#73a3ec
#ecbc73
#dfec73
#8073ec

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

#73a3ec Color Code Preview on Black Background Color

This is how #73a3ec Color will look on black background color. Color contrast ratio is 8.18

#73a3ec in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#73a3ec color code is use for CSS Background Color

Background color for the above div is #73a3ec

HTML with inline CSS

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

#73a3ec color code is use for CSS Border Color

CSS Border color for the above div is #73a3ec

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#73a3ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#73a3ec Color code Preview on White Background

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

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

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,163,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(236,188,115,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(115,163,236,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.