crispedge.com

Color picker

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

#93dadd hex color - Blue - Cool color - Information

#93dadd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #93dadd Color code in RGB color code model is created after adding 57.65% red color, 85.49% green color and 86.67% blue color. Hex #93dadd Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 1% magenta, 0% yellow and 13% black.

Hex #93dadd color code is between #99ddcc web safe hex color code and #88ccee web safe hex color code. #99ddcc is the nearest web safe color code. You can see here many more shades of #93dadd color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code93dadd#93dadd
RGB Decimal147, 218, 221rgb(147, 218, 221)
RGB Percent58%, 85%, 87%rgb(58%, 85%, 87%)
CSS RGBa147, 218, 221,1rgba(147,218,221,1)
CMYK Modelcmyk(33%,1%,0%,13%)
HSL Color Space182,52% ,72%hsl(182,52% ,72%)
HSV Color Space182°, 33%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100111101101011011101
Octal223332335
Decimal147218221
Hex93dadd

Different shades of #93dadd color code.

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

Light Shade of #93dadd
#bae7e9
Dark Shade of #93dadd
#6ccdd1
Saturated Shade of #93dadd
#8ce1e4
Desaturated Shade of #93dadd
#9ad3d6
Grey scale Shade of #93dadd
#b8b8b8
Brighten Shade
#acf3f6
Most Readable Shade
#000000

Shades of #93dadd color code

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

#93dadd
#82c1c4
#72a9ab
#629193
#51797a
#416062
#314849
#203031
#101818
#000000

Similar Color like #93dadd color

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

#94dbde
#95dcdf
#96dde0
#97dee1
#98dfe2
#99e0e3
#9ae1e4
#9be2e5
#9ce3e6
#9de4e7
#9ee5e8
#9fe6e9
#a0e7ea
#a1e8eb
#92d9dc
#91d8db
#90d7da
#8fd6d9
#8ed5d8
#8dd4d7
#8cd3d6
#8bd2d5
#8ad1d4
#89d0d3
#88cfd2
#87ced1
#86cdd0
#85cccf

Monochromatic Color with #93dadd

#93dadd
#060808
#223233
#3e5c5d
#5a8688
#77b0b3

Tints of #93dadd Color

#93dadd
#9fdee0
#abe2e4
#b7e6e8
#c3eaec
#cfeeef
#dbf2f3
#e7f6f7
#f3fafb
#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

#93dadd
#dd9693

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

Split Complementary

#93dadd
#dd93b5
#ddbb93

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

Analogous Color

#93ddc2
#93ddd1
#93dadd
#93cbdd
#93bcdd

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

#93dadd
#dd93da
#dadd93

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

#93dadd
#bb93dd
#dd9693
#b5dd93

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

#93dadd
#dd9693
#ddbb93
#93b5dd

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 #93dadd 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.

#93dadd Color Code Preview on Black Background Color

This is how #93dadd Color will look on black background color. Color contrast ratio is 13.31

#93dadd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #93dadd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #93dadd

#93dadd color code is use for CSS Background Color

Background color for the above div is #93dadd

HTML with inline CSS

<div style="background-color:#93dadd;"></div>

#93dadd color code is use for CSS Border Color

CSS Border color for the above div is #93dadd

HTML with inline CSS

<div style="border:5px solid #93dadd;"></div>

CSS Border Left color for the above div is #93dadd

HTML with inline CSS

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

CSS Border Right color for the above div is #93dadd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #93dadd

HTML with inline CSS

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

CSS Border Top color for the above div is #93dadd

HTML with inline CSS

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

#93dadd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93dadd Color code Preview on White Background

This is how #93dadd Color code will look on white background color. Color contrast ratio is 1.58

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

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.