Skip to main content Skip to docs navigation

#25bbff 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 Cherenkov Radiation and its hex is #22BBFF Nearest Color Name

Color Hue/Base color: Blue

Hex #25bbff Color code in RGB color code model is created after adding 14.51% red color, 73.33% green color and 100% blue color. Hex #25bbff Color code in CMYK color (process color) code model is generated after subtraction of 85% cyan, 27% magenta, 0% yellow and 0% black.

Hex #25bbff color code is between #22aaee web safe hex color code and #33ccdd web safe hex color code. #22aaee is the nearest web safe color code. You can see here many more shades of #25bbff color code.

RGB Chart

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

Color Table

Hex Color Code 25bbff #25bbff
RGB Decimal 37, 187, 255 37, 187, 255
RGB Percent 15%, 73%, 100% rgb(15%, 73%, 100%)
CSS RGBa 37, 187, 255,1 rgba(37,187,255,1)
CMYK Model cmyk(85%,27%,0%,0%)
HSL Color Space 199,100% ,57% hsl(199,100% ,57%)
HSV Color Space 199°, 85%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 00100101 10111011 11111111
Octal 45 273 377
Decimal 37 187 255
Hex 25 bb ff

Different shades of #25bbff color code.

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

Darkest of #25bbff
#00608b
Darker of #25bbff
#0083be
Dark of #25bbff
#00a6f1
Base of #25bbff
#25bbff
Light of #25bbff
#58cbff
Lighter
#8bdbff
Lightest
#beebff

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

#25bbff
#ff6925

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

Split Complementary

#25bbff
#ff254e
#ffd625

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

Analogous Color

#25ffc4
#25ffe8
#25bbff
#2572ff
#3225ff

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

#25bbff
#bbff25
#ff25bb

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

#25bbff
#ff25bb
#ff6925
#25ff69

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

#25bbff
#d625ff
#ff6925
#4eff25

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 #25bbff

#003d58
#00608b
#0083be
#00a6f1
#25bbff
#58cbff
#8bdbff
#beebff
#f1fbff

Tints of #25bbff Color

#25bbff
#3dc2ff
#55caff
#6dd1ff
#85d9ff
#9ee0ff
#b6e8ff
#ceefff
#e6f7ff
#ffffff

Shades of #25bbff color code

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

#25bbff
#20a6e2
#1c91c6
#187caa
#14678d
#105371
#0c3e55
#082938
#04141c
#000000

Tones

#25bbff
#3bb3e9
#51abd3
#66a2be
#7c9aa8

Tones

Similar Color like #25bbff color

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

#26bcff
#27bdff
#28beff
#29bfff
#2ac0ff
#2bc1ff
#2cc2ff
#2dc3ff
#2ec4ff
#2fc5ff
#30c6ff
#31c7ff
#32c8ff
#33c9ff
#24bafe
#23b9fd
#22b8fc
#21b7fb
#20b6fa
#1fb5f9
#1eb4f8
#1db3f7
#1cb2f6
#1bb1f5
#1ab0f4
#19aff3
#18aef2
#17adf1

Download this Dark Blue

Hex #25bbff 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.

#25bbff Color Code Preview on Black Background Color

This is how #25bbff Color will look on black background color. Color contrast ratio is 9.63

#25bbff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25bbff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #25bbff

#25bbff color code is use for CSS Background Color

Background color for the above div is #25bbff

HTML with inline CSS

<div style="background-color:#25bbff;"></div>

#25bbff color code is use for CSS Border Color

CSS Border color for the above div is #25bbff

HTML with inline CSS

<div style="border:5px solid #25bbff;"></div>

CSS Border Left color for the above div is #25bbff

HTML with inline CSS

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

CSS Border Right color for the above div is #25bbff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #25bbff

HTML with inline CSS

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

CSS Border Top color for the above div is #25bbff

HTML with inline CSS

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

#25bbff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#25bbff Color code Preview on White Background

This is how #25bbff Color code will look on white background color. Color contrast ratio is 2.18

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

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