crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#55b4de hex color - Sail Away - Blue - Cool color - Information

#55b4de hex color - Sail Away - Blue - Cool color

Color Hue/Base color: Blue

Hex #55b4de Color Code is also known as Sail Away color.

Hex #55b4de Color code in RGB color code model is created after adding 33.33% red color, 70.59% green color and 87.06% blue color. Hex #55b4de Color code in CMYK color (process color) code model is generated after subtraction of 62% cyan, 19% magenta, 0% yellow and 13% black.

Hex #55b4de 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 #55b4de color code.

0 Likes 0 Comments | 38 Views

Color Table

Hex Color Code55b4de#55b4de
RGB Decimal85, 180, 222rgb(85, 180, 222)
RGB Percent33%, 71%, 87%rgb(33%, 71%, 87%)
CSS RGBa85, 180, 222,1rgba(85,180,222,1)
CMYK Modelcmyk(62%,19%,0%,13%)
HSL Color Space198,67% ,60%hsl(198,67% ,60%)
HSV Color Space198°, 62%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101011011010011011110
Octal125264336
Decimal85180222
Hex55b4de

Different shades of #55b4de color code.

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

Light Shade of #55b4de
#80c7e6
Dark Shade of #55b4de
#2aa1d6
Saturated Shade of #55b4de
#4bb8e8
Desaturated Shade of #55b4de
#5fb0d4
Grey scale Shade of #55b4de
#999999
Brighten Shade
#6ecdf7
Most Readable Shade
#000000

Shades of #55b4de color code

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

#55b4de
#4ba0c5
#428cac
#387894
#2f647b
#255062
#1c3c4a
#122831
#091418
#000000

Similar Color like #55b4de color

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

#56b5df
#57b6e0
#58b7e1
#59b8e2
#5ab9e3
#5bbae4
#5cbbe5
#5dbce6
#5ebde7
#5fbee8
#60bfe9
#61c0ea
#62c1eb
#63c2ec
#54b3dd
#53b2dc
#52b1db
#51b0da
#50afd9
#4faed8
#4eadd7
#4dacd6
#4cabd5
#4baad4
#4aa9d3
#49a8d2
#48a7d1
#47a6d0

Monochromatic Color with #55b4de

#55b4de
#040809
#142a34
#244d5e
#346f89
#4592b3

Tints of #55b4de Color

#55b4de
#67bce1
#7ac4e5
#8dcde9
#a0d5ec
#b3ddf0
#c6e6f4
#d9eef7
#ecf6fb
#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

#55b4de
#de7f55

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

Split Complementary

#55b4de
#de5570
#dec355

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

Analogous Color

#55ded1
#55cfde
#55b4de
#5599de
#557dde

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

#55b4de
#de55b4
#b4de55

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

#55b4de
#c355de
#de7f55
#6fde55

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

#55b4de
#de7f55
#dec355
#5570de

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

#55b4de Color Code Preview on Black Background Color

This is how #55b4de Color will look on black background color. Color contrast ratio is 8.97

#55b4de in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#55b4de color code is use for CSS Background Color

Background color for the above div is #55b4de

HTML with inline CSS

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

#55b4de color code is use for CSS Border Color

CSS Border color for the above div is #55b4de

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#55b4de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#55b4de Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 38 Views

Post your comment:-

By submitting comment you agree to our privacy policy.