Skip to main content Skip to docs navigation

#00bfbf 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 2397 C and its hex is #00B7BD Nearest Color Name

Color Hue/Base color: Blue

Hex #00bfbf Color code in RGB color code model is created after adding 0% red color, 74.9% green color and 74.9% blue color. Hex #00bfbf Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 0% magenta, 0% yellow and 25.1% black.

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

RGB Chart

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

Color Table

Hex Color Code 00bfbf #00bfbf
RGB Decimal 0, 191, 191 0, 191, 191
RGB Percent 0%, 75%, 75% rgb(0%, 75%, 75%)
CSS RGBa 0, 191, 191,1 rgba(0,191,191,1)
CMYK Model cmyk(100%,0%,0%,25.1%)
HSL Color Space 180,100% ,37% hsl(180,100% ,37%)
HSV Color Space 180°, 100%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000000 10111111 10111111
Octal 0 277 277
Decimal 0 191 191
Hex 00 bf bf

Different shades of #00bfbf color code.

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

Darkest of #00bfbf
#002626
Darker of #00bfbf
#005959
Dark of #00bfbf
#008c8c
Base of #00bfbf
#00bfbf
Light of #00bfbf
#00f2f2
Lighter
#26ffff
Lightest
#59ffff

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

#00bfbf
#bf0000

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

Split Complementary

#00bfbf
#bf005f
#bf5f00

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

Analogous Color

#00bf50
#00bf6f
#00bfbf
#007fbf
#0030bf

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

#00bfbf
#bfbf00
#bf00bf

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

#00bfbf
#bf00bf
#bf0000
#00bf00

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

#00bfbf
#5f00bf
#bf0000
#5fbf00

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 #00bfbf

#000000
#002626
#005959
#008c8c
#00bfbf
#00f2f2
#26ffff
#59ffff
#8cffff

Tints of #00bfbf Color

#00bfbf
#1cc6c6
#38cdcd
#55d4d4
#71dbdb
#8de2e2
#aae9e9
#c6f0f0
#e2f7f7
#ffffff

Shades of #00bfbf color code

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

#00bfbf
#00a9a9
#009494
#007f7f
#006a6a
#005454
#003f3f
#002a2a
#001515
#000000

Tones

#00bfbf
#13acac
#269999
#398686
#4c7373

Tones

Similar Color like #00bfbf color

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

#01c0c0
#02c1c1
#03c2c2
#04c3c3
#05c4c4
#06c5c5
#07c6c6
#08c7c7
#09c8c8
#0ac9c9
#0bcaca
#0ccbcb
#0dcccc
#0ecdcd
#00bebe
#00bdbd
#00bcbc
#00bbbb
#00baba
#00b9b9
#00b8b8
#00b7b7
#00b6b6
#00b5b5
#00b4b4
#00b3b3
#00b2b2
#00b1b1

Download this Dark Blue

Hex #00bfbf 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.

#00bfbf Color Code Preview on Black Background Color

This is how #00bfbf Color will look on black background color. Color contrast ratio is 9.20

#00bfbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00bfbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00bfbf

#00bfbf color code is use for CSS Background Color

Background color for the above div is #00bfbf

HTML with inline CSS

<div style="background-color:#00bfbf;"></div>

#00bfbf color code is use for CSS Border Color

CSS Border color for the above div is #00bfbf

HTML with inline CSS

<div style="border:5px solid #00bfbf;"></div>

CSS Border Left color for the above div is #00bfbf

HTML with inline CSS

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

CSS Border Right color for the above div is #00bfbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00bfbf

HTML with inline CSS

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

CSS Border Top color for the above div is #00bfbf

HTML with inline CSS

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

#00bfbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00bfbf Color code Preview on White Background

This is how #00bfbf Color code will look on white background color. Color contrast ratio is 2.28

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

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