crispedge.com

Color picker

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

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

#93ddf5 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #93ddf5 Color code in RGB color code model is created after adding 57.65% red color, 86.67% green color and 96.08% blue color. Hex #93ddf5 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 10% magenta, 0% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code93ddf5#93ddf5
RGB Decimal147, 221, 245rgb(147, 221, 245)
RGB Percent58%, 87%, 96%rgb(58%, 87%, 96%)
CSS RGBa147, 221, 245,1rgba(147,221,245,1)
CMYK Modelcmyk(40%,10%,0%,4%)
HSL Color Space195,83% ,77%hsl(195,83% ,77%)
HSV Color Space195°, 40%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100111101110111110101
Octal223335365
Decimal147221245
Hex93ddf5

Different shades of #93ddf5 color code.

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

Light Shade of #93ddf5
#c2ecf9
Dark Shade of #93ddf5
#64cef1
Saturated Shade of #93ddf5
#8de0fb
Desaturated Shade of #93ddf5
#99daef
Grey scale Shade of #93ddf5
#c4c4c4
Brighten Shade
#acf6ff
Most Readable Shade
#000000

Shades of #93ddf5 color code

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

#93ddf5
#82c4d9
#72abbe
#6293a3
#517a88
#41626c
#314951
#203136
#10181b
#000000

Similar Color like #93ddf5 color

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

#94def6
#95dff7
#96e0f8
#97e1f9
#98e2fa
#99e3fb
#9ae4fc
#9be5fd
#9ce6fe
#9de7ff
#9ee8ff
#9fe9ff
#a0eaff
#a1ebff
#92dcf4
#91dbf3
#90daf2
#8fd9f1
#8ed8f0
#8dd7ef
#8cd6ee
#8bd5ed
#8ad4ec
#89d3eb
#88d2ea
#87d1e9
#86d0e8
#85cfe7

Monochromatic Color with #93ddf5

#93ddf5
#131d20
#2d444b
#466a75
#6090a0
#79b7ca

Tints of #93ddf5 Color

#93ddf5
#9fe0f6
#abe4f7
#b7e8f8
#c3ecf9
#cfeffa
#dbf3fb
#e7f7fc
#f3fbfd
#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

#93ddf5
#f5ab93

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

Split Complementary

#93ddf5
#f593ac
#f5dc93

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

Analogous Color

#93f5e6
#93f1f5
#93ddf5
#93c9f5
#93b6f5

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

#93ddf5
#f593dd
#ddf593

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

#93ddf5
#dc93f5
#f5ab93
#acf593

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

#93ddf5
#f5ab93
#f5dc93
#93acf5

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

#93ddf5 Color Code Preview on Black Background Color

This is how #93ddf5 Color will look on black background color. Color contrast ratio is 13.90

#93ddf5 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#93ddf5 color code is use for CSS Background Color

Background color for the above div is #93ddf5

HTML with inline CSS

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

#93ddf5 color code is use for CSS Border Color

CSS Border color for the above div is #93ddf5

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#93ddf5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93ddf5 Color code Preview on White Background

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

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

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.