crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#78bce0 hex color - Blue - Cool color - Information

#78bce0 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #78bce0 Color code in RGB color code model is created after adding 47.06% red color, 73.73% green color and 87.84% blue color. Hex #78bce0 Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 16% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code78bce0#78bce0
RGB Decimal120, 188, 224rgb(120, 188, 224)
RGB Percent47%, 74%, 88%rgb(47%, 74%, 88%)
CSS RGBa120, 188, 224,1rgba(120,188,224,1)
CMYK Modelcmyk(46%,16%,0%,12%)
HSL Color Space201,63% ,67%hsl(201,63% ,67%)
HSV Color Space201°, 46%, 88%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110001011110011100000
Octal170274340
Decimal120188224
Hex78bce0

Different shades of #78bce0 color code.

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

Light Shade of #78bce0
#a1d1ea
Dark Shade of #78bce0
#4fa7d6
Saturated Shade of #78bce0
#70bfe8
Desaturated Shade of #78bce0
#80b9d8
Grey scale Shade of #78bce0
#acacac
Brighten Shade
#91d5f9
Most Readable Shade
#000000

Shades of #78bce0 color code

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

#78bce0
#6aa7c7
#5d92ae
#507d95
#42687c
#355363
#283e4a
#1a2931
#0d1418
#000000

Similar Color like #78bce0 color

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

#79bde1
#7abee2
#7bbfe3
#7cc0e4
#7dc1e5
#7ec2e6
#7fc3e7
#80c4e8
#81c5e9
#82c6ea
#83c7eb
#84c8ec
#85c9ed
#86caee
#77bbdf
#76bade
#75b9dd
#74b8dc
#73b7db
#72b6da
#71b5d9
#70b4d8
#6fb3d7
#6eb2d6
#6db1d5
#6cb0d4
#6bafd3
#6aaed2

Monochromatic Color with #78bce0

#78bce0
#060a0b
#1d2d36
#345160
#4a758b
#6198b5

Tints of #78bce0 Color

#78bce0
#87c3e3
#96cae6
#a5d2ea
#b4d9ed
#c3e1f1
#d2e8f4
#e1f0f8
#f0f7fb
#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

#78bce0
#e09c78

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

Split Complementary

#78bce0
#e07888
#e0d078

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

Analogous Color

#78e0da
#78d1e0
#78bce0
#78a7e0
#7892e0

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

#78bce0
#e078bc
#bce078

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

#78bce0
#d078e0
#e09c78
#88e078

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

#78bce0
#e09c78
#e0d078
#7888e0

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 #78bce0 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.

#78bce0 Color Code Preview on Black Background Color

This is how #78bce0 Color will look on black background color. Color contrast ratio is 10.07

#78bce0 in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#78bce0 color code is use for CSS Background Color

Background color for the above div is #78bce0

HTML with inline CSS

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

#78bce0 color code is use for CSS Border Color

CSS Border color for the above div is #78bce0

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#78bce0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#78bce0 Color code Preview on White Background

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

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.