Skip to main content Skip to docs navigation

#03cbcc 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 Tilla Kari Mosque and its hex is #00CCCC Nearest Color Name

Color Hue/Base color: Blue

Hex #03cbcc Color code in RGB color code model is created after adding 1.18% red color, 79.61% green color and 80% blue color. Hex #03cbcc Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 0% magenta, 0% yellow and 20% black.

Hex #03cbcc color code is between #00ccbb web safe hex color code and #00bbdd web safe hex color code. #00ccbb is the nearest web safe color code. You can see here many more shades of #03cbcc color code.

RGB Chart

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

Color Table

Hex Color Code 03cbcc #03cbcc
RGB Decimal 3, 203, 204 3, 203, 204
RGB Percent 1%, 80%, 80% rgb(1%, 80%, 80%)
CSS RGBa 3, 203, 204,1 rgba(3,203,204,1)
CMYK Model cmyk(99%,0%,0%,20%)
HSL Color Space 180,97% ,41% hsl(180,97% ,41%)
HSV Color Space 180°, 99%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00000011 11001011 11001100
Octal 3 313 314
Decimal 3 203 204
Hex 03 cb cc

Different shades of #03cbcc color code.

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

Darkest of #03cbcc
#013535
Darker of #03cbcc
#026767
Dark of #03cbcc
#02999a
Base of #03cbcc
#03cbcc
Light of #03cbcc
#07fafb
Lighter
#39fbfc
Lightest
#6bfcfd

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

#03cbcc
#cc0403

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

Split Complementary

#03cbcc
#cc0366
#cc6903

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

Analogous Color

#03cc58
#03cc79
#03cbcc
#0388cc
#0334cc

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

#03cbcc
#cbcc03
#cc03cb

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

#03cbcc
#cc03cb
#cc0403
#03cc04

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

#03cbcc
#6903cc
#cc0403
#66cc03

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 #03cbcc

#000303
#013535
#026767
#02999a
#03cbcc
#07fafb
#39fbfc
#6bfcfd
#9dfdfe

Tints of #03cbcc Color

#03cbcc
#1fd0d1
#3bd6d7
#57dcdd
#73e2e2
#8fe7e8
#abedee
#c7f3f3
#e3f9f9
#ffffff

Shades of #03cbcc color code

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

#03cbcc
#02b4b5
#029d9e
#028788
#017071
#015a5a
#014344
#002d2d
#001616
#000000

Tones

#03cbcc
#18b7b7
#2ca2a3
#418e8e
#567979

Tones

Similar Color like #03cbcc color

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

#04cccd
#05cdce
#06cecf
#07cfd0
#08d0d1
#09d1d2
#0ad2d3
#0bd3d4
#0cd4d5
#0dd5d6
#0ed6d7
#0fd7d8
#10d8d9
#11d9da
#02cacb
#01c9ca
#00c8c9
#00c7c8
#00c6c7
#00c5c6
#00c4c5
#00c3c4
#00c2c3
#00c1c2
#00c0c1
#00bfc0
#00bebf
#00bdbe

Download this Dark Blue

Hex #03cbcc 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.

#03cbcc Color Code Preview on Black Background Color

This is how #03cbcc Color will look on black background color. Color contrast ratio is 10.42

#03cbcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03cbcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03cbcc

#03cbcc color code is use for CSS Background Color

Background color for the above div is #03cbcc

HTML with inline CSS

<div style="background-color:#03cbcc;"></div>

#03cbcc color code is use for CSS Border Color

CSS Border color for the above div is #03cbcc

HTML with inline CSS

<div style="border:5px solid #03cbcc;"></div>

CSS Border Left color for the above div is #03cbcc

HTML with inline CSS

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

CSS Border Right color for the above div is #03cbcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03cbcc

HTML with inline CSS

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

CSS Border Top color for the above div is #03cbcc

HTML with inline CSS

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

#03cbcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03cbcc Color code Preview on White Background

This is how #03cbcc Color code will look on white background color. Color contrast ratio is 2.02

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

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