crispedge.com

Color picker

Loading...

#70d2eb hex color - Blue - Cool color - Information

#70d2eb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #70d2eb Color code in RGB color code model is created after adding 43.92% red color, 82.35% green color and 92.16% blue color. Hex #70d2eb Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 11% magenta, 0% yellow and 8% black.

Hex #70d2eb color code is between #77ccee web safe hex color code and #66dddd web safe hex color code. #77ccee is the nearest web safe color code. You can see here many more shades of #70d2eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code70d2eb#70d2eb
RGB Decimal112, 210, 235rgb(112, 210, 235)
RGB Percent44%, 82%, 92%rgb(44%, 82%, 92%)
CSS RGBa112, 210, 235,1rgba(112,210,235,1)
CMYK Modelcmyk(52%,11%,0%,8%)
HSL Color Space192,75% ,68%hsl(192,75% ,68%)
HSV Color Space192°, 52%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100001101001011101011
Octal160322353
Decimal112210235
Hex70d2eb

Different shades of #70d2eb color code.

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

Light Shade of #70d2eb
#9de0f1
Dark Shade of #70d2eb
#43c4e5
Saturated Shade of #70d2eb
#68d7f3
Desaturated Shade of #70d2eb
#78cde3
Grey scale Shade of #70d2eb
#adadad
Brighten Shade
#89ebff
Most Readable Shade
#000000

Shades of #70d2eb color code

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

#70d2eb
#63bad0
#57a3b6
#4a8c9c
#3e7482
#315d68
#25464e
#182e34
#0c171a
#000000

Similar Color like #70d2eb color

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

#71d3ec
#72d4ed
#73d5ee
#74d6ef
#75d7f0
#76d8f1
#77d9f2
#78daf3
#79dbf4
#7adcf5
#7bddf6
#7cdef7
#7ddff8
#7ee0f9
#6fd1ea
#6ed0e9
#6dcfe8
#6ccee7
#6bcde6
#6acce5
#69cbe4
#68cae3
#67c9e2
#66c8e1
#65c7e0
#64c6df
#63c5de
#62c4dd

Monochromatic Color with #70d2eb

#70d2eb
#0b1416
#1f3a41
#33606b
#478696
#5cacc0

Tints of #70d2eb Color

#70d2eb
#7fd7ed
#8fdcef
#9fe1f1
#afe6f3
#bfebf6
#cff0f8
#dff5fa
#effafc
#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

#70d2eb
#eb8970

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

Split Complementary

#70d2eb
#eb7095
#ebc770

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

Analogous Color

#70ebd3
#70ebeb
#70d2eb
#70b9eb
#70a1eb

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

#70d2eb
#eb70d2
#d2eb70

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

#70d2eb
#c670eb
#eb8970
#94eb70

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

#70d2eb
#eb8970
#ebc770
#7095eb

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 #70d2eb 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.

#70d2eb Color Code Preview on Black Background Color

This is how #70d2eb Color will look on black background color. Color contrast ratio is 12.11

#70d2eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70d2eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #70d2eb

#70d2eb color code is use for CSS Background Color

Background color for the above div is #70d2eb

HTML with inline CSS

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

#70d2eb color code is use for CSS Border Color

CSS Border color for the above div is #70d2eb

HTML with inline CSS

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

CSS Border Left color for the above div is #70d2eb

HTML with inline CSS

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

CSS Border Right color for the above div is #70d2eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #70d2eb

HTML with inline CSS

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

CSS Border Top color for the above div is #70d2eb

HTML with inline CSS

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

#70d2eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#70d2eb Color code Preview on White Background

This is how #70d2eb Color code will look on white background color. Color contrast ratio is 1.73

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

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(112,210,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(235,137,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(112,210,235,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.