Skip to main content Skip to docs navigation

#11fffc 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 Looney Blue and its hex is #11FFFF Nearest Color Name

Color Hue/Base color: Blue

Hex #11fffc Color code in RGB color code model is created after adding 6.67% red color, 100% green color and 98.82% blue color. Hex #11fffc Color code in CMYK color (process color) code model is generated after subtraction of 93% cyan, 0% magenta, 1% yellow and 0% black.

Hex #11fffc color code is between #00eeff web safe hex color code and #00ddee web safe hex color code. #00eeff is the nearest web safe color code. You can see here many more shades of #11fffc color code.

RGB Chart

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

Color Table

Hex Color Code 11fffc #11fffc
RGB Decimal 17, 255, 252 17, 255, 252
RGB Percent 7%, 100%, 99% rgb(7%, 100%, 99%)
CSS RGBa 17, 255, 252,1 rgba(17,255,252,1)
CMYK Model cmyk(93%,0%,1%,0%)
HSL Color Space 179,100% ,53% hsl(179,100% ,53%)
HSV Color Space 179°, 93%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00010001 11111111 11111100
Octal 21 377 374
Decimal 17 255 252
Hex 11 ff fc

Different shades of #11fffc color code.

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

Darkest of #11fffc
#007775
Darker of #11fffc
#00aaa8
Dark of #11fffc
#00ddda
Base of #11fffc
#11fffc
Light of #11fffc
#44fffd
Lighter
#77fffd
Lightest
#aafffe

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

#11fffc
#ff1114

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

Split Complementary

#11fffc
#ff118b
#ff8511

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

Analogous Color

#11ff71
#11ff99
#11fffc
#11b3ff
#1150ff

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

#11fffc
#fffc11
#fc11ff

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

#11fffc
#fc11ff
#ff1114
#14ff11

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

#11fffc
#8511ff
#ff1114
#8bff11

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 #11fffc

#004443
#007775
#00aaa8
#00ddda
#11fffc
#44fffd
#77fffd
#aafffe
#ddffff

Tints of #11fffc Color

#11fffc
#2bfffc
#45fffc
#60fffd
#7afffd
#95fffd
#affffe
#cafffe
#e4fffe
#ffffff

Shades of #11fffc color code

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

#11fffc
#0fe2e0
#0dc6c4
#0baaa8
#098d8c
#077170
#055554
#033838
#011c1c
#000000

Tones

#11fffc
#29e7e5
#41cfce
#58b8b6
#70a09f

Tones

Similar Color like #11fffc color

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

#12fffd
#13fffe
#14ffff
#15ffff
#16ffff
#17ffff
#18ffff
#19ffff
#1affff
#1bffff
#1cffff
#1dffff
#1effff
#1fffff
#10fefb
#0ffdfa
#0efcf9
#0dfbf8
#0cfaf7
#0bf9f6
#0af8f5
#09f7f4
#08f6f3
#07f5f2
#06f4f1
#05f3f0
#04f2ef
#03f1ee

Download this Dark Blue

Hex #11fffc 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.

#11fffc Color Code Preview on Black Background Color

This is how #11fffc Color will look on black background color. Color contrast ratio is 16.73

#11fffc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #11fffc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #11fffc

#11fffc color code is use for CSS Background Color

Background color for the above div is #11fffc

HTML with inline CSS

<div style="background-color:#11fffc;"></div>

#11fffc color code is use for CSS Border Color

CSS Border color for the above div is #11fffc

HTML with inline CSS

<div style="border:5px solid #11fffc;"></div>

CSS Border Left color for the above div is #11fffc

HTML with inline CSS

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

CSS Border Right color for the above div is #11fffc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #11fffc

HTML with inline CSS

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

CSS Border Top color for the above div is #11fffc

HTML with inline CSS

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

#11fffc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#11fffc Color code Preview on White Background

This is how #11fffc Color code will look on white background color. Color contrast ratio is 1.25

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

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