crispedge.com

Color picker

Loading...

#09efff hex color - Blue - Cool color - Information

#09efff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #09efff Color code in RGB color code model is created after adding 3.53% red color, 93.73% green color and 100% blue color. Hex #09efff Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 6% magenta, 0% yellow and 0% black.

Hex #09efff color code is between #11eeee web safe hex color code and #00ffdd web safe hex color code. #11eeee is the nearest web safe color code. You can see here many more shades of #09efff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code09efff#09efff
RGB Decimal9, 239, 255rgb(9, 239, 255)
RGB Percent4%, 94%, 100%rgb(4%, 94%, 100%)
CSS RGBa9, 239, 255,1rgba(9,239,255,1)
CMYK Modelcmyk(96%,6%,0%,0%)
HSL Color Space184,100% ,52%hsl(184,100% ,52%)
HSV Color Space184°, 96%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010011110111111111111
Octal11357377
Decimal9239255
Hex09efff

Different shades of #09efff color code.

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

Light Shade of #09efff
#3cf2ff
Dark Shade of #09efff
#00c7d5
Saturated Shade of #09efff
#09efff
Desaturated Shade of #09efff
#15e4f3
Grey scale Shade of #09efff
#848484
Brighten Shade
#22ffff
Most Readable Shade
#000000

Shades of #09efff color code

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

#09efff
#08d4e2
#07b9c6
#069faa
#05848d
#046a71
#034f55
#023538
#011a1c
#000000

Similar Color like #09efff color

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

#0af0ff
#0bf1ff
#0cf2ff
#0df3ff
#0ef4ff
#0ff5ff
#10f6ff
#11f7ff
#12f8ff
#13f9ff
#14faff
#15fbff
#16fcff
#17fdff
#08eefe
#07edfd
#06ecfc
#05ebfb
#04eafa
#03e9f9
#02e8f8
#01e7f7
#00e6f6
#00e5f5
#00e4f4
#00e3f3
#00e2f2
#00e1f1

Monochromatic Color with #09efff

#09efff
#01282a
#035055
#057880
#069faa
#08c7d4

Tints of #09efff Color

#09efff
#24f0ff
#3ff2ff
#5bf4ff
#76f6ff
#91f7ff
#adf9ff
#c8fbff
#e3fdff
#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

#09efff
#ff1909

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

Split Complementary

#09efff
#ff0974
#ff9409

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

Analogous Color

#09ffad
#09ffde
#09efff
#09beff
#098dff

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

#09efff
#ff09ef
#efff09

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

#09efff
#9409ff
#ff1909
#74ff09

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#09efff
#ff1909
#ff9409
#0974ff

Double Complementary 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).

Hex #09efff 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.

#09efff Color Code Preview on Black Background Color

This is how #09efff Color will look on black background color. Color contrast ratio is 14.80

#09efff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #09efff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #09efff

#09efff color code is use for CSS Background Color

Background color for the above div is #09efff

HTML with inline CSS

<div style="background-color:#09efff;"></div>

#09efff color code is use for CSS Border Color

CSS Border color for the above div is #09efff

HTML with inline CSS

<div style="border:5px solid #09efff;"></div>

CSS Border Left color for the above div is #09efff

HTML with inline CSS

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

CSS Border Right color for the above div is #09efff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #09efff

HTML with inline CSS

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

CSS Border Top color for the above div is #09efff

HTML with inline CSS

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

#09efff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#09efff Color code Preview on White Background

This is how #09efff Color code will look on white background color. Color contrast ratio is 1.42

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(9,239,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(255,25,9,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(9,239,255,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.