crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

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

#73a3de hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #73a3de Color code in RGB color code model is created after adding 45.1% red color, 63.92% green color and 87.06% blue color. Hex #73a3de Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 27% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code73a3de#73a3de
RGB Decimal115, 163, 222rgb(115, 163, 222)
RGB Percent45%, 64%, 87%rgb(45%, 64%, 87%)
CSS RGBa115, 163, 222,1rgba(115,163,222,1)
CMYK Modelcmyk(48%,27%,0%,13%)
HSL Color Space213,62% ,66%hsl(213,62% ,66%)
HSV Color Space213°, 48%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111010001111011110
Octal163243336
Decimal115163222
Hex73a3de

Different shades of #73a3de color code.

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

Light Shade of #73a3de
#9cbee8
Dark Shade of #73a3de
#4a88d4
Saturated Shade of #73a3de
#6aa2e7
Desaturated Shade of #73a3de
#7ca4d5
Grey scale Shade of #73a3de
#a8a8a8
Brighten Shade
#8cbcf7
Most Readable Shade
#000000

Shades of #73a3de color code

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

#73a3de
#6690c5
#597eac
#4c6c94
#3f5a7b
#334862
#26364a
#192431
#0c1218
#000000

Similar Color like #73a3de color

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

#74a4df
#75a5e0
#76a6e1
#77a7e2
#78a8e3
#79a9e4
#7aaae5
#7babe6
#7cace7
#7dade8
#7eaee9
#7fafea
#80b0eb
#81b1ec
#72a2dd
#71a1dc
#70a0db
#6f9fda
#6e9ed9
#6d9dd8
#6c9cd7
#6b9bd6
#6a9ad5
#6999d4
#6898d3
#6797d2
#6696d1
#6595d0

Monochromatic Color with #73a3de

#73a3de
#050709
#1b2634
#31455e
#476589
#5d84b3

Tints of #73a3de Color

#73a3de
#82ade1
#92b7e5
#a1c1e9
#b1cbec
#c0d6f0
#d0e0f4
#dfeaf7
#eff4fb
#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

#73a3de
#deae73

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

Split Complementary

#73a3de
#de7973
#d8de73

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

Analogous Color

#73cede
#73b8de
#73a3de
#738ede
#7378de

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

#73a3de
#de73a3
#a3de73

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

#73a3de
#de73d8
#deae73
#73de78

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

#73a3de
#deae73
#d8de73
#7973de

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

#73a3de Color Code Preview on Black Background Color

This is how #73a3de Color will look on black background color. Color contrast ratio is 8.02

#73a3de in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#73a3de color code is use for CSS Background Color

Background color for the above div is #73a3de

HTML with inline CSS

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

#73a3de color code is use for CSS Border Color

CSS Border color for the above div is #73a3de

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#73a3de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#73a3de Color code Preview on White Background

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

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.