@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

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

#68cef9 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #68cef9 Color code in RGB color code model is created after adding 40.78% red color, 80.78% green color and 97.65% blue color. Hex #68cef9 Color code in CMYK color (process color) code model is generated after subtraction of 58% cyan, 17% magenta, 0% yellow and 2.35% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code68cef9#68cef9
RGB Decimal104, 206, 249rgb(104, 206, 249)
RGB Percent41%, 81%, 98%rgb(41%, 81%, 98%)
CSS RGBa104, 206, 249,1rgba(104,206,249,1)
CMYK Modelcmyk(58%,17%,0%,2.35%)
HSL Color Space198,92% ,69%hsl(198,92% ,69%)
HSV Color Space198°, 58%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011010001100111011111001
Octal150316371
Decimal104206249
Hex68cef9

Different shades of #68cef9 color code.

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

Light Shade of #68cef9
#99defb
Dark Shade of #68cef9
#37bef7
Saturated Shade of #68cef9
#62d0ff
Desaturated Shade of #68cef9
#70cbf1
Grey scale Shade of #68cef9
#b0b0b0
Brighten Shade
#81e7ff
Most Readable Shade
#000000

Shades of #68cef9 color code

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

#68cef9
#5cb7dd
#50a0c1
#4589a6
#39728a
#2e5b6e
#224453
#172d37
#0b161b
#000000

Similar Color like #68cef9 color

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

#69cffa
#6ad0fb
#6bd1fc
#6cd2fd
#6dd3fe
#6ed4ff
#6fd5ff
#70d6ff
#71d7ff
#72d8ff
#73d9ff
#74daff
#75dbff
#76dcff
#67cdf8
#66ccf7
#65cbf6
#64caf5
#63c9f4
#62c8f3
#61c7f2
#60c6f1
#5fc5f0
#5ec4ef
#5dc3ee
#5cc2ed
#5bc1ec
#5ac0eb

Monochromatic Color with #68cef9

#68cef9
#0f1e24
#21414f
#336579
#4488a4
#56abce

Tints of #68cef9 Color

#68cef9
#78d3f9
#89d8fa
#9adefb
#abe3fb
#bbe9fc
#cceefd
#ddf4fd
#eef9fe
#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

#68cef9
#f99368

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

Split Complementary

#68cef9
#f96885
#f9dc68

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

Analogous Color

#68f9ea
#68ebf9
#68cef9
#68b1f9
#6894f9

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

#68cef9
#f968ce
#cef968

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

#68cef9
#db68f9
#f99368
#85f968

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

#68cef9
#f99368
#f9dc68
#6885f9

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

#68cef9 Color Code Preview on Black Background Color

This is how #68cef9 Color will look on black background color. Color contrast ratio is 11.79

#68cef9 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#68cef9 color code is use for CSS Background Color

Background color for the above div is #68cef9

HTML with inline CSS

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

#68cef9 color code is use for CSS Border Color

CSS Border color for the above div is #68cef9

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#68cef9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#68cef9 Color code Preview on White Background

This is how #68cef9 Color code will look on white background color. Color contrast ratio is 1.78

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

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,206,249,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(249,147,104,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(104,206,249,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.