crispedge.com

Color picker

Loading...

#9bdcde hex color - Blue - Cool color - Information

#9bdcde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #9bdcde Color code in RGB color code model is created after adding 60.78% red color, 86.27% green color and 87.06% blue color. Hex #9bdcde Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 1% magenta, 0% yellow and 13% black.

Hex #9bdcde color code is between #99dddd web safe hex color code and #aaccee web safe hex color code. #99dddd is the nearest web safe color code. You can see here many more shades of #9bdcde color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code9bdcde#9bdcde
RGB Decimal155, 220, 222rgb(155, 220, 222)
RGB Percent61%, 86%, 87%rgb(61%, 86%, 87%)
CSS RGBa155, 220, 222,1rgba(155,220,222,1)
CMYK Modelcmyk(30%,1%,0%,13%)
HSL Color Space182,50% ,74%hsl(182,50% ,74%)
HSV Color Space182°, 30%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111101110011011110
Octal233334336
Decimal155220222
Hex9bdcde

Different shades of #9bdcde color code.

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

Light Shade of #9bdcde
#c1e9eb
Dark Shade of #9bdcde
#75cfd1
Saturated Shade of #9bdcde
#94e2e5
Desaturated Shade of #9bdcde
#a2d6d7
Grey scale Shade of #9bdcde
#bcbcbc
Brighten Shade
#b4f5f7
Most Readable Shade
#000000

Shades of #9bdcde color code

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

#9bdcde
#89c3c5
#78abac
#679294
#567a7b
#446162
#33494a
#223031
#111818
#000000

Similar Color like #9bdcde color

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

#9cdddf
#9ddee0
#9edfe1
#9fe0e2
#a0e1e3
#a1e2e4
#a2e3e5
#a3e4e6
#a4e5e7
#a5e6e8
#a6e7e9
#a7e8ea
#a8e9eb
#a9eaec
#9adbdd
#99dadc
#98d9db
#97d8da
#96d7d9
#95d6d8
#94d5d7
#93d4d6
#92d3d5
#91d2d4
#90d1d3
#8fd0d2
#8ecfd1
#8dced0

Monochromatic Color with #9bdcde

#9bdcde
#070909
#243434
#425e5e
#608889
#7db2b3

Tints of #9bdcde Color

#9bdcde
#a6dfe1
#b1e3e5
#bce7e9
#c7ebec
#d2eff0
#ddf3f4
#e8f7f7
#f3fbfb
#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

#9bdcde
#de9d9b

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

Split Complementary

#9bdcde
#de9bbb
#debf9b

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

Analogous Color

#9bdec5
#9bded3
#9bdcde
#9bcfde
#9bc1de

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

#9bdcde
#de9bdc
#dcde9b

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

#9bdcde
#be9bde
#de9d9b
#bade9b

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

#9bdcde
#de9d9b
#debf9b
#9bbbde

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 #9bdcde 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.

#9bdcde Color Code Preview on Black Background Color

This is how #9bdcde Color will look on black background color. Color contrast ratio is 13.69

#9bdcde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bdcde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9bdcde

#9bdcde color code is use for CSS Background Color

Background color for the above div is #9bdcde

HTML with inline CSS

<div style="background-color:#9bdcde;"></div>

#9bdcde color code is use for CSS Border Color

CSS Border color for the above div is #9bdcde

HTML with inline CSS

<div style="border:5px solid #9bdcde;"></div>

CSS Border Left color for the above div is #9bdcde

HTML with inline CSS

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

CSS Border Right color for the above div is #9bdcde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9bdcde

HTML with inline CSS

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

CSS Border Top color for the above div is #9bdcde

HTML with inline CSS

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

#9bdcde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9bdcde Color code Preview on White Background

This is how #9bdcde Color code will look on white background color. Color contrast ratio is 1.53

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

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(155,220,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(222,157,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(155,220,222,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.