crispedge.com

Color picker

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

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

#93daf7 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #93daf7 Color code in RGB color code model is created after adding 57.65% red color, 85.49% green color and 96.86% blue color. Hex #93daf7 Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 12% magenta, 0% yellow and 3% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code93daf7#93daf7
RGB Decimal147, 218, 247rgb(147, 218, 247)
RGB Percent58%, 85%, 97%rgb(58%, 85%, 97%)
CSS RGBa147, 218, 247,1rgba(147,218,247,1)
CMYK Modelcmyk(40%,12%,0%,3%)
HSL Color Space197,86% ,77%hsl(197,86% ,77%)
HSV Color Space197°, 40%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100111101101011110111
Octal223332367
Decimal147218247
Hex93daf7

Different shades of #93daf7 color code.

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

Light Shade of #93daf7
#c2eafb
Dark Shade of #93daf7
#63caf3
Saturated Shade of #93daf7
#8ddcfd
Desaturated Shade of #93daf7
#99d8f1
Grey scale Shade of #93daf7
#c5c5c5
Brighten Shade
#acf3ff
Most Readable Shade
#000000

Shades of #93daf7 color code

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

#93daf7
#82c1db
#72a9c0
#6291a4
#517989
#41606d
#314852
#203036
#10181b
#000000

Similar Color like #93daf7 color

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

#94dbf8
#95dcf9
#96ddfa
#97defb
#98dffc
#99e0fd
#9ae1fe
#9be2ff
#9ce3ff
#9de4ff
#9ee5ff
#9fe6ff
#a0e7ff
#a1e8ff
#92d9f6
#91d8f5
#90d7f4
#8fd6f3
#8ed5f2
#8dd4f1
#8cd3f0
#8bd2ef
#8ad1ee
#89d0ed
#88cfec
#87ceeb
#86cdea
#85cce9

Monochromatic Color with #93daf7

#93daf7
#151e22
#2e444d
#476977
#608fa2
#7ab4cc

Tints of #93daf7 Color

#93daf7
#9fdef7
#abe2f8
#b7e6f9
#c3eafa
#cfeefb
#dbf2fc
#e7f6fd
#f3fafe
#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

#93daf7
#f7b093

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

Split Complementary

#93daf7
#f793a8
#f7e293

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

Analogous Color

#93f7ec
#93eef7
#93daf7
#93c6f7
#93b2f7

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

#93daf7
#f793da
#daf793

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

#93daf7
#e293f7
#f7b093
#a8f793

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

#93daf7
#f7b093
#f7e293
#93a8f7

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

#93daf7 Color Code Preview on Black Background Color

This is how #93daf7 Color will look on black background color. Color contrast ratio is 13.61

#93daf7 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#93daf7 color code is use for CSS Background Color

Background color for the above div is #93daf7

HTML with inline CSS

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

#93daf7 color code is use for CSS Border Color

CSS Border color for the above div is #93daf7

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#93daf7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93daf7 Color code Preview on White Background

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

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

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.