Skip to main content Skip to docs navigation

#63bdcd 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 Delusional Dragonfly and its hex is #66BBCC Nearest Color Name

Color Hue/Base color: Blue

Hex #63bdcd Color code in RGB color code model is created after adding 38.82% red color, 74.12% green color and 80.39% blue color. Hex #63bdcd Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 8% magenta, 0% yellow and 19.61% black.

Hex #63bdcd color code is between #66bbcc web safe hex color code and #55ccdd web safe hex color code. #66bbcc is the nearest web safe color code. You can see here many more shades of #63bdcd color code.

RGB Chart

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

Color Table

Hex Color Code 63bdcd #63bdcd
RGB Decimal 99, 189, 205 99, 189, 205
RGB Percent 39%, 74%, 80% rgb(39%, 74%, 80%)
CSS RGBa 99, 189, 205,1 rgba(99,189,205,1)
CMYK Model cmyk(52%,8%,0%,19.61%)
HSL Color Space 189,51% ,60% hsl(189,51% ,60%)
HSV Color Space 189°, 52%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100011 10111101 11001101
Octal 143 275 315
Decimal 99 189 205
Hex 63 bd cd

Different shades of #63bdcd color code.

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

Darkest of #63bdcd
#256772
Darker of #63bdcd
#318999
Dark of #63bdcd
#3dacc0
Base of #63bdcd
#63bdcd
Light of #63bdcd
#8acdd9
Lighter
#b0dee6
Lightest
#d7eef2

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

#63bdcd
#cd7363

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

Split Complementary

#63bdcd
#cd6388
#cda863

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

Analogous Color

#63cd9f
#63cdb1
#63bdcd
#639acd
#636dcd

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

#63bdcd
#bdcd63
#cd63bd

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

#63bdcd
#cd63bd
#cd7363
#63cd73

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

#63bdcd
#a863cd
#cd7363
#88cd63

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 #63bdcd

#18444c
#256772
#318999
#3dacc0
#63bdcd
#8acdd9
#b0dee6
#d7eef2
#fdfeff

Tints of #63bdcd Color

#63bdcd
#74c4d2
#85cbd8
#97d3dd
#a8dae3
#b9e1e8
#cbe9ee
#dcf0f3
#edf7f9
#ffffff

Shades of #63bdcd color code

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

#63bdcd
#58a8b6
#4d939f
#427e88
#376971
#2c545b
#213f44
#162a2d
#0b1516
#000000

Tones

#63bdcd
#78afb8
#8ca0a4
#989898
#989898

Tones

Similar Color like #63bdcd color

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

#64bece
#65bfcf
#66c0d0
#67c1d1
#68c2d2
#69c3d3
#6ac4d4
#6bc5d5
#6cc6d6
#6dc7d7
#6ec8d8
#6fc9d9
#70cada
#71cbdb
#62bccc
#61bbcb
#60baca
#5fb9c9
#5eb8c8
#5db7c7
#5cb6c6
#5bb5c5
#5ab4c4
#59b3c3
#58b2c2
#57b1c1
#56b0c0
#55afbf

Download this Dark Blue

Hex #63bdcd 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.

#63bdcd Color Code Preview on Black Background Color

This is how #63bdcd Color will look on black background color. Color contrast ratio is 9.69

#63bdcd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63bdcd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #63bdcd

#63bdcd color code is use for CSS Background Color

Background color for the above div is #63bdcd

HTML with inline CSS

<div style="background-color:#63bdcd;"></div>

#63bdcd color code is use for CSS Border Color

CSS Border color for the above div is #63bdcd

HTML with inline CSS

<div style="border:5px solid #63bdcd;"></div>

CSS Border Left color for the above div is #63bdcd

HTML with inline CSS

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

CSS Border Right color for the above div is #63bdcd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #63bdcd

HTML with inline CSS

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

CSS Border Top color for the above div is #63bdcd

HTML with inline CSS

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

#63bdcd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#63bdcd Color code Preview on White Background

This is how #63bdcd Color code will look on white background color. Color contrast ratio is 2.17

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

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