crispedge.com

Color picker

Loading...

#55cde5 hex color - Blue - Cool color - Information

#55cde5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #55cde5 Color code in RGB color code model is created after adding 33.33% red color, 80.39% green color and 89.8% blue color. Hex #55cde5 Color code in CMYK color (process color) code model is generated after subtraction of 63% cyan, 10% magenta, 0% yellow and 10% black.

Hex #55cde5 color code is between #44ccdd web safe hex color code and #66ddee web safe hex color code. #44ccdd is the nearest web safe color code. You can see here many more shades of #55cde5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code55cde5#55cde5
RGB Decimal85, 205, 229rgb(85, 205, 229)
RGB Percent33%, 80%, 90%rgb(33%, 80%, 90%)
CSS RGBa85, 205, 229,1rgba(85,205,229,1)
CMYK Modelcmyk(63%,10%,0%,10%)
HSL Color Space190,73% ,62%hsl(190,73% ,62%)
HSV Color Space190°, 63%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011100110111100101
Octal125315345
Decimal85205229
Hex55cde5

Different shades of #55cde5 color code.

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

Light Shade of #55cde5
#81daec
Dark Shade of #55cde5
#29c0de
Saturated Shade of #55cde5
#4bd4ef
Desaturated Shade of #55cde5
#5fc6db
Grey scale Shade of #55cde5
#9d9d9d
Brighten Shade
#6ee6fe
Most Readable Shade
#000000

Shades of #55cde5 color code

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

#55cde5
#4bb6cb
#429fb2
#388898
#2f717f
#255b65
#1c444c
#122d32
#091619
#000000

Similar Color like #55cde5 color

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

#56cee6
#57cfe7
#58d0e8
#59d1e9
#5ad2ea
#5bd3eb
#5cd4ec
#5dd5ed
#5ed6ee
#5fd7ef
#60d8f0
#61d9f1
#62daf2
#63dbf3
#54cce4
#53cbe3
#52cae2
#51c9e1
#50c8e0
#4fc7df
#4ec6de
#4dc5dd
#4cc4dc
#4bc3db
#4ac2da
#49c1d9
#48c0d8
#47bfd7

Monochromatic Color with #55cde5

#55cde5
#060f10
#16353b
#265b65
#358190
#45a7ba

Tints of #55cde5 Color

#55cde5
#67d2e7
#7ad8ea
#8ddded
#a0e3f0
#b3e8f3
#c6eef6
#d9f3f9
#ecf9fc
#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

#55cde5
#e56d55

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

Split Complementary

#55cde5
#e55585
#e5b555

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

Analogous Color

#55e5c3
#55e5e0
#55cde5
#55b0e5
#5593e5

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

#55cde5
#e555cd
#cde555

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

#55cde5
#b555e5
#e56d55
#85e555

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

#55cde5
#e56d55
#e5b555
#5585e5

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 #55cde5 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.

#55cde5 Color Code Preview on Black Background Color

This is how #55cde5 Color will look on black background color. Color contrast ratio is 11.25

#55cde5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55cde5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #55cde5

#55cde5 color code is use for CSS Background Color

Background color for the above div is #55cde5

HTML with inline CSS

<div style="background-color:#55cde5;"></div>

#55cde5 color code is use for CSS Border Color

CSS Border color for the above div is #55cde5

HTML with inline CSS

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

CSS Border Left color for the above div is #55cde5

HTML with inline CSS

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

CSS Border Right color for the above div is #55cde5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #55cde5

HTML with inline CSS

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

CSS Border Top color for the above div is #55cde5

HTML with inline CSS

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

#55cde5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55cde5 Color code Preview on White Background

This is how #55cde5 Color code will look on white background color. Color contrast ratio is 1.87

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

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(85,205,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(229,109,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,205,229,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.