Skip to main content Skip to docs navigation

#56cbff hex color | Download Dark Blue BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Libra Blue Morpho and its hex is #4CD5FF Nearest Color Name

Color Hue/Base color: Blue

Hex #56cbff Color code in RGB color code model is created after adding 33.73% red color, 79.61% green color and 100% blue color. Hex #56cbff Color code in CMYK color (process color) code model is generated after subtraction of 66% cyan, 20% magenta, 0% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 56cbff #56cbff
RGB Decimal 86, 203, 255 86, 203, 255
RGB Percent 34%, 80%, 100% rgb(34%, 80%, 100%)
CSS RGBa 86, 203, 255,1 rgba(86,203,255,1)
CMYK Model cmyk(66%,20%,0%,0%)
HSL Color Space 198,100% ,67% hsl(198,100% ,67%)
HSV Color Space 198°, 66%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01010110 11001011 11111111
Octal 126 313 377
Decimal 86 203 255
Hex 56 cb ff

Different shades of #56cbff color code.

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

Darkest of #56cbff
#0082bc
Darker of #56cbff
#00a5ef
Dark of #56cbff
#23bbff
Base of #56cbff
#56cbff
Light of #56cbff
#89dbff
Lighter
#bceaff
Lightest
#effaff

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

#56cbff
#ff8a56

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

Split Complementary

#56cbff
#ff5676
#ffde56

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

Analogous Color

#56ffd0
#56ffed
#56cbff
#5693ff
#6056ff

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

#56cbff
#cbff56
#ff56cb

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

#56cbff
#ff56cb
#ff8a56
#56ff8a

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#56cbff
#de56ff
#ff8a56
#76ff56

Square 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).

Monochromatic Color with #56cbff

#005f89
#0082bc
#00a5ef
#23bbff
#56cbff
#89dbff
#bceaff
#effaff
#ffffff

Tints of #56cbff Color

#56cbff
#68d0ff
#7bd6ff
#8edcff
#a1e2ff
#b3e7ff
#c6edff
#d9f3ff
#ecf9ff
#ffffff

Shades of #56cbff color code

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

#56cbff
#4cb4e2
#429dc6
#3987aa
#2f708d
#265a71
#1c4355
#132d38
#09161c
#000000

Tones

#56cbff
#67c4ee
#78bedd
#89b7cc
#9ab1bb

Tones

Similar Color like #56cbff color

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

#57ccff
#58cdff
#59ceff
#5acfff
#5bd0ff
#5cd1ff
#5dd2ff
#5ed3ff
#5fd4ff
#60d5ff
#61d6ff
#62d7ff
#63d8ff
#64d9ff
#55cafe
#54c9fd
#53c8fc
#52c7fb
#51c6fa
#50c5f9
#4fc4f8
#4ec3f7
#4dc2f6
#4cc1f5
#4bc0f4
#4abff3
#49bef2
#48bdf1

Download this Dark Blue

Hex #56cbff 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.

#56cbff Color Code Preview on Black Background Color

This is how #56cbff Color will look on black background color. Color contrast ratio is 11.38

#56cbff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #56cbff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #56cbff

#56cbff color code is use for CSS Background Color

Background color for the above div is #56cbff

HTML with inline CSS

<div style="background-color:#56cbff;"></div>

#56cbff color code is use for CSS Border Color

CSS Border color for the above div is #56cbff

HTML with inline CSS

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

CSS Border Left color for the above div is #56cbff

HTML with inline CSS

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

CSS Border Right color for the above div is #56cbff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #56cbff

HTML with inline CSS

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

CSS Border Top color for the above div is #56cbff

HTML with inline CSS

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

#56cbff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#56cbff Color code Preview on White Background

This is how #56cbff Color code will look on white background color. Color contrast ratio is 1.85

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(86,203,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,138,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(86,203,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }