crispedge.com

Color picker

Loading...

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

#7fceeb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #7fceeb Color code in RGB color code model is created after adding 49.8% red color, 80.78% green color and 92.16% blue color. Hex #7fceeb Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 12% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7fceeb#7fceeb
RGB Decimal127, 206, 235rgb(127, 206, 235)
RGB Percent50%, 81%, 92%rgb(50%, 81%, 92%)
CSS RGBa127, 206, 235,1rgba(127,206,235,1)
CMYK Modelcmyk(46%,12%,0%,8%)
HSL Color Space196,73% ,71%hsl(196,73% ,71%)
HSV Color Space196°, 46%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111100111011101011
Octal177316353
Decimal127206235
Hex7fceeb

Different shades of #7fceeb color code.

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

Light Shade of #7fceeb
#abdff2
Dark Shade of #7fceeb
#53bde4
Saturated Shade of #7fceeb
#78d1f2
Desaturated Shade of #7fceeb
#86cbe4
Grey scale Shade of #7fceeb
#b5b5b5
Brighten Shade
#98e7ff
Most Readable Shade
#000000

Shades of #7fceeb color code

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

#7fceeb
#70b7d0
#62a0b6
#54899c
#467282
#385b68
#2a444e
#1c2d34
#0e161a
#000000

Similar Color like #7fceeb color

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

#80cfec
#81d0ed
#82d1ee
#83d2ef
#84d3f0
#85d4f1
#86d5f2
#87d6f3
#88d7f4
#89d8f5
#8ad9f6
#8bdaf7
#8cdbf8
#8ddcf9
#7ecdea
#7dcce9
#7ccbe8
#7bcae7
#7ac9e6
#79c8e5
#78c7e4
#77c6e3
#76c5e2
#75c4e1
#74c3e0
#73c2df
#72c1de
#71c0dd

Monochromatic Color with #7fceeb

#7fceeb
#0c1416
#233941
#3a5e6b
#518396
#68a9c0

Tints of #7fceeb Color

#7fceeb
#8dd3ed
#9bd8ef
#a9def1
#b7e3f3
#c6e9f6
#d4eef8
#e2f4fa
#f0f9fc
#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

#7fceeb
#eb9c7f

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

Split Complementary

#7fceeb
#eb7f98
#ebd27f

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

Analogous Color

#7febdd
#7fe4eb
#7fceeb
#7fb8eb
#7fa3eb

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

#7fceeb
#eb7fce
#ceeb7f

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

#7fceeb
#d27feb
#eb9c7f
#98eb7f

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

#7fceeb
#eb9c7f
#ebd27f
#7f98eb

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

#7fceeb Color Code Preview on Black Background Color

This is how #7fceeb Color will look on black background color. Color contrast ratio is 11.93

#7fceeb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7fceeb color code is use for CSS Background Color

Background color for the above div is #7fceeb

HTML with inline CSS

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

#7fceeb color code is use for CSS Border Color

CSS Border color for the above div is #7fceeb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7fceeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fceeb Color code Preview on White Background

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

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

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(127,206,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,156,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(127,206,235,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.