Skip to main content Skip to docs navigation

#9affdb 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 Freezy Wind and its hex is #99FFDD Nearest Color Name

Color Hue/Base color: Blue

Hex #9affdb Color code in RGB color code model is created after adding 60.39% red color, 100% green color and 85.88% blue color. Hex #9affdb Color code in CMYK color (process color) code model is generated after subtraction of 40% cyan, 0% magenta, 14% yellow and 0% black.

Hex #9affdb color code is between #99eedd web safe hex color code and #aaddcc web safe hex color code. #99eedd is the nearest web safe color code. You can see here many more shades of #9affdb color code.

RGB Chart

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

Color Table

Hex Color Code 9affdb #9affdb
RGB Decimal 154, 255, 219 154, 255, 219
RGB Percent 60%, 100%, 86% rgb(60%, 100%, 86%)
CSS RGBa 154, 255, 219,1 rgba(154,255,219,1)
CMYK Model cmyk(40%,0%,14%,0%)
HSL Color Space 159,100% ,80% hsl(159,100% ,80%)
HSV Color Space 159°, 40%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10011010 11111111 11011011
Octal 232 377 333
Decimal 154 255 219
Hex 9a ff db

Different shades of #9affdb color code.

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

Darkest of #9affdb
#01ffa4
Darker of #9affdb
#34ffb7
Dark of #9affdb
#67ffc9
Base of #9affdb
#9affdb
Light of #9affdb
#cdffed
Lighter
#ffffff
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

#9affdb
#ff9abe

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

Split Complementary

#9affdb
#ff9af1
#ffa99a

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

Analogous Color

#9affa0
#9affb1
#9affdb
#9afffd
#9ad7ff

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

#9affdb
#ffdb9a
#db9aff

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

#9affdb
#db9aff
#ff9abe
#beff9a

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

#9affdb
#a99aff
#ff9abe
#f1ff9a

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 #9affdb

#00cd84
#01ffa4
#34ffb7
#67ffc9
#9affdb
#cdffed
#ffffff
#ffffff
#ffffff

Tints of #9affdb Color

#9affdb
#a5ffdf
#b0ffe3
#bbffe7
#c6ffeb
#d2ffef
#ddfff3
#e8fff7
#f3fffb
#ffffff

Shades of #9affdb color code

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

#9affdb
#88e2c2
#77c6aa
#66aa92
#558d79
#447161
#335549
#223830
#111c18
#000000

Tones

#9affdb
#a4f5d8
#aeebd5
#b8e1d2
#c2d7cf

Tones

Similar Color like #9affdb color

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

#9bffdc
#9cffdd
#9dffde
#9effdf
#9fffe0
#a0ffe1
#a1ffe2
#a2ffe3
#a3ffe4
#a4ffe5
#a5ffe6
#a6ffe7
#a7ffe8
#a8ffe9
#99feda
#98fdd9
#97fcd8
#96fbd7
#95fad6
#94f9d5
#93f8d4
#92f7d3
#91f6d2
#90f5d1
#8ff4d0
#8ef3cf
#8df2ce
#8cf1cd

Download this Light Blue

Hex #9affdb 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.

#9affdb Color Code Preview on Black Background Color

This is how #9affdb Color will look on black background color. Color contrast ratio is 17.70

#9affdb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9affdb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9affdb

#9affdb color code is use for CSS Background Color

Background color for the above div is #9affdb

HTML with inline CSS

<div style="background-color:#9affdb;"></div>

#9affdb color code is use for CSS Border Color

CSS Border color for the above div is #9affdb

HTML with inline CSS

<div style="border:5px solid #9affdb;"></div>

CSS Border Left color for the above div is #9affdb

HTML with inline CSS

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

CSS Border Right color for the above div is #9affdb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9affdb

HTML with inline CSS

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

CSS Border Top color for the above div is #9affdb

HTML with inline CSS

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

#9affdb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9affdb Color code Preview on White Background

This is how #9affdb Color code will look on white background color. Color contrast ratio is 1.19

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

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(154,255,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,154,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(154,255,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }