crispedge.com

Color picker

Loading...

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

#55abe9 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #55abe9 Color code in RGB color code model is created after adding 33.33% red color, 67.06% green color and 91.37% blue color. Hex #55abe9 Color code in CMYK color (process color) code model is generated after subtraction of 64% cyan, 27% magenta, 0% yellow and 9% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code55abe9#55abe9
RGB Decimal85, 171, 233rgb(85, 171, 233)
RGB Percent33%, 67%, 91%rgb(33%, 67%, 91%)
CSS RGBa85, 171, 233,1rgba(85,171,233,1)
CMYK Modelcmyk(64%,27%,0%,9%)
HSL Color Space205,77% ,62%hsl(205,77% ,62%)
HSV Color Space205°, 64%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011010101111101001
Octal125253351
Decimal85171233
Hex55abe9

Different shades of #55abe9 color code.

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

Light Shade of #55abe9
#82c1ef
Dark Shade of #55abe9
#2895e3
Saturated Shade of #55abe9
#4badf3
Desaturated Shade of #55abe9
#5fa9df
Grey scale Shade of #55abe9
#9f9f9f
Brighten Shade
#6ec4ff
Most Readable Shade
#000000

Shades of #55abe9 color code

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

#55abe9
#4b98cf
#4285b5
#38729b
#2f5f81
#254c67
#1c394d
#122633
#091319
#000000

Similar Color like #55abe9 color

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

#56acea
#57adeb
#58aeec
#59afed
#5ab0ee
#5bb1ef
#5cb2f0
#5db3f1
#5eb4f2
#5fb5f3
#60b6f4
#61b7f5
#62b8f6
#63b9f7
#54aae8
#53a9e7
#52a8e6
#51a7e5
#50a6e4
#4fa5e3
#4ea4e2
#4da3e1
#4ca2e0
#4ba1df
#4aa0de
#499fdd
#489edc
#479ddb

Monochromatic Color with #55abe9

#55abe9
#070f14
#172e3f
#264d69
#366d94
#468cbe

Tints of #55abe9 Color

#55abe9
#67b4eb
#7abded
#8dc7f0
#a0d0f2
#b3d9f5
#c6e3f7
#d9ecfa
#ecf5fc
#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

#55abe9
#e99355

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

Split Complementary

#55abe9
#e95561
#e9dd55

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

Analogous Color

#55e6e9
#55c9e9
#55abe9
#558de9
#5570e9

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

#55abe9
#e955ab
#abe955

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

#55abe9
#dd55e9
#e99355
#61e955

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

#55abe9
#e99355
#e9dd55
#5561e9

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

#55abe9 Color Code Preview on Black Background Color

This is how #55abe9 Color will look on black background color. Color contrast ratio is 8.39

#55abe9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#55abe9 color code is use for CSS Background Color

Background color for the above div is #55abe9

HTML with inline CSS

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

#55abe9 color code is use for CSS Border Color

CSS Border color for the above div is #55abe9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#55abe9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55abe9 Color code Preview on White Background

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

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

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,171,233,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(233,147,85,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(85,171,233,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.