crispedge.com

Color picker

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

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

#7baac6 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7baac6 Color code in RGB color code model is created after adding 48.24% red color, 66.67% green color and 77.65% blue color. Hex #7baac6 Color code in CMYK color (process color) code model is generated after subtraction of 38% cyan, 14% magenta, 0% yellow and 22% black.

Hex #7baac6 color code is between #7799cc web safe hex color code and #88bbbb web safe hex color code. #7799cc is the nearest web safe color code. You can see here many more shades of #7baac6 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7baac6#7baac6
RGB Decimal123, 170, 198rgb(123, 170, 198)
RGB Percent48%, 67%, 78%rgb(48%, 67%, 78%)
CSS RGBa123, 170, 198,1rgba(123,170,198,1)
CMYK Modelcmyk(38%,14%,0%,22%)
HSL Color Space202,40% ,63%hsl(202,40% ,63%)
HSV Color Space202°, 38%, 78%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111010101011000110
Octal173252306
Decimal123170198
Hex7baac6

Different shades of #7baac6 color code.

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

Light Shade of #7baac6
#9fc1d5
Dark Shade of #7baac6
#5793b7
Saturated Shade of #7baac6
#72accf
Desaturated Shade of #7baac6
#84a8bd
Grey scale Shade of #7baac6
#a0a0a0
Brighten Shade
#94c3df
Most Readable Shade
#000000

Shades of #7baac6 color code

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

#7baac6
#6d97b0
#5f849a
#527184
#445e6e
#364b58
#293842
#1b252c
#0d1216
#000000

Similar Color like #7baac6 color

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

#7cabc7
#7dacc8
#7eadc9
#7faeca
#80afcb
#81b0cc
#82b1cd
#83b2ce
#84b3cf
#85b4d0
#86b5d1
#87b6d2
#88b7d3
#89b8d4
#7aa9c5
#79a8c4
#78a7c3
#77a6c2
#76a5c1
#75a4c0
#74a3bf
#73a2be
#72a1bd
#71a0bc
#709fbb
#6f9eba
#6e9db9
#6d9cb8

Monochromatic Color with #7baac6

#7baac6
#95cef0
#11181c
#2c3d46
#466171
#61869b

Tints of #7baac6 Color

#7baac6
#89b3cc
#98bcd2
#a7c6d9
#b5cfdf
#c4d9e5
#d3e2ec
#e1ecf2
#f0f5f8
#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

#7baac6
#c6977b

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

Split Complementary

#7baac6
#c67b85
#c6bd7b

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

Analogous Color

#7bc6c4
#7bb9c6
#7baac6
#7b9bc6
#7b8cc6

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

#7baac6
#c67baa
#aac67b

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

#7baac6
#bc7bc6
#c6977b
#84c67b

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

#7baac6
#c6977b
#c6bd7b
#7b85c6

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

#7baac6 Color Code Preview on Black Background Color

This is how #7baac6 Color will look on black background color. Color contrast ratio is 8.41

#7baac6 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7baac6 color code is use for CSS Background Color

Background color for the above div is #7baac6

HTML with inline CSS

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

#7baac6 color code is use for CSS Border Color

CSS Border color for the above div is #7baac6

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7baac6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7baac6 Color code Preview on White Background

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

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

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.