Skip to main content Skip to docs navigation

#0bcbcd 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 Cala Benirrás Blue and its hex is #0AC2C2 Nearest Color Name

Color Hue/Base color: Blue

Hex #0bcbcd Color code in RGB color code model is created after adding 4.31% red color, 79.61% green color and 80.39% blue color. Hex #0bcbcd Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 1% magenta, 0% yellow and 19.61% black.

Hex #0bcbcd color code is between #11cccc web safe hex color code and #00bbdd web safe hex color code. #11cccc is the nearest web safe color code. You can see here many more shades of #0bcbcd color code.

RGB Chart

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

Color Table

Hex Color Code 0bcbcd #0bcbcd
RGB Decimal 11, 203, 205 11, 203, 205
RGB Percent 4%, 80%, 80% rgb(4%, 80%, 80%)
CSS RGBa 11, 203, 205,1 rgba(11,203,205,1)
CMYK Model cmyk(95%,1%,0%,19.61%)
HSL Color Space 181,90% ,42% hsl(181,90% ,42%)
HSV Color Space 181°, 95%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001011 11001011 11001101
Octal 13 313 315
Decimal 11 203 205
Hex 0b cb cd

Different shades of #0bcbcd color code.

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

Darkest of #0bcbcd
#033b3c
Darker of #0bcbcd
#066b6c
Dark of #0bcbcd
#089b9d
Base of #0bcbcd
#0bcbcd
Light of #0bcbcd
#18f0f3
Lighter
#49f3f5
Lightest
#79f7f8

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

#0bcbcd
#cd0d0b

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

Split Complementary

#0bcbcd
#cd0b6a
#cd6e0b

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

Analogous Color

#0bcd5e
#0bcd7e
#0bcbcd
#0b8acd
#0b39cd

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

#0bcbcd
#cbcd0b
#cd0bcb

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

#0bcbcd
#cd0bcb
#cd0d0b
#0bcd0d

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

#0bcbcd
#6e0bcd
#cd0d0b
#6acd0b

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 #0bcbcd

#010b0b
#033b3c
#066b6c
#089b9d
#0bcbcd
#18f0f3
#49f3f5
#79f7f8
#aafafa

Tints of #0bcbcd Color

#0bcbcd
#26d0d2
#41d6d8
#5cdcdd
#77e2e3
#92e7e8
#adedee
#c8f3f3
#e3f9f9
#ffffff

Shades of #0bcbcd color code

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

#0bcbcd
#09b4b6
#089d9f
#078788
#067071
#045a5b
#034344
#022d2d
#011616
#000000

Tones

#0bcbcd
#21b6b7
#36a1a2
#4c8c8c
#617677

Tones

Similar Color like #0bcbcd color

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

#0cccce
#0dcdcf
#0eced0
#0fcfd1
#10d0d2
#11d1d3
#12d2d4
#13d3d5
#14d4d6
#15d5d7
#16d6d8
#17d7d9
#18d8da
#19d9db
#0acacc
#09c9cb
#08c8ca
#07c7c9
#06c6c8
#05c5c7
#04c4c6
#03c3c5
#02c2c4
#01c1c3
#00c0c2
#00bfc1
#00bec0
#00bdbf

Download this Dark Blue

Hex #0bcbcd 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.

#0bcbcd Color Code Preview on Black Background Color

This is how #0bcbcd Color will look on black background color. Color contrast ratio is 10.44

#0bcbcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0bcbcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0bcbcd

#0bcbcd color code is use for CSS Background Color

Background color for the above div is #0bcbcd

HTML with inline CSS

<div style="background-color:#0bcbcd;"></div>

#0bcbcd color code is use for CSS Border Color

CSS Border color for the above div is #0bcbcd

HTML with inline CSS

<div style="border:5px solid #0bcbcd;"></div>

CSS Border Left color for the above div is #0bcbcd

HTML with inline CSS

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

CSS Border Right color for the above div is #0bcbcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0bcbcd

HTML with inline CSS

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

CSS Border Top color for the above div is #0bcbcd

HTML with inline CSS

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

#0bcbcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0bcbcd Color code Preview on White Background

This is how #0bcbcd Color code will look on white background color. Color contrast ratio is 2.01

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

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