Skip to main content Skip to docs navigation

#16bbda 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 Caribbean Blue and its hex is #1AC1DD Nearest Color Name

Color Hue/Base color: Blue

Hex #16bbda Color code in RGB color code model is created after adding 8.63% red color, 73.33% green color and 85.49% blue color. Hex #16bbda Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 14% magenta, 0% yellow and 14.51% black.

Hex #16bbda color code is between #11aadd web safe hex color code and #22cccc web safe hex color code. #11aadd is the nearest web safe color code. You can see here many more shades of #16bbda color code.

RGB Chart

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

Color Table

Hex Color Code 16bbda #16bbda
RGB Decimal 22, 187, 218 22, 187, 218
RGB Percent 9%, 73%, 85% rgb(9%, 73%, 85%)
CSS RGBa 22, 187, 218,1 rgba(22,187,218,1)
CMYK Model cmyk(90%,14%,0%,14.51%)
HSL Color Space 189,82% ,47% hsl(189,82% ,47%)
HSV Color Space 189°, 90%, 85%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010110 10111011 11011010
Octal 26 273 332
Decimal 22 187 218
Hex 16 bb da

Different shades of #16bbda color code.

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

Darkest of #16bbda
#08444f
Darker of #16bbda
#0d6c7d
Dark of #16bbda
#1193ac
Base of #16bbda
#16bbda
Light of #16bbda
#38cfeb
Lighter
#66daf0
Lightest
#95e5f4

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

#16bbda
#da3516

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

Split Complementary

#16bbda
#da1659
#da9716

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

Analogous Color

#16da87
#16daa7
#16bbda
#167ada
#1628da

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

#16bbda
#bbda16
#da16bb

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

#16bbda
#da16bb
#da3516
#16da35

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

#16bbda
#9716da
#da3516
#59da16

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 #16bbda

#031c21
#08444f
#0d6c7d
#1193ac
#16bbda
#38cfeb
#66daf0
#95e5f4
#c3f0f9

Tints of #16bbda Color

#16bbda
#2fc2de
#49cae2
#63d1e6
#7dd9ea
#97e0ee
#b1e8f2
#cbeff6
#e5f7fa
#ffffff

Shades of #16bbda color code

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

#16bbda
#13a6c1
#1191a9
#0e7c91
#0c6779
#095360
#073e48
#042930
#021418
#000000

Tones

#16bbda
#2eabc2
#469aaa
#5e8a92
#76797a

Tones

Similar Color like #16bbda color

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

#17bcdb
#18bddc
#19bedd
#1abfde
#1bc0df
#1cc1e0
#1dc2e1
#1ec3e2
#1fc4e3
#20c5e4
#21c6e5
#22c7e6
#23c8e7
#24c9e8
#15bad9
#14b9d8
#13b8d7
#12b7d6
#11b6d5
#10b5d4
#0fb4d3
#0eb3d2
#0db2d1
#0cb1d0
#0bb0cf
#0aafce
#09aecd
#08adcc

Download this Dark Blue

Hex #16bbda 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.

#16bbda Color Code Preview on Black Background Color

This is how #16bbda Color will look on black background color. Color contrast ratio is 9.15

#16bbda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #16bbda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #16bbda

#16bbda color code is use for CSS Background Color

Background color for the above div is #16bbda

HTML with inline CSS

<div style="background-color:#16bbda;"></div>

#16bbda color code is use for CSS Border Color

CSS Border color for the above div is #16bbda

HTML with inline CSS

<div style="border:5px solid #16bbda;"></div>

CSS Border Left color for the above div is #16bbda

HTML with inline CSS

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

CSS Border Right color for the above div is #16bbda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #16bbda

HTML with inline CSS

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

CSS Border Top color for the above div is #16bbda

HTML with inline CSS

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

#16bbda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#16bbda Color code Preview on White Background

This is how #16bbda Color code will look on white background color. Color contrast ratio is 2.29

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

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(22,187,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(218,53,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(22,187,218,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }