Skip to main content Skip to docs navigation

#33bbdb 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 Summer Sky and its hex is #38B0DE Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code 33bbdb #33bbdb
RGB Decimal 51, 187, 219 51, 187, 219
RGB Percent 20%, 73%, 86% rgb(20%, 73%, 86%)
CSS RGBa 51, 187, 219,1 rgba(51,187,219,1)
CMYK Model cmyk(77%,15%,0%,14.12%)
HSL Color Space 191,70% ,53% hsl(191,70% ,53%)
HSV Color Space 191°, 77%, 86%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00110011 10111011 11011011
Octal 63 273 333
Decimal 51 187 219
Hex 33 bb db

Different shades of #33bbdb color code.

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

Darkest of #33bbdb
#125463
Darker of #33bbdb
#19788f
Dark of #33bbdb
#219dba
Base of #33bbdb
#33bbdb
Light of #33bbdb
#5ec9e3
Lighter
#8ad8ea
Lightest
#b5e6f2

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

#33bbdb
#db5333

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

Split Complementary

#33bbdb
#db3367
#dba733

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

Analogous Color

#33db99
#33dbb5
#33bbdb
#3383db
#333ddb

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

#33bbdb
#bbdb33
#db33bb

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

#33bbdb
#db33bb
#db5333
#33db53

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

#33bbdb
#a733db
#db5333
#67db33

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

#0a2f38
#125463
#19788f
#219dba
#33bbdb
#5ec9e3
#8ad8ea
#b5e6f2
#e0f5fa

Tints of #33bbdb Color

#33bbdb
#49c2df
#60cae3
#77d1e7
#8dd9eb
#a4e0ef
#bbe8f3
#d1eff7
#e8f7fb
#ffffff

Shades of #33bbdb color code

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

#33bbdb
#2da6c2
#2791aa
#227c92
#1c6779
#165361
#113e49
#0b2930
#051418
#000000

Tones

#33bbdb
#4bacc3
#639dab
#7b8e93
#878787

Tones

Similar Color like #33bbdb color

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

#34bcdc
#35bddd
#36bede
#37bfdf
#38c0e0
#39c1e1
#3ac2e2
#3bc3e3
#3cc4e4
#3dc5e5
#3ec6e6
#3fc7e7
#40c8e8
#41c9e9
#32bada
#31b9d9
#30b8d8
#2fb7d7
#2eb6d6
#2db5d5
#2cb4d4
#2bb3d3
#2ab2d2
#29b1d1
#28b0d0
#27afcf
#26aece
#25adcd

Download this Dark Blue

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

#33bbdb Color Code Preview on Black Background Color

This is how #33bbdb Color will look on black background color. Color contrast ratio is 9.27

#33bbdb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#33bbdb color code is use for CSS Background Color

Background color for the above div is #33bbdb

HTML with inline CSS

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

#33bbdb color code is use for CSS Border Color

CSS Border color for the above div is #33bbdb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#33bbdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#33bbdb Color code Preview on White Background

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

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

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