Skip to main content Skip to docs navigation

#07bbdb 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 Pantone 311 C and its hex is #05C3DD Nearest Color Name

Color Hue/Base color: Blue

Hex #07bbdb Color code in RGB color code model is created after adding 2.75% red color, 73.33% green color and 85.88% blue color. Hex #07bbdb Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 15% magenta, 0% yellow and 14.12% black.

Hex #07bbdb color code is between #00aadd web safe hex color code and #00cccc web safe hex color code. #00aadd is the nearest web safe color code. You can see here many more shades of #07bbdb color code.

RGB Chart

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

Color Table

Hex Color Code 07bbdb #07bbdb
RGB Decimal 7, 187, 219 7, 187, 219
RGB Percent 3%, 73%, 86% rgb(3%, 73%, 86%)
CSS RGBa 7, 187, 219,1 rgba(7,187,219,1)
CMYK Model cmyk(97%,15%,0%,14.12%)
HSL Color Space 189,94% ,44% hsl(189,94% ,44%)
HSV Color Space 189°, 97%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000111 10111011 11011011
Octal 7 273 333
Decimal 7 187 219
Hex 07 bb db

Different shades of #07bbdb color code.

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

Darkest of #07bbdb
#023c47
Darker of #07bbdb
#046778
Dark of #07bbdb
#0591aa
Base of #07bbdb
#07bbdb
Light of #07bbdb
#1dd7f8
Lighter
#4fe0f9
Lightest
#80e8fb

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

#07bbdb
#db2707

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

Split Complementary

#07bbdb
#db0751
#db9107

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

Analogous Color

#07db7f
#07dba3
#07bbdb
#0774db
#071cdb

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

#07bbdb
#bbdb07
#db07bb

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

#07bbdb
#db07bb
#db2707
#07db27

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

#07bbdb
#9107db
#db2707
#51db07

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 #07bbdb

#011215
#023c47
#046778
#0591aa
#07bbdb
#1dd7f8
#4fe0f9
#80e8fb
#b1f1fd

Tints of #07bbdb Color

#07bbdb
#22c2df
#3ecae3
#59d1e7
#75d9eb
#90e0ef
#ace8f3
#c7eff7
#e3f7fb
#ffffff

Shades of #07bbdb color code

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

#07bbdb
#06a6c2
#0591aa
#047c92
#036779
#035361
#023e49
#012930
#001418
#000000

Tones

#07bbdb
#1eabc4
#349bae
#4b8c97
#617c81

Tones

Similar Color like #07bbdb color

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

#08bcdc
#09bddd
#0abede
#0bbfdf
#0cc0e0
#0dc1e1
#0ec2e2
#0fc3e3
#10c4e4
#11c5e5
#12c6e6
#13c7e7
#14c8e8
#15c9e9
#06bada
#05b9d9
#04b8d8
#03b7d7
#02b6d6
#01b5d5
#00b4d4
#00b3d3
#00b2d2
#00b1d1
#00b0d0
#00afcf
#00aece
#00adcd

Download this Dark Blue

Hex #07bbdb 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.

#07bbdb Color Code Preview on Black Background Color

This is how #07bbdb Color will look on black background color. Color contrast ratio is 9.14

#07bbdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07bbdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #07bbdb

#07bbdb color code is use for CSS Background Color

Background color for the above div is #07bbdb

HTML with inline CSS

<div style="background-color:#07bbdb;"></div>

#07bbdb color code is use for CSS Border Color

CSS Border color for the above div is #07bbdb

HTML with inline CSS

<div style="border:5px solid #07bbdb;"></div>

CSS Border Left color for the above div is #07bbdb

HTML with inline CSS

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

CSS Border Right color for the above div is #07bbdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #07bbdb

HTML with inline CSS

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

CSS Border Top color for the above div is #07bbdb

HTML with inline CSS

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

#07bbdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#07bbdb Color code Preview on White Background

This is how #07bbdb Color code will look on white background color. Color contrast ratio is 2.30

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

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