Skip to main content Skip to docs navigation

#72ffda hex color | Download Light 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 Spindrift and its hex is #73FCD6 Nearest Color Name

Color Hue/Base color: Blue

Hex #72ffda Color code in RGB color code model is created after adding 44.71% red color, 100% green color and 85.49% blue color. Hex #72ffda Color code in CMYK color (process color) code model is generated after subtraction of 55% cyan, 0% magenta, 15% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 72ffda #72ffda
RGB Decimal 114, 255, 218 114, 255, 218
RGB Percent 45%, 100%, 85% rgb(45%, 100%, 85%)
CSS RGBa 114, 255, 218,1 rgba(114,255,218,1)
CMYK Model cmyk(55%,0%,15%,0%)
HSL Color Space 164,100% ,72% hsl(164,100% ,72%)
HSV Color Space 164°, 55%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110010 11111111 11011010
Octal 162 377 332
Decimal 114 255 218
Hex 72 ff da

Different shades of #72ffda color code.

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

Darkest of #72ffda
#00d89f
Darker of #72ffda
#0cffbf
Dark of #72ffda
#3fffcd
Base of #72ffda
#72ffda
Light of #72ffda
#a5ffe7
Lighter
#d8fff5
Lightest
#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

#72ffda
#ff7297

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

Split Complementary

#72ffda
#ff72dd
#ff9372

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

Analogous Color

#72ff88
#72ff9f
#72ffda
#72f5ff
#72baff

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

#72ffda
#ffda72
#da72ff

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

#72ffda
#da72ff
#ff7297
#97ff72

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

#72ffda
#9372ff
#ff7297
#ddff72

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 #72ffda

#00a57a
#00d89f
#0cffbf
#3fffcd
#72ffda
#a5ffe7
#d8fff5
#ffffff
#ffffff

Tints of #72ffda Color

#72ffda
#81ffde
#91ffe2
#a1ffe6
#b0ffea
#c0ffee
#d0fff2
#dffff6
#effffa
#ffffff

Shades of #72ffda color code

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

#72ffda
#65e2c1
#58c6a9
#4caa91
#3f8d79
#327160
#265548
#193830
#0c1c18
#000000

Tones

#72ffda
#80f1d3
#8ee3cd
#9cd5c6
#aac7bf

Tones

Similar Color like #72ffda color

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

#73ffdb
#74ffdc
#75ffdd
#76ffde
#77ffdf
#78ffe0
#79ffe1
#7affe2
#7bffe3
#7cffe4
#7dffe5
#7effe6
#7fffe7
#80ffe8
#71fed9
#70fdd8
#6ffcd7
#6efbd6
#6dfad5
#6cf9d4
#6bf8d3
#6af7d2
#69f6d1
#68f5d0
#67f4cf
#66f3ce
#65f2cd
#64f1cc

Download this Light Blue

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

#72ffda Color Code Preview on Black Background Color

This is how #72ffda Color will look on black background color. Color contrast ratio is 17.03

#72ffda in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#72ffda color code is use for CSS Background Color

Background color for the above div is #72ffda

HTML with inline CSS

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

#72ffda color code is use for CSS Border Color

CSS Border color for the above div is #72ffda

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#72ffda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#72ffda Color code Preview on White Background

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

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

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