crispedge.com

Color picker

Loading...

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

#7ab6df hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7ab6df Color code in RGB color code model is created after adding 47.84% red color, 71.37% green color and 87.45% blue color. Hex #7ab6df Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 18% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7ab6df#7ab6df
RGB Decimal122, 182, 223rgb(122, 182, 223)
RGB Percent48%, 71%, 87%rgb(48%, 71%, 87%)
CSS RGBa122, 182, 223,1rgba(122,182,223,1)
CMYK Modelcmyk(45%,18%,0%,13%)
HSL Color Space204,61% ,68%hsl(204,61% ,68%)
HSV Color Space204°, 45%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101011011011011111
Octal172266337
Decimal122182223
Hex7ab6df

Different shades of #7ab6df color code.

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

Light Shade of #7ab6df
#a3cde9
Dark Shade of #7ab6df
#519fd5
Saturated Shade of #7ab6df
#72b8e7
Desaturated Shade of #7ab6df
#82b4d7
Grey scale Shade of #7ab6df
#acacac
Brighten Shade
#93cff8
Most Readable Shade
#000000

Shades of #7ab6df color code

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

#7ab6df
#6ca1c6
#5e8dad
#517994
#43657b
#365063
#283c4a
#1b2831
#0d1418
#000000

Similar Color like #7ab6df color

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

#7bb7e0
#7cb8e1
#7db9e2
#7ebae3
#7fbbe4
#80bce5
#81bde6
#82bee7
#83bfe8
#84c0e9
#85c1ea
#86c2eb
#87c3ec
#88c4ed
#79b5de
#78b4dd
#77b3dc
#76b2db
#75b1da
#74b0d9
#73afd8
#72aed7
#71add6
#70acd5
#6fabd4
#6eaad3
#6da9d2
#6ca8d1

Monochromatic Color with #7ab6df

#7ab6df
#06090a
#1d2b35
#344e5f
#4b718a
#6393b4

Tints of #7ab6df Color

#7ab6df
#88bee2
#97c6e6
#a6cee9
#b5d6ed
#c3def0
#d2e6f4
#e1eef7
#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

#7ab6df
#dfa37a

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

Split Complementary

#7ab6df
#df7a83
#dfd67a

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

Analogous Color

#7adedf
#7acadf
#7ab6df
#7aa2df
#7a8edf

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

#7ab6df
#df7ab6
#b6df7a

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

#7ab6df
#d57adf
#dfa37a
#83df7a

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

#7ab6df
#dfa37a
#dfd67a
#7a83df

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

#7ab6df Color Code Preview on Black Background Color

This is how #7ab6df Color will look on black background color. Color contrast ratio is 9.58

#7ab6df in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7ab6df color code is use for CSS Background Color

Background color for the above div is #7ab6df

HTML with inline CSS

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

#7ab6df color code is use for CSS Border Color

CSS Border color for the above div is #7ab6df

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7ab6df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7ab6df Color code Preview on White Background

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

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

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,182,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,163,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(122,182,223,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.