Skip to main content Skip to docs navigation

#0dfdff 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 #0dfdff Color code in RGB color code model is created after adding 5.1% red color, 99.22% green color and 100% blue color. Hex #0dfdff Color code in CMYK color (process color) code model is generated after subtraction of 95% cyan, 1% magenta, 0% yellow and 0% black.

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

RGB Chart

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

Color Table

Hex Color Code 0dfdff #0dfdff
RGB Decimal 13, 253, 255 13, 253, 255
RGB Percent 5%, 99%, 100% rgb(5%, 99%, 100%)
CSS RGBa 13, 253, 255,1 rgba(13,253,255,1)
CMYK Model cmyk(95%,1%,0%,0%)
HSL Color Space 180,100% ,53% hsl(180,100% ,53%)
HSV Color Space 180°, 95%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00001101 11111101 11111111
Octal 15 375 377
Decimal 13 253 255
Hex 0d fd ff

Different shades of #0dfdff color code.

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

Darkest of #0dfdff
#007273
Darker of #0dfdff
#00a5a6
Dark of #0dfdff
#00d7d9
Base of #0dfdff
#0dfdff
Light of #0dfdff
#40fdff
Lighter
#73feff
Lightest
#a6feff

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

#0dfdff
#ff0f0d

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

Split Complementary

#0dfdff
#ff0d84
#ff880d

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

Analogous Color

#0dff74
#0dff9c
#0dfdff
#0dacff
#0d47ff

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

#0dfdff
#fdff0d
#ff0dfd

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

#0dfdff
#ff0dfd
#ff0f0d
#0dff0f

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

#0dfdff
#880dff
#ff0f0d
#84ff0d

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 #0dfdff

#003f40
#007273
#00a5a6
#00d7d9
#0dfdff
#40fdff
#73feff
#a6feff
#d9ffff

Tints of #0dfdff Color

#0dfdff
#27fdff
#42fdff
#5dfdff
#78fdff
#93feff
#aefeff
#c9feff
#e4feff
#ffffff

Shades of #0dfdff color code

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

#0dfdff
#0be0e2
#0ac4c6
#08a8aa
#078c8d
#057071
#045455
#023838
#011c1c
#000000

Tones

#0dfdff
#25e5e7
#3dcdcf
#56b6b6
#6e9e9e

Tones

Similar Color like #0dfdff color

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

#0efeff
#0fffff
#10ffff
#11ffff
#12ffff
#13ffff
#14ffff
#15ffff
#16ffff
#17ffff
#18ffff
#19ffff
#1affff
#1bffff
#0cfcfe
#0bfbfd
#0afafc
#09f9fb
#08f8fa
#07f7f9
#06f6f8
#05f5f7
#04f4f6
#03f3f5
#02f2f4
#01f1f3
#00f0f2
#00eff1

Download this Dark Blue

Hex #0dfdff 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.

#0dfdff Color Code Preview on Black Background Color

This is how #0dfdff Color will look on black background color. Color contrast ratio is 16.51

#0dfdff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dfdff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #0dfdff

#0dfdff color code is use for CSS Background Color

Background color for the above div is #0dfdff

HTML with inline CSS

<div style="background-color:#0dfdff;"></div>

#0dfdff color code is use for CSS Border Color

CSS Border color for the above div is #0dfdff

HTML with inline CSS

<div style="border:5px solid #0dfdff;"></div>

CSS Border Left color for the above div is #0dfdff

HTML with inline CSS

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

CSS Border Right color for the above div is #0dfdff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #0dfdff

HTML with inline CSS

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

CSS Border Top color for the above div is #0dfdff

HTML with inline CSS

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

#0dfdff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0dfdff Color code Preview on White Background

This is how #0dfdff Color code will look on white background color. Color contrast ratio is 1.27

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

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