Skip to main content Skip to docs navigation

#89cdfe 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 Platonic Blue and its hex is #88CCFF Nearest Color Name

Color Hue/Base color: Blue

Hex #89cdfe Color code in RGB color code model is created after adding 53.73% red color, 80.39% green color and 99.61% blue color. Hex #89cdfe Color code in CMYK color (process color) code model is generated after subtraction of 46% cyan, 19% magenta, 0% yellow and 0.39% black.

Hex #89cdfe color code is between #88ccff web safe hex color code and #99ddee web safe hex color code. #88ccff is the nearest web safe color code. You can see here many more shades of #89cdfe color code.

RGB Chart

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

Color Table

Hex Color Code 89cdfe #89cdfe
RGB Decimal 137, 205, 254 137, 205, 254
RGB Percent 54%, 80%, 100% rgb(54%, 80%, 100%)
CSS RGBa 137, 205, 254,1 rgba(137,205,254,1)
CMYK Model cmyk(46%,19%,0%,0.39%)
HSL Color Space 205,98% ,77% hsl(205,98% ,77%)
HSV Color Space 205°, 46%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10001001 11001101 11111110
Octal 211 315 376
Decimal 137 205 254
Hex 89 cd fe

Different shades of #89cdfe color code.

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

Darkest of #89cdfe
#028aec
Darker of #89cdfe
#24a2fd
Dark of #89cdfe
#56b8fe
Base of #89cdfe
#89cdfe
Light of #89cdfe
#bce2fe
Lighter
#eef8ff
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

#89cdfe
#feba89

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

Split Complementary

#89cdfe
#fe8993
#fef589

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

Analogous Color

#89feeb
#89fefe
#89cdfe
#89a6fe
#9d89fe

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

#89cdfe
#cdfe89
#fe89cd

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

#89cdfe
#fe89cd
#feba89
#89feba

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

#89cdfe
#f589fe
#feba89
#93fe89

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 #89cdfe

#026cb9
#028aec
#24a2fd
#56b8fe
#89cdfe
#bce2fe
#eef8ff
#ffffff
#ffffff

Tints of #89cdfe Color

#89cdfe
#96d2fe
#a3d8fe
#b0ddfe
#bde3fe
#cae8fe
#d7eefe
#e4f3fe
#f1f9fe
#ffffff

Shades of #89cdfe color code

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

#89cdfe
#79b6e1
#6a9fc5
#5b88a9
#4c718d
#3c5b70
#2d4454
#1e2d38
#0f161c
#000000

Tones

#89cdfe
#95cbf2
#a1c9e6
#adc7da
#b9c5ce

Tones

Similar Color like #89cdfe color

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

#8aceff
#8bcfff
#8cd0ff
#8dd1ff
#8ed2ff
#8fd3ff
#90d4ff
#91d5ff
#92d6ff
#93d7ff
#94d8ff
#95d9ff
#96daff
#97dbff
#88ccfd
#87cbfc
#86cafb
#85c9fa
#84c8f9
#83c7f8
#82c6f7
#81c5f6
#80c4f5
#7fc3f4
#7ec2f3
#7dc1f2
#7cc0f1
#7bbff0

Download this Light Blue

Hex #89cdfe 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.

#89cdfe Color Code Preview on Black Background Color

This is how #89cdfe Color will look on black background color. Color contrast ratio is 12.23

#89cdfe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #89cdfe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #89cdfe

#89cdfe color code is use for CSS Background Color

Background color for the above div is #89cdfe

HTML with inline CSS

<div style="background-color:#89cdfe;"></div>

#89cdfe color code is use for CSS Border Color

CSS Border color for the above div is #89cdfe

HTML with inline CSS

<div style="border:5px solid #89cdfe;"></div>

CSS Border Left color for the above div is #89cdfe

HTML with inline CSS

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

CSS Border Right color for the above div is #89cdfe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #89cdfe

HTML with inline CSS

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

CSS Border Top color for the above div is #89cdfe

HTML with inline CSS

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

#89cdfe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#89cdfe Color code Preview on White Background

This is how #89cdfe Color code will look on white background color. Color contrast ratio is 1.72

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

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(137,205,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(254,186,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(137,205,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }