crispedge.com

Color picker

Loading...

#5ebcee hex color - Blue - Cool color - Information

#5ebcee hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #5ebcee Color code in RGB color code model is created after adding 36.86% red color, 73.73% green color and 93.33% blue color. Hex #5ebcee Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 21% magenta, 0% yellow and 7% black.

Hex #5ebcee color code is between #66bbdd web safe hex color code and #55ccff web safe hex color code. #66bbdd is the nearest web safe color code. You can see here many more shades of #5ebcee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code5ebcee#5ebcee
RGB Decimal94, 188, 238rgb(94, 188, 238)
RGB Percent37%, 74%, 93%rgb(37%, 74%, 93%)
CSS RGBa94, 188, 238,1rgba(94,188,238,1)
CMYK Modelcmyk(61%,21%,0%,7%)
HSL Color Space201,81% ,65%hsl(201,81% ,65%)
HSV Color Space201°, 61%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010111101011110011101110
Octal136274356
Decimal94188238
Hex5ebcee

Different shades of #5ebcee color code.

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

Light Shade of #5ebcee
#8ccff3
Dark Shade of #5ebcee
#30a9e9
Saturated Shade of #5ebcee
#55bff7
Desaturated Shade of #5ebcee
#67b9e5
Grey scale Shade of #5ebcee
#a6a6a6
Brighten Shade
#77d5ff
Most Readable Shade
#000000

Shades of #5ebcee color code

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

#5ebcee
#53a7d3
#4992b9
#3e7d9e
#346884
#295369
#1f3e4f
#142934
#0a141a
#000000

Similar Color like #5ebcee color

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

#5fbdef
#60bef0
#61bff1
#62c0f2
#63c1f3
#64c2f4
#65c3f5
#66c4f6
#67c5f7
#68c6f8
#69c7f9
#6ac8fa
#6bc9fb
#6ccafc
#5dbbed
#5cbaec
#5bb9eb
#5ab8ea
#59b7e9
#58b6e8
#57b5e7
#56b4e6
#55b3e5
#54b2e4
#53b1e3
#52b0e2
#51afe1
#50aee0

Monochromatic Color with #5ebcee

#5ebcee
#0a141a
#1b3644
#2c576e
#3c7999
#4d9ac3

Tints of #5ebcee Color

#5ebcee
#6fc3ef
#81caf1
#93d2f3
#a5d9f5
#b7e1f7
#c9e8f9
#dbf0fb
#edf7fd
#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

#5ebcee
#ee905e

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

Split Complementary

#5ebcee
#ee5e74
#eed85e

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

Analogous Color

#5eeee6
#5ed9ee
#5ebcee
#5e9fee
#5e82ee

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

#5ebcee
#ee5ebc
#bcee5e

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

#5ebcee
#d85eee
#ee905e
#74ee5e

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

#5ebcee
#ee905e
#eed85e
#5e74ee

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 #5ebcee 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.

#5ebcee Color Code Preview on Black Background Color

This is how #5ebcee Color will look on black background color. Color contrast ratio is 9.90

#5ebcee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ebcee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #5ebcee

#5ebcee color code is use for CSS Background Color

Background color for the above div is #5ebcee

HTML with inline CSS

<div style="background-color:#5ebcee;"></div>

#5ebcee color code is use for CSS Border Color

CSS Border color for the above div is #5ebcee

HTML with inline CSS

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

CSS Border Left color for the above div is #5ebcee

HTML with inline CSS

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

CSS Border Right color for the above div is #5ebcee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #5ebcee

HTML with inline CSS

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

CSS Border Top color for the above div is #5ebcee

HTML with inline CSS

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

#5ebcee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#5ebcee Color code Preview on White Background

This is how #5ebcee 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 #5ebcee; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #5ebcee; }

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(94,188,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(238,144,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(94,188,238,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.