Skip to main content Skip to docs navigation

#72bdcc hex color - Blue - Cool color - Information

#72bdcc hex color - Blue - Cool color

On this page
@
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 Hue/Base color: Blue

Hex #72bdcc Color code in RGB color code model is created after adding 44.71% red color, 74.12% green color and 80% blue color. Hex #72bdcc Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 7% magenta, 0% yellow and 20% black.

Hex #72bdcc color code is between #77bbbb web safe hex color code and #66ccdd web safe hex color code. #77bbbb is the nearest web safe color code. You can see here many more shades of #72bdcc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 72bdcc #72bdcc
RGB Decimal 114, 189, 204 rgb(114, 189, 204)
RGB Percent 45%, 74%, 80% rgb(45%, 74%, 80%)
CSS RGBa 114, 189, 204,1 rgba(114,189,204,1)
CMYK Model cmyk(44%,7%,0%,20%)
HSL Color Space 190,47% ,62% hsl(190,47% ,62%)
HSV Color Space 190°, 44%, 80%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110010 10111101 11001100
Octal 162 275 314
Decimal 114 189 204
Hex 72 bd cc

Different shades of #72bdcc color code.

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

Light Shade of #72bdcc
#97cfda
Dark Shade of #72bdcc
#4dabbe
Saturated Shade of #72bdcc
#68c3d6
Desaturated Shade of #72bdcc
#7cb7c2
Grey scale Shade of #72bdcc
#9f9f9f
Brighten Shade
#8bd6e5
Most Readable Shade
#000000

Shades of #72bdcc color code

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

#72bdcc
#65a8b5
#58939e
#4c7e88
#3f6971
#32545a
#263f44
#192a2d
#0c1516
#000000

Similar Color like #72bdcc color

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

#73becd
#74bfce
#75c0cf
#76c1d0
#77c2d1
#78c3d2
#79c4d3
#7ac5d4
#7bc6d5
#7cc7d6
#7dc8d7
#7ec9d8
#7fcad9
#80cbda
#71bccb
#70bbca
#6fbac9
#6eb9c8
#6db8c7
#6cb7c6
#6bb6c5
#6ab5c4
#69b4c3
#68b3c2
#67b2c1
#66b1c0
#65b0bf
#64afbe

Monochromatic Color with #72bdcc

#72bdcc
#8ae4f6
#131f22
#2b474c
#426e77
#5a96a1

Tints of #72bdcc Color

#72bdcc
#81c4d1
#91cbd7
#a1d3dd
#b0dae2
#c0e1e8
#d0e9ee
#dff0f3
#eff7f9
#ffffff

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

#72bdcc
#cc8172

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

Split Complementary

#72bdcc
#cc7290
#ccae72

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

Analogous Color

#72ccb7
#72ccc9
#72bdcc
#72abcc
#7299cc

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

#72bdcc
#cc72bd
#bdcc72

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

#72bdcc
#ae72cc
#cc8172
#90cc72

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#72bdcc
#cc8172
#ccae72
#7290cc

Double Complementary 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).

Hex #72bdcc 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.

#72bdcc Color Code Preview on Black Background Color

This is how #72bdcc Color will look on black background color. Color contrast ratio is 9.87

#72bdcc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72bdcc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #72bdcc

#72bdcc color code is use for CSS Background Color

Background color for the above div is #72bdcc

HTML with inline CSS

<div style="background-color:#72bdcc;"></div>

#72bdcc color code is use for CSS Border Color

CSS Border color for the above div is #72bdcc

HTML with inline CSS

<div style="border:5px solid #72bdcc;"></div>

CSS Border Left color for the above div is #72bdcc

HTML with inline CSS

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

CSS Border Right color for the above div is #72bdcc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #72bdcc

HTML with inline CSS

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

CSS Border Top color for the above div is #72bdcc

HTML with inline CSS

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

#72bdcc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72bdcc Color code Preview on White Background

This is how #72bdcc Color code will look on white background color. Color contrast ratio is 2.13

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(114,189,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,129,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,189,204,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.