Skip to main content Skip to docs navigation

#18cbdb 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 #18cbdb Color code in RGB color code model is created after adding 9.41% red color, 79.61% green color and 85.88% blue color. Hex #18cbdb Color code in CMYK color (process color) code model is generated after subtraction of 89% cyan, 7% magenta, 0% yellow and 14.12% black.

Hex #18cbdb color code is between #11ccdd web safe hex color code and #22bbcc web safe hex color code. #11ccdd is the nearest web safe color code. You can see here many more shades of #18cbdb color code.

RGB Chart

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

Color Table

Hex Color Code 18cbdb #18cbdb
RGB Decimal 24, 203, 219 24, 203, 219
RGB Percent 9%, 80%, 86% rgb(9%, 80%, 86%)
CSS RGBa 24, 203, 219,1 rgba(24,203,219,1)
CMYK Model cmyk(89%,7%,0%,14.12%)
HSL Color Space 185,80% ,48% hsl(185,80% ,48%)
HSV Color Space 185°, 89%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011000 11001011 11011011
Octal 30 313 333
Decimal 24 203 219
Hex 18 cb db

Different shades of #18cbdb color code.

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

Darkest of #18cbdb
#094b51
Darker of #18cbdb
#0e767f
Dark of #18cbdb
#13a0ad
Base of #18cbdb
#18cbdb
Light of #18cbdb
#3cdbea
Lighter
#6ae4ef
Lightest
#98ecf4

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

#18cbdb
#db2818

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

Split Complementary

#18cbdb
#db186a
#db8918

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

Analogous Color

#18db79
#18db9a
#18cbdb
#188adb
#1839db

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

#18cbdb
#cbdb18
#db18cb

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

#18cbdb
#db18cb
#db2818
#18db28

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

#18cbdb
#8918db
#db2818
#6adb18

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 #18cbdb

#042123
#094b51
#0e767f
#13a0ad
#18cbdb
#3cdbea
#6ae4ef
#98ecf4
#c6f5f9

Tints of #18cbdb Color

#18cbdb
#31d0df
#4bd6e3
#65dce7
#7ee2eb
#98e7ef
#b2edf3
#cbf3f7
#e5f9fb
#ffffff

Shades of #18cbdb color code

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

#18cbdb
#15b4c2
#129daa
#108792
#0d7079
#0a5a61
#084349
#052d30
#021618
#000000

Tones

#18cbdb
#30b7c3
#49a2aa
#618e92
#797a7a

Tones

Similar Color like #18cbdb color

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

#19ccdc
#1acddd
#1bcede
#1ccfdf
#1dd0e0
#1ed1e1
#1fd2e2
#20d3e3
#21d4e4
#22d5e5
#23d6e6
#24d7e7
#25d8e8
#26d9e9
#17cada
#16c9d9
#15c8d8
#14c7d7
#13c6d6
#12c5d5
#11c4d4
#10c3d3
#0fc2d2
#0ec1d1
#0dc0d0
#0cbfcf
#0bbece
#0abdcd

Download this Dark Blue

Hex #18cbdb 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.

#18cbdb Color Code Preview on Black Background Color

This is how #18cbdb Color will look on black background color. Color contrast ratio is 10.60

#18cbdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18cbdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18cbdb

#18cbdb color code is use for CSS Background Color

Background color for the above div is #18cbdb

HTML with inline CSS

<div style="background-color:#18cbdb;"></div>

#18cbdb color code is use for CSS Border Color

CSS Border color for the above div is #18cbdb

HTML with inline CSS

<div style="border:5px solid #18cbdb;"></div>

CSS Border Left color for the above div is #18cbdb

HTML with inline CSS

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

CSS Border Right color for the above div is #18cbdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #18cbdb

HTML with inline CSS

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

CSS Border Top color for the above div is #18cbdb

HTML with inline CSS

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

#18cbdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#18cbdb Color code Preview on White Background

This is how #18cbdb Color code will look on white background color. Color contrast ratio is 1.98

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

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(24,203,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(219,40,24,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(24,203,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }