crispedge.com

Color picker

Loading...

#c1dfff hex color - Blue - Cool color - Information

#c1dfff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #c1dfff Color code in RGB color code model is created after adding 75.69% red color, 87.45% green color and 100% blue color. Hex #c1dfff Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 13% magenta, 0% yellow and 0% black.

Hex #c1dfff color code is between #bbddee web safe hex color code and #cceedd web safe hex color code. #bbddee is the nearest web safe color code. You can see here many more shades of #c1dfff color code.

0 Likes 0 Comments | 5 Views

RGB Chart

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

Color Table

Hex Color Codec1dfff#c1dfff
RGB Decimal193, 223, 255rgb(193, 223, 255)
RGB Percent76%, 87%, 100%rgb(76%, 87%, 100%)
CSS RGBa193, 223, 255,1rgba(193,223,255,1)
CMYK Modelcmyk(24%,13%,0%,0%)
HSL Color Space211,100% ,88%hsl(211,100% ,88%)
HSV Color Space211°, 24%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary110000011101111111111111
Octal301337377
Decimal193223255
Hexc1dfff

Different shades of #c1dfff color code.

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

Light Shade of #c1dfff
#f4f9ff
Dark Shade of #c1dfff
#8ec5ff
Saturated Shade of #c1dfff
#c1dfff
Desaturated Shade of #c1dfff
#c4dffc
Grey scale Shade of #c1dfff
#e0e0e0
Brighten Shade
#daf8ff
Most Readable Shade
#000000

Shades of #c1dfff color code

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

#c1dfff
#abc6e2
#96adc6
#8094aa
#6b7b8d
#556371
#404a55
#2a3138
#15181c
#000000

Similar Color like #c1dfff color

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

#c2e0ff
#c3e1ff
#c4e2ff
#c5e3ff
#c6e4ff
#c7e5ff
#c8e6ff
#c9e7ff
#cae8ff
#cbe9ff
#cceaff
#cdebff
#ceecff
#cfedff
#c0defe
#bfddfd
#bedcfc
#bddbfb
#bcdafa
#bbd9f9
#bad8f8
#b9d7f7
#b8d6f6
#b7d5f5
#b6d4f4
#b5d3f3
#b4d2f2
#b3d1f1

Monochromatic Color with #c1dfff

#c1dfff
#20252a
#404a55
#617080
#8195aa
#a1bad4

Tints of #c1dfff Color

#c1dfff
#c7e2ff
#cee6ff
#d5e9ff
#dcedff
#e3f0ff
#eaf4ff
#f1f7ff
#f8fbff
#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

#c1dfff
#ffe1c1

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

Split Complementary

#c1dfff
#ffc2c1
#feffc1

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

Analogous Color

#c1f8ff
#c1ebff
#c1dfff
#c1d3ff
#c1c6ff

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

#c1dfff
#ffc1df
#dfffc1

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

#c1dfff
#ffc1fe
#ffe1c1
#c1ffc2

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

#c1dfff
#ffe1c1
#feffc1
#c2c1ff

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

#c1dfff Color Code Preview on Black Background Color

This is how #c1dfff Color will look on black background color. Color contrast ratio is 15.27

#c1dfff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1dfff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c1dfff

#c1dfff color code is use for CSS Background Color

Background color for the above div is #c1dfff

HTML with inline CSS

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

#c1dfff color code is use for CSS Border Color

CSS Border color for the above div is #c1dfff

HTML with inline CSS

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

CSS Border Left color for the above div is #c1dfff

HTML with inline CSS

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

CSS Border Right color for the above div is #c1dfff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c1dfff

HTML with inline CSS

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

CSS Border Top color for the above div is #c1dfff

HTML with inline CSS

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

#c1dfff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c1dfff Color code Preview on White Background

This is how #c1dfff Color code will look on white background color. Color contrast ratio is 1.38

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

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(193,223,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,225,193,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,223,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.