crispedge.com

Color picker

Loading...

#68acf5 hex color - Blue - Cool color - Information

#68acf5 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #68acf5 Color code in RGB color code model is created after adding 40.78% red color, 67.45% green color and 96.08% blue color. Hex #68acf5 Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 30% magenta, 0% yellow and 4% black.

Hex #68acf5 color code is between #66aaee web safe hex color code and #77bbff web safe hex color code. #66aaee is the nearest web safe color code. You can see here many more shades of #68acf5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code68acf5#68acf5
RGB Decimal104, 172, 245rgb(104, 172, 245)
RGB Percent41%, 67%, 96%rgb(41%, 67%, 96%)
CSS RGBa104, 172, 245,1rgba(104,172,245,1)
CMYK Modelcmyk(58%,30%,0%,4%)
HSL Color Space211,88% ,68%hsl(211,88% ,68%)
HSV Color Space211°, 58%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010001010110011110101
Octal150254365
Decimal104172245
Hex68acf5

Different shades of #68acf5 color code.

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

Light Shade of #68acf5
#98c6f8
Dark Shade of #68acf5
#3892f2
Saturated Shade of #68acf5
#60acfd
Desaturated Shade of #68acf5
#70aced
Grey scale Shade of #68acf5
#aeaeae
Brighten Shade
#81c5ff
Most Readable Shade
#000000

Shades of #68acf5 color code

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

#68acf5
#5c98d9
#5085be
#4572a3
#395f88
#2e4c6c
#223951
#172636
#0b131b
#000000

Similar Color like #68acf5 color

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

#69adf6
#6aaef7
#6baff8
#6cb0f9
#6db1fa
#6eb2fb
#6fb3fc
#70b4fd
#71b5fe
#72b6ff
#73b7ff
#74b8ff
#75b9ff
#76baff
#67abf4
#66aaf3
#65a9f2
#64a8f1
#63a7f0
#62a6ef
#61a5ee
#60a4ed
#5fa3ec
#5ea2eb
#5da1ea
#5ca0e9
#5b9fe8
#5a9ee7

Monochromatic Color with #68acf5

#68acf5
#0e1720
#20354b
#325275
#4470a0
#568eca

Tints of #68acf5 Color

#68acf5
#78b5f6
#89bef7
#9ac7f8
#abd0f9
#bbdafa
#cce3fb
#ddecfc
#eef5fd
#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

#68acf5
#f5b168

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

Split Complementary

#68acf5
#f56a68
#f3f568

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

Analogous Color

#68e4f5
#68c8f5
#68acf5
#6890f5
#6874f5

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

#68acf5
#f568ac
#acf568

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

#68acf5
#f568f2
#f5b168
#68f56a

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

#68acf5
#f5b168
#f3f568
#6a68f5

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 #68acf5 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.

#68acf5 Color Code Preview on Black Background Color

This is how #68acf5 Color will look on black background color. Color contrast ratio is 8.81

#68acf5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68acf5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #68acf5

#68acf5 color code is use for CSS Background Color

Background color for the above div is #68acf5

HTML with inline CSS

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

#68acf5 color code is use for CSS Border Color

CSS Border color for the above div is #68acf5

HTML with inline CSS

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

CSS Border Left color for the above div is #68acf5

HTML with inline CSS

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

CSS Border Right color for the above div is #68acf5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #68acf5

HTML with inline CSS

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

CSS Border Top color for the above div is #68acf5

HTML with inline CSS

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

#68acf5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68acf5 Color code Preview on White Background

This is how #68acf5 Color code will look on white background color. Color contrast ratio is 2.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 #68acf5; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #68acf5; }

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(104,172,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(245,177,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,172,245,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.