crispedge.com

Color picker

Loading...

#7aafcd hex color - Blue - Cool color - Information

#7aafcd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7aafcd Color code in RGB color code model is created after adding 47.84% red color, 68.63% green color and 80.39% blue color. Hex #7aafcd Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 15% magenta, 0% yellow and 20% black.

Hex #7aafcd color code is between #77aacc web safe hex color code and #88bbdd web safe hex color code. #77aacc is the nearest web safe color code. You can see here many more shades of #7aafcd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7aafcd#7aafcd
RGB Decimal122, 175, 205rgb(122, 175, 205)
RGB Percent48%, 69%, 80%rgb(48%, 69%, 80%)
CSS RGBa122, 175, 205,1rgba(122,175,205,1)
CMYK Modelcmyk(40%,15%,0%,20%)
HSL Color Space202,45% ,64%hsl(202,45% ,64%)
HSV Color Space202°, 40%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101010111111001101
Octal172257315
Decimal122175205
Hex7aafcd

Different shades of #7aafcd color code.

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

Light Shade of #7aafcd
#9fc5db
Dark Shade of #7aafcd
#5599bf
Saturated Shade of #7aafcd
#71b2d6
Desaturated Shade of #7aafcd
#83acc4
Grey scale Shade of #7aafcd
#a3a3a3
Brighten Shade
#93c8e6
Most Readable Shade
#000000

Shades of #7aafcd color code

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

#7aafcd
#6c9bb6
#5e889f
#517488
#436171
#364d5b
#283a44
#1b262d
#0d1316
#000000

Similar Color like #7aafcd color

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

#7bb0ce
#7cb1cf
#7db2d0
#7eb3d1
#7fb4d2
#80b5d3
#81b6d4
#82b7d5
#83b8d6
#84b9d7
#85bad8
#86bbd9
#87bcda
#88bddb
#79aecc
#78adcb
#77acca
#76abc9
#75aac8
#74a9c7
#73a8c6
#72a7c5
#71a6c4
#70a5c3
#6fa4c2
#6ea3c1
#6da2c0
#6ca1bf

Monochromatic Color with #7aafcd

#7aafcd
#93d3f7
#151e23
#2e424d
#476678
#618ba2

Tints of #7aafcd Color

#7aafcd
#88b7d2
#97c0d8
#a6c9dd
#b5d2e3
#c3dbe8
#d2e4ee
#e1edf3
#f0f6f9
#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

#7aafcd
#cd987a

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

Split Complementary

#7aafcd
#cd7a86
#cdc17a

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

Analogous Color

#7acdca
#7ac0cd
#7aafcd
#7a9ecd
#7a8ecd

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

#7aafcd
#cd7aaf
#afcd7a

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

#7aafcd
#c17acd
#cd987a
#85cd7a

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

#7aafcd
#cd987a
#cdc17a
#7a86cd

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 #7aafcd 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.

#7aafcd Color Code Preview on Black Background Color

This is how #7aafcd Color will look on black background color. Color contrast ratio is 8.84

#7aafcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7aafcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7aafcd

#7aafcd color code is use for CSS Background Color

Background color for the above div is #7aafcd

HTML with inline CSS

<div style="background-color:#7aafcd;"></div>

#7aafcd color code is use for CSS Border Color

CSS Border color for the above div is #7aafcd

HTML with inline CSS

<div style="border:5px solid #7aafcd;"></div>

CSS Border Left color for the above div is #7aafcd

HTML with inline CSS

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

CSS Border Right color for the above div is #7aafcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7aafcd

HTML with inline CSS

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

CSS Border Top color for the above div is #7aafcd

HTML with inline CSS

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

#7aafcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7aafcd Color code Preview on White Background

This is how #7aafcd Color code will look on white background color. Color contrast ratio is 2.38

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

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(122,175,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(205,152,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(122,175,205,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.