crispedge.com

Color picker

Loading...

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

#7bcfde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7bcfde Color code in RGB color code model is created after adding 48.24% red color, 81.18% green color and 87.06% blue color. Hex #7bcfde Color code in CMYK color (process color) code model is generated after subtraction of 45% cyan, 7% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code7bcfde#7bcfde
RGB Decimal123, 207, 222rgb(123, 207, 222)
RGB Percent48%, 81%, 87%rgb(48%, 81%, 87%)
CSS RGBa123, 207, 222,1rgba(123,207,222,1)
CMYK Modelcmyk(45%,7%,0%,13%)
HSL Color Space189,60% ,68%hsl(189,60% ,68%)
HSV Color Space189°, 45%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110111100111111011110
Octal173317336
Decimal123207222
Hex7bcfde

Different shades of #7bcfde color code.

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

Light Shade of #7bcfde
#a4dee8
Dark Shade of #7bcfde
#52c0d4
Saturated Shade of #7bcfde
#73d5e6
Desaturated Shade of #7bcfde
#83c9d6
Grey scale Shade of #7bcfde
#acacac
Brighten Shade
#94e8f7
Most Readable Shade
#000000

Shades of #7bcfde color code

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

#7bcfde
#6db8c5
#5fa1ac
#528a94
#44737b
#365c62
#29454a
#1b2e31
#0d1718
#000000

Similar Color like #7bcfde color

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

#7cd0df
#7dd1e0
#7ed2e1
#7fd3e2
#80d4e3
#81d5e4
#82d6e5
#83d7e6
#84d8e7
#85d9e8
#86dae9
#87dbea
#88dceb
#89ddec
#7acedd
#79cddc
#78ccdb
#77cbda
#76cad9
#75c9d8
#74c8d7
#73c7d6
#72c6d5
#71c5d4
#70c4d3
#6fc3d2
#6ec2d1
#6dc1d0

Monochromatic Color with #7bcfde

#7bcfde
#050909
#1d3034
#34585e
#4c8089
#63a7b3

Tints of #7bcfde Color

#7bcfde
#89d4e1
#98d9e5
#a7dfe9
#b5e4ec
#c4e9f0
#d3eff4
#e1f4f7
#f0f9fb
#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

#7bcfde
#de8a7b

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

Split Complementary

#7bcfde
#de7b9d
#debc7b

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

Analogous Color

#7bdec5
#7bded9
#7bcfde
#7bbbde
#7ba7de

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

#7bcfde
#de7bcf
#cfde7b

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

#7bcfde
#bb7bde
#de8a7b
#9dde7b

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

#7bcfde
#de8a7b
#debc7b
#7b9dde

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

#7bcfde Color Code Preview on Black Background Color

This is how #7bcfde Color will look on black background color. Color contrast ratio is 11.82

#7bcfde in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7bcfde color code is use for CSS Background Color

Background color for the above div is #7bcfde

HTML with inline CSS

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

#7bcfde color code is use for CSS Border Color

CSS Border color for the above div is #7bcfde

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7bcfde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7bcfde Color code Preview on White Background

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

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

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,207,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,138,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(123,207,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.