crispedge.com

Color picker

Loading...

#c9edef hex color - Blue - Cool color - Information

#c9edef hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #c9edef Color code in RGB color code model is created after adding 78.82% red color, 92.94% green color and 93.73% blue color. Hex #c9edef Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 1% magenta, 0% yellow and 6% black.

Hex #c9edef color code is between #cceeee web safe hex color code and #bbddff web safe hex color code. #cceeee is the nearest web safe color code. You can see here many more shades of #c9edef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec9edef#c9edef
RGB Decimal201, 237, 239rgb(201, 237, 239)
RGB Percent79%, 93%, 94%rgb(79%, 93%, 94%)
CSS RGBa201, 237, 239,1rgba(201,237,239,1)
CMYK Modelcmyk(16%,1%,0%,6%)
HSL Color Space183,54% ,86%hsl(183,54% ,86%)
HSV Color Space183°, 16%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110010011110110111101111
Octal311355357
Decimal201237239
Hexc9edef

Different shades of #c9edef color code.

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

Light Shade of #c9edef
#f0fafb
Dark Shade of #c9edef
#a2e0e3
Saturated Shade of #c9edef
#c5f0f2
Desaturated Shade of #c9edef
#cceaeb
Grey scale Shade of #c9edef
#dcdcdc
Brighten Shade
#e2ffff
Most Readable Shade
#000000

Shades of #c9edef color code

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

#c9edef
#b2d2d4
#9cb8b9
#869e9f
#6f8384
#59696a
#434f4f
#2c3435
#161a1a
#000000

Similar Color like #c9edef color

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

#caeef0
#cbeff1
#ccf0f2
#cdf1f3
#cef2f4
#cff3f5
#d0f4f6
#d1f5f7
#d2f6f8
#d3f7f9
#d4f8fa
#d5f9fb
#d6fafc
#d7fbfd
#c8ecee
#c7ebed
#c6eaec
#c5e9eb
#c4e8ea
#c3e7e9
#c2e6e8
#c1e5e7
#c0e4e6
#bfe3e5
#bee2e4
#bde1e3
#bce0e2
#bbdfe1

Monochromatic Color with #c9edef

#c9edef
#161a1a
#3a4445
#5e6f6f
#82999a
#a5c3c4

Tints of #c9edef Color

#c9edef
#cfeff0
#d5f1f2
#dbf3f4
#e1f5f6
#e7f7f7
#edf9f9
#f3fbfb
#f9fdfd
#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

#c9edef
#efcbc9

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

Split Complementary

#c9edef
#efc9da
#efdec9

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

Analogous Color

#c9efe2
#c9efe9
#c9edef
#c9e5ef
#c9deef

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

#c9edef
#efc9ed
#edefc9

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

#c9edef
#dec9ef
#efcbc9
#daefc9

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

#c9edef
#efcbc9
#efdec9
#c9daef

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 #c9edef 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.

#c9edef Color Code Preview on Black Background Color

This is how #c9edef Color will look on black background color. Color contrast ratio is 16.84

#c9edef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9edef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c9edef

#c9edef color code is use for CSS Background Color

Background color for the above div is #c9edef

HTML with inline CSS

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

#c9edef color code is use for CSS Border Color

CSS Border color for the above div is #c9edef

HTML with inline CSS

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

CSS Border Left color for the above div is #c9edef

HTML with inline CSS

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

CSS Border Right color for the above div is #c9edef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c9edef

HTML with inline CSS

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

CSS Border Top color for the above div is #c9edef

HTML with inline CSS

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

#c9edef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c9edef Color code Preview on White Background

This is how #c9edef Color code will look on white background color. Color contrast ratio is 1.25

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

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(201,237,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,203,201,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(201,237,239,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.