crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#64bbd7 hex color - Blue - Cool color - Information

#64bbd7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #64bbd7 Color code in RGB color code model is created after adding 39.22% red color, 73.33% green color and 84.31% blue color. Hex #64bbd7 Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 13% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code64bbd7#64bbd7
RGB Decimal100, 187, 215rgb(100, 187, 215)
RGB Percent39%, 73%, 84%rgb(39%, 73%, 84%)
CSS RGBa100, 187, 215,1rgba(100,187,215,1)
CMYK Modelcmyk(53%,13%,0%,16%)
HSL Color Space195,59% ,62%hsl(195,59% ,62%)
HSV Color Space195°, 53%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001001011101111010111
Octal144273327
Decimal100187215
Hex64bbd7

Different shades of #64bbd7 color code.

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

Light Shade of #64bbd7
#8dcde1
Dark Shade of #64bbd7
#3ba9cd
Saturated Shade of #64bbd7
#5ac0e1
Desaturated Shade of #64bbd7
#6eb6cd
Grey scale Shade of #64bbd7
#9d9d9d
Brighten Shade
#7dd4f0
Most Readable Shade
#000000

Shades of #64bbd7 color code

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

#64bbd7
#58a6bf
#4d91a7
#427c8f
#376777
#2c535f
#213e47
#16292f
#0b1417
#000000

Similar Color like #64bbd7 color

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

#65bcd8
#66bdd9
#67beda
#68bfdb
#69c0dc
#6ac1dd
#6bc2de
#6cc3df
#6dc4e0
#6ec5e1
#6fc6e2
#70c7e3
#71c8e4
#72c9e5
#63bad6
#62b9d5
#61b8d4
#60b7d3
#5fb6d2
#5eb5d1
#5db4d0
#5cb3cf
#5bb2ce
#5ab1cd
#59b0cc
#58afcb
#57aeca
#56adc9

Monochromatic Color with #64bbd7

#64bbd7
#010202
#15272d
#294c57
#3c7182
#5096ac

Tints of #64bbd7 Color

#64bbd7
#75c2db
#86cadf
#97d1e4
#a8d9e8
#bae0ed
#cbe8f1
#dceff6
#edf7fa
#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

#64bbd7
#d78064

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

Split Complementary

#64bbd7
#d76481
#d7ba64

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

Analogous Color

#64d7c5
#64d2d7
#64bbd7
#64a4d7
#648dd7

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

#64bbd7
#d764bb
#bbd764

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

#64bbd7
#b964d7
#d78064
#81d764

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

#64bbd7
#d78064
#d7ba64
#6481d7

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 #64bbd7 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.

#64bbd7 Color Code Preview on Black Background Color

This is how #64bbd7 Color will look on black background color. Color contrast ratio is 9.63

#64bbd7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#64bbd7 color code is use for CSS Background Color

Background color for the above div is #64bbd7

HTML with inline CSS

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

#64bbd7 color code is use for CSS Border Color

CSS Border color for the above div is #64bbd7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#64bbd7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#64bbd7 Color code Preview on White Background

This is how #64bbd7 Color code will look on white background color. Color contrast ratio is 2.18

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.