crispedge.com

Color picker

Loading...

#00bff1 hex color - Blue - Cool color - Information

#00bff1 hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #00bff1 Color code in RGB color code model is created after adding 0% red color, 74.9% green color and 94.51% blue color. Hex #00bff1 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 21% magenta, 0% yellow and 5% black.

Hex #00bff1 color code is between #00bbee web safe hex color code and #00ccff web safe hex color code. #00bbee is the nearest web safe color code. You can see here many more shades of #00bff1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code00bff1#00bff1
RGB Decimal0, 191, 241rgb(0, 191, 241)
RGB Percent0%, 75%, 95%rgb(0%, 75%, 95%)
CSS RGBa0, 191, 241,1rgba(0,191,241,1)
CMYK Modelcmyk(100%,21%,0%,5%)
HSL Color Space192,100% ,47%hsl(192,100% ,47%)
HSV Color Space192°, 100%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001011111111110001
Octal0277361
Decimal0191241
Hex00bff1

Different shades of #00bff1 color code.

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

Light Shade of #00bff1
#25d2ff
Dark Shade of #00bff1
#0097be
Saturated Shade of #00bff1
#00bff1
Desaturated Shade of #00bff1
#0cb8e5
Grey scale Shade of #00bff1
#787878
Brighten Shade
#19d8ff
Most Readable Shade
#000000

Shades of #00bff1 color code

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

#00bff1
#00a9d6
#0094bb
#007fa0
#006a85
#00546b
#003f50
#002a35
#00151a
#000000

Similar Color like #00bff1 color

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

#01c0f2
#02c1f3
#03c2f4
#04c3f5
#05c4f6
#06c5f7
#07c6f8
#08c7f9
#09c8fa
#0ac9fb
#0bcafc
#0ccbfd
#0dccfe
#0ecdff
#00bef0
#00bdef
#00bcee
#00bbed
#00baec
#00b9eb
#00b8ea
#00b7e9
#00b6e8
#00b5e7
#00b4e6
#00b3e5
#00b2e4
#00b1e3

Monochromatic Color with #00bff1

#00bff1
#00171c
#003847
#005a71
#007c9c
#009dc6

Tints of #00bff1 Color

#00bff1
#1cc6f2
#38cdf4
#55d4f5
#71dbf7
#8de2f8
#aae9fa
#c6f0fb
#e2f7fd
#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

#00bff1
#f13200

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

Split Complementary

#00bff1
#f10047
#f1aa00

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

Analogous Color

#00f1c3
#00eff1
#00bff1
#008ff1
#005ff1

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

#00bff1
#f100bf
#bff100

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

#00bff1
#aa00f1
#f13200
#46f100

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

#00bff1
#f13200
#f1aa00
#0047f1

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 #00bff1 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.

#00bff1 Color Code Preview on Black Background Color

This is how #00bff1 Color will look on black background color. Color contrast ratio is 9.72

#00bff1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00bff1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #00bff1

#00bff1 color code is use for CSS Background Color

Background color for the above div is #00bff1

HTML with inline CSS

<div style="background-color:#00bff1;"></div>

#00bff1 color code is use for CSS Border Color

CSS Border color for the above div is #00bff1

HTML with inline CSS

<div style="border:5px solid #00bff1;"></div>

CSS Border Left color for the above div is #00bff1

HTML with inline CSS

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

CSS Border Right color for the above div is #00bff1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #00bff1

HTML with inline CSS

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

CSS Border Top color for the above div is #00bff1

HTML with inline CSS

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

#00bff1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#00bff1 Color code Preview on White Background

This is how #00bff1 Color code will look on white background color. Color contrast ratio is 2.16

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

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(0,191,241,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(241,50,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,191,241,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.