@
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.

#06deed hex color - Blue - Cool color - Information

#06deed hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #06deed Color code in RGB color code model is created after adding 2.35% red color, 87.06% green color and 92.94% blue color. Hex #06deed Color code in CMYK color (process color) code model is generated after subtraction of 97% cyan, 6% magenta, 0% yellow and 7.06% black.

Hex #06deed color code is between #00ddee web safe hex color code and #00eedd web safe hex color code. #00ddee is the nearest web safe color code. You can see here many more shades of #06deed color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code06deed#06deed
RGB Decimal6, 222, 237rgb(6, 222, 237)
RGB Percent2%, 87%, 93%rgb(2%, 87%, 93%)
CSS RGBa6, 222, 237,1rgba(6,222,237,1)
CMYK Modelcmyk(97%,6%,0%,7.06%)
HSL Color Space184,95% ,48%hsl(184,95% ,48%)
HSV Color Space184°, 97%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000001101101111011101101
Octal6336355
Decimal6222237
Hex06deed

Different shades of #06deed color code.

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

Light Shade of #06deed
#2cecfa
Dark Shade of #06deed
#05afbb
Saturated Shade of #06deed
#00e3f3
Desaturated Shade of #06deed
#12d3e1
Grey scale Shade of #06deed
#797979
Brighten Shade
#1ff7ff
Most Readable Shade
#000000

Shades of #06deed color code

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

#06deed
#05c5d2
#04acb8
#04949e
#037b83
#026269
#024a4f
#013134
#00181a
#000000

Similar Color like #06deed color

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

#07dfee
#08e0ef
#09e1f0
#0ae2f1
#0be3f2
#0ce4f3
#0de5f4
#0ee6f5
#0fe7f6
#10e8f7
#11e9f8
#12eaf9
#13ebfa
#14ecfb
#05ddec
#04dceb
#03dbea
#02dae9
#01d9e8
#00d8e7
#00d7e6
#00d6e5
#00d5e4
#00d4e3
#00d3e2
#00d2e1
#00d1e0
#00d0df

Monochromatic Color with #06deed

#06deed
#011718
#023f43
#03676d
#048e98
#05b6c2

Tints of #06deed Color

#06deed
#21e1ef
#3de5f1
#59e9f3
#74ecf5
#90f0f7
#acf4f9
#c7f7fb
#e3fbfd
#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

#06deed
#ed1506

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

Split Complementary

#06deed
#ed066a
#ed8906

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

Analogous Color

#06eda0
#06edce
#06deed
#06b0ed
#0682ed

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

#06deed
#ed06de
#deed06

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

#06deed
#8806ed
#ed1506
#6aed06

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

#06deed
#ed1506
#ed8906
#066aed

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 #06deed 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.

#06deed Color Code Preview on Black Background Color

This is how #06deed Color will look on black background color. Color contrast ratio is 12.68

#06deed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06deed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #06deed

#06deed color code is use for CSS Background Color

Background color for the above div is #06deed

HTML with inline CSS

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

#06deed color code is use for CSS Border Color

CSS Border color for the above div is #06deed

HTML with inline CSS

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

CSS Border Left color for the above div is #06deed

HTML with inline CSS

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

CSS Border Right color for the above div is #06deed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #06deed

HTML with inline CSS

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

CSS Border Top color for the above div is #06deed

HTML with inline CSS

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

#06deed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#06deed Color code Preview on White Background

This is how #06deed Color code will look on white background color. Color contrast ratio is 1.66

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

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(6,222,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(237,21,6,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(6,222,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.