crispedge.com

Color picker

Loading...

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

#7bb3ef hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7bb3ef Color code in RGB color code model is created after adding 48.24% red color, 70.2% green color and 93.73% blue color. Hex #7bb3ef Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 25% magenta, 0% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7bb3ef#7bb3ef
RGB Decimal123, 179, 239rgb(123, 179, 239)
RGB Percent48%, 70%, 94%rgb(48%, 70%, 94%)
CSS RGBa123, 179, 239,1rgba(123,179,239,1)
CMYK Modelcmyk(49%,25%,0%,6%)
HSL Color Space211,78% ,71%hsl(211,78% ,71%)
HSV Color Space211°, 49%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111011001111101111
Octal173263357
Decimal123179239
Hex7bb3ef

Different shades of #7bb3ef color code.

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

Light Shade of #7bb3ef
#a8cdf5
Dark Shade of #7bb3ef
#4e99e9
Saturated Shade of #7bb3ef
#74b3f6
Desaturated Shade of #7bb3ef
#82b3e8
Grey scale Shade of #7bb3ef
#b5b5b5
Brighten Shade
#94ccff
Most Readable Shade
#000000

Shades of #7bb3ef color code

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

#7bb3ef
#6d9fd4
#5f8bb9
#52779f
#446384
#364f6a
#293b4f
#1b2735
#0d131a
#000000

Similar Color like #7bb3ef color

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

#7cb4f0
#7db5f1
#7eb6f2
#7fb7f3
#80b8f4
#81b9f5
#82baf6
#83bbf7
#84bcf8
#85bdf9
#86befa
#87bffb
#88c0fc
#89c1fd
#7ab2ee
#79b1ed
#78b0ec
#77afeb
#76aeea
#75ade9
#74ace8
#73abe7
#72aae6
#71a9e5
#70a8e4
#6fa7e3
#6ea6e2
#6da5e1

Monochromatic Color with #7bb3ef

#7bb3ef
#0e141a
#243445
#39546f
#4f739a
#6593c4

Tints of #7bb3ef Color

#7bb3ef
#89bbf0
#98c3f2
#a7ccf4
#b5d4f6
#c4ddf7
#d3e5f9
#e1eefb
#f0f6fd
#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

#7bb3ef
#efb77b

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

Split Complementary

#7bb3ef
#ef7d7b
#edef7b

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

Analogous Color

#7be1ef
#7bcaef
#7bb3ef
#7b9cef
#7b85ef

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

#7bb3ef
#ef7bb3
#b3ef7b

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

#7bb3ef
#ef7bed
#efb77b
#7bef7d

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

#7bb3ef
#efb77b
#edef7b
#7d7bef

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

#7bb3ef Color Code Preview on Black Background Color

This is how #7bb3ef Color will look on black background color. Color contrast ratio is 9.54

#7bb3ef in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7bb3ef color code is use for CSS Background Color

Background color for the above div is #7bb3ef

HTML with inline CSS

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

#7bb3ef color code is use for CSS Border Color

CSS Border color for the above div is #7bb3ef

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7bb3ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bb3ef Color code Preview on White Background

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

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

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(123,179,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,183,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(123,179,239,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.