Skip to main content Skip to docs navigation

#18fbff 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 Hey Blue! and its hex is #16F8FF Nearest Color Name

Color Hue/Base color: Blue

Hex #18fbff Color code in RGB color code model is created after adding 9.41% red color, 98.43% green color and 100% blue color. Hex #18fbff Color code in CMYK color (process color) code model is generated after subtraction of 91% cyan, 2% magenta, 0% yellow and 0% black.

Hex #18fbff color code is between #11ffee web safe hex color code and #22eedd web safe hex color code. #11ffee is the nearest web safe color code. You can see here many more shades of #18fbff color code.

RGB Chart

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

Color Table

Hex Color Code 18fbff #18fbff
RGB Decimal 24, 251, 255 24, 251, 255
RGB Percent 9%, 98%, 100% rgb(9%, 98%, 100%)
CSS RGBa 24, 251, 255,1 rgba(24,251,255,1)
CMYK Model cmyk(91%,2%,0%,0%)
HSL Color Space 181,100% ,55% hsl(181,100% ,55%)
HSV Color Space 181°, 91%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00011000 11111011 11111111
Octal 30 373 377
Decimal 24 251 255
Hex 18 fb ff

Different shades of #18fbff color code.

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

Darkest of #18fbff
#007c7e
Darker of #18fbff
#00aeb1
Dark of #18fbff
#00e0e4
Base of #18fbff
#18fbff
Light of #18fbff
#4bfcff
Lighter
#7efdff
Lightest
#b1feff

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

#18fbff
#ff1c18

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

Split Complementary

#18fbff
#ff1888
#ff9018

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

Analogous Color

#18ff7c
#18ffa3
#18fbff
#18aeff
#184eff

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

#18fbff
#fbff18
#ff18fb

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

#18fbff
#ff18fb
#ff1c18
#18ff1c

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

#18fbff
#9018ff
#ff1c18
#88ff18

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 #18fbff

#004a4b
#007c7e
#00aeb1
#00e0e4
#18fbff
#4bfcff
#7efdff
#b1feff
#e4ffff

Tints of #18fbff Color

#18fbff
#31fbff
#4bfbff
#65fcff
#7efcff
#98fdff
#b2fdff
#cbfeff
#e5feff
#ffffff

Shades of #18fbff color code

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

#18fbff
#15dfe2
#12c3c6
#10a7aa
#0d8b8d
#0a6f71
#085355
#053738
#021b1c
#000000

Tones

#18fbff
#2fe5e8
#46ced1
#5db8ba
#74a2a3

Tones

Similar Color like #18fbff color

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

#19fcff
#1afdff
#1bfeff
#1cffff
#1dffff
#1effff
#1fffff
#20ffff
#21ffff
#22ffff
#23ffff
#24ffff
#25ffff
#26ffff
#17fafe
#16f9fd
#15f8fc
#14f7fb
#13f6fa
#12f5f9
#11f4f8
#10f3f7
#0ff2f6
#0ef1f5
#0df0f4
#0ceff3
#0beef2
#0aedf1

Download this Dark Blue

Hex #18fbff 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.

#18fbff Color Code Preview on Black Background Color

This is how #18fbff Color will look on black background color. Color contrast ratio is 16.28

#18fbff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18fbff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #18fbff

#18fbff color code is use for CSS Background Color

Background color for the above div is #18fbff

HTML with inline CSS

<div style="background-color:#18fbff;"></div>

#18fbff color code is use for CSS Border Color

CSS Border color for the above div is #18fbff

HTML with inline CSS

<div style="border:5px solid #18fbff;"></div>

CSS Border Left color for the above div is #18fbff

HTML with inline CSS

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

CSS Border Right color for the above div is #18fbff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #18fbff

HTML with inline CSS

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

CSS Border Top color for the above div is #18fbff

HTML with inline CSS

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

#18fbff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#18fbff Color code Preview on White Background

This is how #18fbff Color code will look on white background color. Color contrast ratio is 1.29

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

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