Skip to main content Skip to docs navigation

#60bbce hex color | Download Dark 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 Skink Blue and its hex is #5CBFCE Nearest Color Name

Color Hue/Base color: Blue

Hex #60bbce Color code in RGB color code model is created after adding 37.65% red color, 73.33% green color and 80.78% blue color. Hex #60bbce Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 9% magenta, 0% yellow and 19.22% black.

Hex #60bbce color code is between #66aacc web safe hex color code and #55ccdd web safe hex color code. #66aacc is the nearest web safe color code. You can see here many more shades of #60bbce color code.

RGB Chart

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

Color Table

Hex Color Code 60bbce #60bbce
RGB Decimal 96, 187, 206 96, 187, 206
RGB Percent 38%, 73%, 81% rgb(38%, 73%, 81%)
CSS RGBa 96, 187, 206,1 rgba(96,187,206,1)
CMYK Model cmyk(53%,9%,0%,19.22%)
HSL Color Space 190,53% ,59% hsl(190,53% ,59%)
HSV Color Space 190°, 53%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01100000 10111011 11001110
Octal 140 273 316
Decimal 96 187 206
Hex 60 bb ce

Different shades of #60bbce color code.

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

Darkest of #60bbce
#236472
Darker of #60bbce
#2f8799
Dark of #60bbce
#3ba9c0
Base of #60bbce
#60bbce
Light of #60bbce
#87ccda
Lighter
#aedce6
Lightest
#d5edf2

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

#60bbce
#ce7360

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

Split Complementary

#60bbce
#ce6084
#ceaa60

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

Analogous Color

#60cea1
#60ceb3
#60bbce
#6096ce
#6069ce

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

#60bbce
#bbce60
#ce60bb

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

#60bbce
#ce60bb
#ce7360
#60ce73

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

#60bbce
#aa60ce
#ce7360
#84ce60

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 #60bbce

#17424b
#236472
#2f8799
#3ba9c0
#60bbce
#87ccda
#aedce6
#d5edf2
#fcfefe

Tints of #60bbce Color

#60bbce
#71c2d3
#83cad8
#95d1de
#a6d9e3
#b8e0e9
#cae8ee
#dbeff4
#edf7f9
#ffffff

Shades of #60bbce color code

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

#60bbce
#55a6b7
#4a91a0
#407c89
#356772
#2a535b
#203e44
#15292d
#0a1416
#000000

Tones

#60bbce
#75adb9
#8aa0a4
#979797
#979797

Tones

Similar Color like #60bbce color

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

#61bccf
#62bdd0
#63bed1
#64bfd2
#65c0d3
#66c1d4
#67c2d5
#68c3d6
#69c4d7
#6ac5d8
#6bc6d9
#6cc7da
#6dc8db
#6ec9dc
#5fbacd
#5eb9cc
#5db8cb
#5cb7ca
#5bb6c9
#5ab5c8
#59b4c7
#58b3c6
#57b2c5
#56b1c4
#55b0c3
#54afc2
#53aec1
#52adc0

Download this Dark Blue

Hex #60bbce 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.

#60bbce Color Code Preview on Black Background Color

This is how #60bbce Color will look on black background color. Color contrast ratio is 9.50

#60bbce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60bbce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #60bbce

#60bbce color code is use for CSS Background Color

Background color for the above div is #60bbce

HTML with inline CSS

<div style="background-color:#60bbce;"></div>

#60bbce color code is use for CSS Border Color

CSS Border color for the above div is #60bbce

HTML with inline CSS

<div style="border:5px solid #60bbce;"></div>

CSS Border Left color for the above div is #60bbce

HTML with inline CSS

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

CSS Border Right color for the above div is #60bbce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #60bbce

HTML with inline CSS

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

CSS Border Top color for the above div is #60bbce

HTML with inline CSS

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

#60bbce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#60bbce Color code Preview on White Background

This is how #60bbce Color code will look on white background color. Color contrast ratio is 2.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 #60bbce; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #60bbce; }

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(96,187,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,115,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(96,187,206,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }