crispedge.com

Color picker

Loading...

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

#9bdcdf hex color - Blue - Cool color

Color Hue/Base color: Blue

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

Hex #9bdcdf 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 #9bdcdf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code9bdcdf#9bdcdf
RGB Decimal155, 220, 223rgb(155, 220, 223)
RGB Percent61%, 86%, 87%rgb(61%, 86%, 87%)
CSS RGBa155, 220, 223,1rgba(155,220,223,1)
CMYK Modelcmyk(30%,1%,0%,13%)
HSL Color Space183,52% ,74%hsl(183,52% ,74%)
HSV Color Space183°, 30%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110111101110011011111
Octal233334337
Decimal155220223
Hex9bdcdf

Different shades of #9bdcdf color code.

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

Light Shade of #9bdcdf
#c2eaeb
Dark Shade of #9bdcdf
#74ced3
Saturated Shade of #9bdcdf
#94e2e6
Desaturated Shade of #9bdcdf
#a2d6d8
Grey scale Shade of #9bdcdf
#bdbdbd
Brighten Shade
#b4f5f8
Most Readable Shade
#000000

Shades of #9bdcdf color code

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

#9bdcdf
#89c3c6
#78abad
#679294
#567a7b
#446163
#33494a
#223031
#111818
#000000

Similar Color like #9bdcdf color

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

#9cdde0
#9ddee1
#9edfe2
#9fe0e3
#a0e1e4
#a1e2e5
#a2e3e6
#a3e4e7
#a4e5e8
#a5e6e9
#a6e7ea
#a7e8eb
#a8e9ec
#a9eaed
#9adbde
#99dadd
#98d9dc
#97d8db
#96d7da
#95d6d9
#94d5d8
#93d4d7
#92d3d6
#91d2d5
#90d1d4
#8fd0d3
#8ecfd2
#8dced1

Monochromatic Color with #9bdcdf

#9bdcdf
#070a0a
#253435
#425e5f
#60888a
#7db2b4

Tints of #9bdcdf Color

#9bdcdf
#a6dfe2
#b1e3e6
#bce7e9
#c7ebed
#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

#9bdcdf
#df9e9b

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

Split Complementary

#9bdcdf
#df9bba
#dfc09b

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

Analogous Color

#9bdfc7
#9bdfd4
#9bdcdf
#9bcedf
#9bc1df

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

#9bdcdf
#df9bdc
#dcdf9b

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

#9bdcdf
#c09bdf
#df9e9b
#badf9b

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

#9bdcdf
#df9e9b
#dfc09b
#9bbadf

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

#9bdcdf Color Code Preview on Black Background Color

This is how #9bdcdf Color will look on black background color. Color contrast ratio is 13.70

#9bdcdf in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#9bdcdf color code is use for CSS Background Color

Background color for the above div is #9bdcdf

HTML with inline CSS

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

#9bdcdf color code is use for CSS Border Color

CSS Border color for the above div is #9bdcdf

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#9bdcdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9bdcdf Color code Preview on White Background

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

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,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,158,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(155,220,223,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.