crispedge.com

Color picker

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

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

#93bdd2 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #93bdd2 Color code in RGB color code model is created after adding 57.65% red color, 74.12% green color and 82.35% blue color. Hex #93bdd2 Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 10% magenta, 0% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code93bdd2#93bdd2
RGB Decimal147, 189, 210rgb(147, 189, 210)
RGB Percent58%, 74%, 82%rgb(58%, 74%, 82%)
CSS RGBa147, 189, 210,1rgba(147,189,210,1)
CMYK Modelcmyk(30%,10%,0%,18%)
HSL Color Space200,41% ,70%hsl(200,41% ,70%)
HSV Color Space200°, 30%, 82%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100100111011110111010010
Octal223275322
Decimal147189210
Hex93bdd2

Different shades of #93bdd2 color code.

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

Light Shade of #93bdd2
#b7d3e1
Dark Shade of #93bdd2
#6fa7c3
Saturated Shade of #93bdd2
#8bc0da
Desaturated Shade of #93bdd2
#9bbaca
Grey scale Shade of #93bdd2
#b3b3b3
Brighten Shade
#acd6eb
Most Readable Shade
#000000

Shades of #93bdd2 color code

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

#93bdd2
#82a8ba
#7293a3
#627e8c
#516974
#41545d
#313f46
#202a2e
#101517
#000000

Similar Color like #93bdd2 color

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

#94bed3
#95bfd4
#96c0d5
#97c1d6
#98c2d7
#99c3d8
#9ac4d9
#9bc5da
#9cc6db
#9dc7dc
#9ec8dd
#9fc9de
#a0cadf
#a1cbe0
#92bcd1
#91bbd0
#90bacf
#8fb9ce
#8eb8cd
#8db7cc
#8cb6cb
#8bb5ca
#8ab4c9
#89b3c8
#88b2c7
#87b1c6
#86b0c5
#85afc4

Monochromatic Color with #93bdd2

#93bdd2
#b1e3fc
#1c2428
#3a4a52
#57707d
#7597a7

Tints of #93bdd2 Color

#93bdd2
#9fc4d7
#abcbdc
#b7d3e1
#c3dae6
#cfe1eb
#dbe9f0
#e7f0f5
#f3f7fa
#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

#93bdd2
#d2a893

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

Split Complementary

#93bdd2
#d2939d
#d2c793

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

Analogous Color

#93d2ce
#93cad2
#93bdd2
#93b0d2
#93a4d2

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

#93bdd2
#d293bd
#bdd293

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

#93bdd2
#c793d2
#d2a893
#9ed293

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

#93bdd2
#d2a893
#d2c793
#939dd2

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

#93bdd2 Color Code Preview on Black Background Color

This is how #93bdd2 Color will look on black background color. Color contrast ratio is 10.45

#93bdd2 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#93bdd2 color code is use for CSS Background Color

Background color for the above div is #93bdd2

HTML with inline CSS

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

#93bdd2 color code is use for CSS Border Color

CSS Border color for the above div is #93bdd2

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#93bdd2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#93bdd2 Color code Preview on White Background

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

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

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.