Skip to main content Skip to docs navigation

#9bdcdc hex color | Download Light 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 Pantone 324 C and its hex is #9CDBD9 Nearest Color Name

Color Hue/Base color: Blue

Hex #9bdcdc Color code in RGB color code model is created after adding 60.78% red color, 86.27% green color and 86.27% blue color. Hex #9bdcdc Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 0% magenta, 0% yellow and 13.73% black.

Hex #9bdcdc color code is between #99dddd web safe hex color code and #aacccc web safe hex color code. #99dddd is the nearest web safe color code. You can see here many more shades of #9bdcdc color code.

RGB Chart

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

Color Table

Hex Color Code 9bdcdc #9bdcdc
RGB Decimal 155, 220, 220 155, 220, 220
RGB Percent 61%, 86%, 86% rgb(61%, 86%, 86%)
CSS RGBa 155, 220, 220,1 rgba(155,220,220,1)
CMYK Model cmyk(30%,0%,0%,13.73%)
HSL Color Space 180,48% ,74% hsl(180,48% ,74%)
HSV Color Space 180°, 30%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10011011 11011100 11011100
Octal 233 334 334
Decimal 155 220 220
Hex 9b dc dc

Different shades of #9bdcdc color code.

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

Darkest of #9bdcdc
#3aa4a4
Darker of #9bdcdc
#4fc2c2
Dark of #9bdcdc
#75cfcf
Base of #9bdcdc
#9bdcdc
Light of #9bdcdc
#c1e9e9
Lighter
#e7f6f6
Lightest
#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

#9bdcdc
#dc9b9b

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

Split Complementary

#9bdcdc
#dc9bbc
#dcbc9b

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

Analogous Color

#9bdcb6
#9bdcc1
#9bdcdc
#9bc6dc
#9babdc

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

#9bdcdc
#dcdc9b
#dc9bdc

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

#9bdcdc
#dc9bdc
#dc9b9b
#9bdc9b

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

#9bdcdc
#bc9bdc
#dc9b9b
#bcdc9b

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 #9bdcdc

#2c7f7f
#3aa4a4
#4fc2c2
#75cfcf
#9bdcdc
#c1e9e9
#e7f6f6
#ffffff
#ffffff

Tints of #9bdcdc Color

#9bdcdc
#a6dfdf
#b1e3e3
#bce7e7
#c7ebeb
#d2efef
#ddf3f3
#e8f7f7
#f3fbfb
#ffffff

Shades of #9bdcdc color code

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

#9bdcdc
#89c3c3
#78abab
#679292
#567a7a
#446161
#334949
#223030
#111818
#000000

Tones

#9bdcdc
#a9cfcf
#b6c1c1
#bcbcbc
#bcbcbc

Tones

Similar Color like #9bdcdc color

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

#9cdddd
#9ddede
#9edfdf
#9fe0e0
#a0e1e1
#a1e2e2
#a2e3e3
#a3e4e4
#a4e5e5
#a5e6e6
#a6e7e7
#a7e8e8
#a8e9e9
#a9eaea
#9adbdb
#99dada
#98d9d9
#97d8d8
#96d7d7
#95d6d6
#94d5d5
#93d4d4
#92d3d3
#91d2d2
#90d1d1
#8fd0d0
#8ecfcf
#8dcece

Download this Light Blue

Hex #9bdcdc 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.

#9bdcdc Color Code Preview on Black Background Color

This is how #9bdcdc Color will look on black background color. Color contrast ratio is 13.66

#9bdcdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bdcdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bdcdc

#9bdcdc color code is use for CSS Background Color

Background color for the above div is #9bdcdc

HTML with inline CSS

<div style="background-color:#9bdcdc;"></div>

#9bdcdc color code is use for CSS Border Color

CSS Border color for the above div is #9bdcdc

HTML with inline CSS

<div style="border:5px solid #9bdcdc;"></div>

CSS Border Left color for the above div is #9bdcdc

HTML with inline CSS

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

CSS Border Right color for the above div is #9bdcdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9bdcdc

HTML with inline CSS

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

CSS Border Top color for the above div is #9bdcdc

HTML with inline CSS

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

#9bdcdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9bdcdc Color code Preview on White Background

This is how #9bdcdc Color code will look on white background color. Color contrast ratio is 1.54

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

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