@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#55b7df hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #55b7df Color code in RGB color code model is created after adding 33.33% red color, 71.76% green color and 87.45% blue color. Hex #55b7df Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 18% magenta, 0% yellow and 12.55% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code55b7df#55b7df
RGB Decimal85, 183, 223rgb(85, 183, 223)
RGB Percent33%, 72%, 87%rgb(33%, 72%, 87%)
CSS RGBa85, 183, 223,1rgba(85,183,223,1)
CMYK Modelcmyk(62%,18%,0%,12.55%)
HSL Color Space197,68% ,60%hsl(197,68% ,60%)
HSV Color Space197°, 62%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011011011111011111
Octal125267337
Decimal85183223
Hex55b7df

Different shades of #55b7df color code.

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

Light Shade of #55b7df
#80c9e7
Dark Shade of #55b7df
#2aa5d7
Saturated Shade of #55b7df
#4bbbe9
Desaturated Shade of #55b7df
#5fb3d5
Grey scale Shade of #55b7df
#9a9a9a
Brighten Shade
#6ed0f8
Most Readable Shade
#000000

Shades of #55b7df color code

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

#55b7df
#4ba2c6
#428ead
#387a94
#2f657b
#255163
#1c3d4a
#122831
#091418
#000000

Similar Color like #55b7df color

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

#56b8e0
#57b9e1
#58bae2
#59bbe3
#5abce4
#5bbde5
#5cbee6
#5dbfe7
#5ec0e8
#5fc1e9
#60c2ea
#61c3eb
#62c4ec
#63c5ed
#54b6de
#53b5dd
#52b4dc
#51b3db
#50b2da
#4fb1d9
#4eb0d8
#4dafd7
#4caed6
#4badd5
#4aacd4
#49abd3
#48aad2
#47a9d1

Monochromatic Color with #55b7df

#55b7df
#04090a
#142b35
#244e5f
#35718a
#4594b4

Tints of #55b7df Color

#55b7df
#67bfe2
#7ac7e6
#8dcfe9
#a0d7ed
#b3dff0
#c6e7f4
#d9eff7
#ecf7fb
#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

#55b7df
#df7d55

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

Split Complementary

#55b7df
#df5572
#dfc255

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

Analogous Color

#55dfd0
#55d3df
#55b7df
#559bdf
#5580df

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

#55b7df
#df55b7
#b7df55

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

#55b7df
#c255df
#df7d55
#72df55

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

#55b7df
#df7d55
#dfc255
#5572df

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

#55b7df Color Code Preview on Black Background Color

This is how #55b7df Color will look on black background color. Color contrast ratio is 9.23

#55b7df in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#55b7df color code is use for CSS Background Color

Background color for the above div is #55b7df

HTML with inline CSS

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

#55b7df color code is use for CSS Border Color

CSS Border color for the above div is #55b7df

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#55b7df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55b7df Color code Preview on White Background

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

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

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,183,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,125,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,183,223,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.