Skip to main content Skip to docs navigation

#64fdde 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 Spindrift and its hex is #73FCD6 Nearest Color Name

Color Hue/Base color: Blue

Hex #64fdde Color code in RGB color code model is created after adding 39.22% red color, 99.22% green color and 87.06% blue color. Hex #64fdde Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 0% magenta, 12% yellow and 0.78% black.

Hex #64fdde color code is between #66ffdd web safe hex color code and #55eeee web safe hex color code. #66ffdd is the nearest web safe color code. You can see here many more shades of #64fdde color code.

RGB Chart

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

Color Table

Hex Color Code 64fdde #64fdde
RGB Decimal 100, 253, 222 100, 253, 222
RGB Percent 39%, 99%, 87% rgb(39%, 99%, 87%)
CSS RGBa 100, 253, 222,1 rgba(100,253,222,1)
CMYK Model cmyk(60%,0%,12%,0.78%)
HSL Color Space 168,97% ,69% hsl(168,97% ,69%)
HSV Color Space 168°, 60%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100100 11111101 11011110
Octal 144 375 336
Decimal 100 253 222
Hex 64 fd de

Different shades of #64fdde color code.

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

Darkest of #64fdde
#03c59e
Darker of #64fdde
#03f8c6
Dark of #64fdde
#32fcd3
Base of #64fdde
#64fdde
Light of #64fdde
#96fee9
Lighter
#c9fef3
Lightest
#fbfffe

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

#64fdde
#fd6483

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

Split Complementary

#64fdde
#fd64d0
#fd9264

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

Analogous Color

#64fd85
#64fd9e
#64fdde
#64e9fd
#64a9fd

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

#64fdde
#fdde64
#de64fd

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

#64fdde
#de64fd
#fd6483
#83fd64

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

#64fdde
#9264fd
#fd6483
#d0fd64

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 #64fdde

#029376
#03c59e
#03f8c6
#32fcd3
#64fdde
#96fee9
#c9fef3
#fbfffe
#ffffff

Tints of #64fdde Color

#64fdde
#75fde1
#86fde5
#97fde9
#a8fdec
#bafef0
#cbfef4
#dcfef7
#edfefb
#ffffff

Shades of #64fdde color code

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

#64fdde
#58e0c5
#4dc4ac
#42a894
#378c7b
#2c7062
#21544a
#163831
#0b1c18
#000000

Tones

#64fdde
#74edd5
#83decb
#93cec2
#a3beb9

Tones

Similar Color like #64fdde color

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

#65fedf
#66ffe0
#67ffe1
#68ffe2
#69ffe3
#6affe4
#6bffe5
#6cffe6
#6dffe7
#6effe8
#6fffe9
#70ffea
#71ffeb
#72ffec
#63fcdd
#62fbdc
#61fadb
#60f9da
#5ff8d9
#5ef7d8
#5df6d7
#5cf5d6
#5bf4d5
#5af3d4
#59f2d3
#58f1d2
#57f0d1
#56efd0

Download this Dark Blue

Hex #64fdde 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.

#64fdde Color Code Preview on Black Background Color

This is how #64fdde Color will look on black background color. Color contrast ratio is 16.65

#64fdde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #64fdde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #64fdde

#64fdde color code is use for CSS Background Color

Background color for the above div is #64fdde

HTML with inline CSS

<div style="background-color:#64fdde;"></div>

#64fdde color code is use for CSS Border Color

CSS Border color for the above div is #64fdde

HTML with inline CSS

<div style="border:5px solid #64fdde;"></div>

CSS Border Left color for the above div is #64fdde

HTML with inline CSS

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

CSS Border Right color for the above div is #64fdde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #64fdde

HTML with inline CSS

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

CSS Border Top color for the above div is #64fdde

HTML with inline CSS

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

#64fdde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#64fdde Color code Preview on White Background

This is how #64fdde Color code will look on white background color. Color contrast ratio is 1.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 #64fdde; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #64fdde; }

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(100,253,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,100,131,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(100,253,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }