crispedge.com

Color picker

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

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

#73afd8 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #73afd8 Color code in RGB color code model is created after adding 45.1% red color, 68.63% green color and 84.71% blue color. Hex #73afd8 Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 19% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code73afd8#73afd8
RGB Decimal115, 175, 216rgb(115, 175, 216)
RGB Percent45%, 69%, 85%rgb(45%, 69%, 85%)
CSS RGBa115, 175, 216,1rgba(115,175,216,1)
CMYK Modelcmyk(47%,19%,0%,15%)
HSL Color Space204,56% ,65%hsl(204,56% ,65%)
HSV Color Space204°, 47%, 85%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100111010111111011000
Octal163257330
Decimal115175216
Hex73afd8

Different shades of #73afd8 color code.

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

Light Shade of #73afd8
#9bc6e3
Dark Shade of #73afd8
#4b98cd
Saturated Shade of #73afd8
#6ab1e1
Desaturated Shade of #73afd8
#7cadcf
Grey scale Shade of #73afd8
#a5a5a5
Brighten Shade
#8cc8f1
Most Readable Shade
#000000

Shades of #73afd8 color code

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

#73afd8
#669bc0
#5988a8
#4c7490
#3f6178
#334d60
#263a48
#192630
#0c1318
#000000

Similar Color like #73afd8 color

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

#74b0d9
#75b1da
#76b2db
#77b3dc
#78b4dd
#79b5de
#7ab6df
#7bb7e0
#7cb8e1
#7db9e2
#7ebae3
#7fbbe4
#80bce5
#81bde6
#72aed7
#71add6
#70acd5
#6fabd4
#6eaad3
#6da9d2
#6ca8d1
#6ba7d0
#6aa6cf
#69a5ce
#68a4cd
#67a3cc
#66a2cb
#65a1ca

Monochromatic Color with #73afd8

#73afd8
#020303
#18252e
#2f4858
#466a83
#5c8dad

Tints of #73afd8 Color

#73afd8
#82b7dc
#92c0e0
#a1c9e5
#b1d2e9
#c0dbed
#d0e4f2
#dfedf6
#eff6fa
#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

#73afd8
#d89c73

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

Split Complementary

#73afd8
#d8737c
#d8cf73

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

Analogous Color

#73d7d8
#73c3d8
#73afd8
#739bd8
#7387d8

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

#73afd8
#d873af
#afd873

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

#73afd8
#ce73d8
#d89c73
#7cd873

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

#73afd8
#d89c73
#d8cf73
#737cd8

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

#73afd8 Color Code Preview on Black Background Color

This is how #73afd8 Color will look on black background color. Color contrast ratio is 8.85

#73afd8 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#73afd8 color code is use for CSS Background Color

Background color for the above div is #73afd8

HTML with inline CSS

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

#73afd8 color code is use for CSS Border Color

CSS Border color for the above div is #73afd8

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#73afd8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#73afd8 Color code Preview on White Background

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

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

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.