Skip to main content Skip to docs navigation

#78ffeb hex color | Download Light Blue BG image | Information

Color Picker

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

Color Info

Woow we have a nearby visually matching color name available. It's name is Defense Matrix and its hex is #88FFEE Nearest Color Name

Color Hue/Base color: Blue

Hex #78ffeb Color code in RGB color code model is created after adding 47.06% red color, 100% green color and 92.16% blue color. Hex #78ffeb Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 0% magenta, 8% yellow and 0% black.

Hex #78ffeb color code is between #77eeee web safe hex color code and #88dddd web safe hex color code. #77eeee is the nearest web safe color code. You can see here many more shades of #78ffeb color code.

RGB Chart

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

Color Table

Hex Color Code 78ffeb #78ffeb
RGB Decimal 120, 255, 235 120, 255, 235
RGB Percent 47%, 100%, 92% rgb(47%, 100%, 92%)
CSS RGBa 120, 255, 235,1 rgba(120,255,235,1)
CMYK Model cmyk(53%,0%,8%,0%)
HSL Color Space 171,100% ,74% hsl(171,100% ,74%)
HSV Color Space 171°, 53%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01111000 11111111 11101011
Octal 170 377 353
Decimal 120 255 235
Hex 78 ff eb

Different shades of #78ffeb color code.

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

Darkest of #78ffeb
#00debd
Darker of #78ffeb
#12ffdc
Dark of #78ffeb
#45ffe3
Base of #78ffeb
#78ffeb
Light of #78ffeb
#abfff3
Lighter
#defffa
Lightest
#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

#78ffeb
#ff788c

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

Split Complementary

#78ffeb
#ff78d0
#ffa778

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

Analogous Color

#78ff9c
#78ffb3
#78ffeb
#78e6ff
#78aeff

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

#78ffeb
#ffeb78
#eb78ff

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

#78ffeb
#eb78ff
#ff788c
#8cff78

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#78ffeb
#a778ff
#ff788c
#d0ff78

Square 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).

Monochromatic Color with #78ffeb

#00ab92
#00debd
#12ffdc
#45ffe3
#78ffeb
#abfff3
#defffa
#ffffff
#ffffff

Tints of #78ffeb Color

#78ffeb
#87ffed
#96ffef
#a5fff1
#b4fff3
#c3fff6
#d2fff8
#e1fffa
#f0fffc
#ffffff

Shades of #78ffeb color code

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

#78ffeb
#6ae2d0
#5dc6b6
#50aa9c
#428d82
#357168
#28554e
#1a3834
#0d1c1a
#000000

Tones

#78ffeb
#86f2e1
#93e4d8
#a1d7cf
#aec9c5

Tones

Similar Color like #78ffeb color

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

#79ffec
#7affed
#7bffee
#7cffef
#7dfff0
#7efff1
#7ffff2
#80fff3
#81fff4
#82fff5
#83fff6
#84fff7
#85fff8
#86fff9
#77feea
#76fde9
#75fce8
#74fbe7
#73fae6
#72f9e5
#71f8e4
#70f7e3
#6ff6e2
#6ef5e1
#6df4e0
#6cf3df
#6bf2de
#6af1dd

Download this Light Blue

Hex #78ffeb 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.

#78ffeb Color Code Preview on Black Background Color

This is how #78ffeb Color will look on black background color. Color contrast ratio is 17.30

#78ffeb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78ffeb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #78ffeb

#78ffeb color code is use for CSS Background Color

Background color for the above div is #78ffeb

HTML with inline CSS

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

#78ffeb color code is use for CSS Border Color

CSS Border color for the above div is #78ffeb

HTML with inline CSS

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

CSS Border Left color for the above div is #78ffeb

HTML with inline CSS

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

CSS Border Right color for the above div is #78ffeb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #78ffeb

HTML with inline CSS

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

CSS Border Top color for the above div is #78ffeb

HTML with inline CSS

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

#78ffeb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78ffeb Color code Preview on White Background

This is how #78ffeb Color code will look on white background color. Color contrast ratio is 1.21

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(120,255,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,120,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(120,255,235,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }