@
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.

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

#93c2ea hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #93c2ea Color code in RGB color code model is created after adding 57.65% red color, 76.08% green color and 91.76% blue color. Hex #93c2ea Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 17% magenta, 0% yellow and 8.24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code93c2ea#93c2ea
RGB Decimal147, 194, 234rgb(147, 194, 234)
RGB Percent58%, 76%, 92%rgb(58%, 76%, 92%)
CSS RGBa147, 194, 234,1rgba(147,194,234,1)
CMYK Modelcmyk(37%,17%,0%,8.24%)
HSL Color Space208,67% ,75%hsl(208,67% ,75%)
HSV Color Space208°, 37%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100111100001011101010
Octal223302352
Decimal147194234
Hex93c2ea

Different shades of #93c2ea color code.

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

Light Shade of #93c2ea
#bedaf2
Dark Shade of #93c2ea
#68aae2
Saturated Shade of #93c2ea
#8dc3f0
Desaturated Shade of #93c2ea
#99c1e4
Grey scale Shade of #93c2ea
#bebebe
Brighten Shade
#acdbff
Most Readable Shade
#000000

Shades of #93c2ea color code

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

#93c2ea
#82acd0
#7296b6
#62819c
#516b82
#415668
#31404e
#202b34
#10151a
#000000

Similar Color like #93c2ea color

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

#94c3eb
#95c4ec
#96c5ed
#97c6ee
#98c7ef
#99c8f0
#9ac9f1
#9bcaf2
#9ccbf3
#9dccf4
#9ecdf5
#9fcef6
#a0cff7
#a1d0f8
#92c1e9
#91c0e8
#90bfe7
#8fbee6
#8ebde5
#8dbce4
#8cbbe3
#8bbae2
#8ab9e1
#89b8e0
#88b7df
#87b6de
#86b5dd
#85b4dc

Monochromatic Color with #93c2ea

#93c2ea
#0e1215
#283540
#43586a
#5e7c95
#789fbf

Tints of #93c2ea Color

#93c2ea
#9fc8ec
#abcfee
#b7d6f1
#c3ddf3
#cfe3f5
#dbeaf8
#e7f1fa
#f3f8fc
#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

#93c2ea
#eabb93

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

Split Complementary

#93c2ea
#ea9396
#eae793

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

Analogous Color

#93e5ea
#93d3ea
#93c2ea
#93b1ea
#939fea

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

#93c2ea
#ea93c2
#c2ea93

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

#93c2ea
#e693ea
#eabb93
#96ea93

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

#93c2ea
#eabb93
#eae793
#9396ea

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

#93c2ea Color Code Preview on Black Background Color

This is how #93c2ea Color will look on black background color. Color contrast ratio is 11.15

#93c2ea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#93c2ea color code is use for CSS Background Color

Background color for the above div is #93c2ea

HTML with inline CSS

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

#93c2ea color code is use for CSS Border Color

CSS Border color for the above div is #93c2ea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#93c2ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93c2ea Color code Preview on White Background

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

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(147,194,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(234,187,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(147,194,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.