crispedge.com

Color picker

Loading...

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

#7abccb hex color - Blue - Cool color

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7abccb#7abccb
RGB Decimal122, 188, 203rgb(122, 188, 203)
RGB Percent48%, 74%, 80%rgb(48%, 74%, 80%)
CSS RGBa122, 188, 203,1rgba(122,188,203,1)
CMYK Modelcmyk(40%,7%,0%,20%)
HSL Color Space191,44% ,64%hsl(191,44% ,64%)
HSV Color Space191°, 40%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110101011110011001011
Octal172274313
Decimal122188203
Hex7abccb

Different shades of #7abccb color code.

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

Light Shade of #7abccb
#9fced9
Dark Shade of #7abccb
#55aabd
Saturated Shade of #7abccb
#71c2d4
Desaturated Shade of #7abccb
#83b6c2
Grey scale Shade of #7abccb
#a2a2a2
Brighten Shade
#93d5e4
Most Readable Shade
#000000

Shades of #7abccb color code

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

#7abccb
#6ca7b4
#5e929d
#517d87
#436870
#36535a
#283e43
#1b292d
#0d1416
#000000

Similar Color like #7abccb color

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

#7bbdcc
#7cbecd
#7dbfce
#7ec0cf
#7fc1d0
#80c2d1
#81c3d2
#82c4d3
#83c5d4
#84c6d5
#85c7d6
#86c8d7
#87c9d8
#88cad9
#79bbca
#78bac9
#77b9c8
#76b8c7
#75b7c6
#74b6c5
#73b5c4
#72b4c3
#71b3c2
#70b2c1
#6fb1c0
#6eb0bf
#6dafbe
#6caebd

Monochromatic Color with #7abccb

#7abccb
#94e3f5
#141f21
#2d464b
#476d76
#6095a0

Tints of #7abccb Color

#7abccb
#88c3d0
#97cad6
#a6d2dc
#b5d9e2
#c3e1e7
#d2e8ed
#e1f0f3
#f0f7f9
#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

#7abccb
#cb897a

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

Split Complementary

#7abccb
#cb7a94
#cbb17a

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

Analogous Color

#7acbba
#7acbca
#7abccb
#7aaccb
#7a9ccb

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

#7abccb
#cb7abc
#bccb7a

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

#7abccb
#b17acb
#cb897a
#93cb7a

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

#7abccb
#cb897a
#cbb17a
#7a94cb

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

#7abccb Color Code Preview on Black Background Color

This is how #7abccb Color will look on black background color. Color contrast ratio is 9.88

#7abccb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7abccb color code is use for CSS Background Color

Background color for the above div is #7abccb

HTML with inline CSS

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

#7abccb color code is use for CSS Border Color

CSS Border color for the above div is #7abccb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7abccb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7abccb Color code Preview on White Background

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

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

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,188,203,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(203,137,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(122,188,203,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.