crispedge.com

Color picker

Loading...

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

#7aafdc hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7aafdc#7aafdc
RGB Decimal122, 175, 220rgb(122, 175, 220)
RGB Percent48%, 69%, 86%rgb(48%, 69%, 86%)
CSS RGBa122, 175, 220,1rgba(122,175,220,1)
CMYK Modelcmyk(45%,20%,0%,14%)
HSL Color Space208,58% ,67%hsl(208,58% ,67%)
HSV Color Space208°, 45%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101010111111011100
Octal172257334
Decimal122175220
Hex7aafdc

Different shades of #7aafdc color code.

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

Light Shade of #7aafdc
#a2c7e7
Dark Shade of #7aafdc
#5297d1
Saturated Shade of #7aafdc
#72b0e4
Desaturated Shade of #7aafdc
#82aed4
Grey scale Shade of #7aafdc
#ababab
Brighten Shade
#93c8f5
Most Readable Shade
#000000

Shades of #7aafdc color code

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

#7aafdc
#6c9bc3
#5e88ab
#517492
#43617a
#364d61
#283a49
#1b2630
#0d1318
#000000

Similar Color like #7aafdc color

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

#7bb0dd
#7cb1de
#7db2df
#7eb3e0
#7fb4e1
#80b5e2
#81b6e3
#82b7e4
#83b8e5
#84b9e6
#85bae7
#86bbe8
#87bce9
#88bdea
#79aedb
#78adda
#77acd9
#76abd8
#75aad7
#74a9d6
#73a8d5
#72a7d4
#71a6d3
#70a5d2
#6fa4d1
#6ea3d0
#6da2cf
#6ca1ce

Monochromatic Color with #7aafdc

#7aafdc
#040607
#1c2832
#334a5c
#4b6b87
#628db1

Tints of #7aafdc Color

#7aafdc
#88b7df
#97c0e3
#a6c9e7
#b5d2eb
#c3dbef
#d2e4f3
#e1edf7
#f0f6fb
#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

#7aafdc
#dca77a

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

Split Complementary

#7aafdc
#dc7a7e
#dcd87a

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

Analogous Color

#7ad6dc
#7ac3dc
#7aafdc
#7a9bdc
#7a88dc

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

#7aafdc
#dc7aaf
#afdc7a

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

#7aafdc
#d87adc
#dca77a
#7edc7a

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

#7aafdc
#dca77a
#dcd87a
#7a7edc

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

#7aafdc Color Code Preview on Black Background Color

This is how #7aafdc Color will look on black background color. Color contrast ratio is 8.99

#7aafdc in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7aafdc color code is use for CSS Background Color

Background color for the above div is #7aafdc

HTML with inline CSS

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

#7aafdc color code is use for CSS Border Color

CSS Border color for the above div is #7aafdc

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7aafdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7aafdc Color code Preview on White Background

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

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

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