crispedge.com

Color picker

Loading...

#008ff6 hex color - Blue - Cool color - Information

#008ff6 hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #008ff6 Color code in RGB color code model is created after adding 0% red color, 56.08% green color and 96.47% blue color. Hex #008ff6 Color code in CMYK color (process color) code model is generated after subtraction of 100% cyan, 42% magenta, 0% yellow and 4% black.

Hex #008ff6 color code is between #0088ee web safe hex color code and #0099ff web safe hex color code. #0088ee is the nearest web safe color code. You can see here many more shades of #008ff6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code008ff6#008ff6
RGB Decimal0, 143, 246rgb(0, 143, 246)
RGB Percent0%, 56%, 96%rgb(0%, 56%, 96%)
CSS RGBa0, 143, 246,1rgba(0,143,246,1)
CMYK Modelcmyk(100%,42%,0%,4%)
HSL Color Space205,100% ,48%hsl(205,100% ,48%)
HSV Color Space205°, 100%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000001000111111110110
Octal0217366
Decimal0143246
Hex008ff6

Different shades of #008ff6 color code.

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

Light Shade of #008ff6
#2aa6ff
Dark Shade of #008ff6
#0071c3
Saturated Shade of #008ff6
#008ff6
Desaturated Shade of #008ff6
#0c8dea
Grey scale Shade of #008ff6
#7b7b7b
Brighten Shade
#19a8ff
Most Readable Shade
#000000

Shades of #008ff6 color code

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

#008ff6
#007fda
#006fbf
#005fa4
#004f88
#003f6d
#002f52
#001f36
#000f1b
#000000

Similar Color like #008ff6 color

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

#0190f7
#0291f8
#0392f9
#0493fa
#0594fb
#0695fc
#0796fd
#0897fe
#0998ff
#0a99ff
#0b9aff
#0c9bff
#0d9cff
#0e9dff
#008ef5
#008df4
#008cf3
#008bf2
#008af1
#0089f0
#0088ef
#0087ee
#0086ed
#0085ec
#0084eb
#0083ea
#0082e9
#0081e8

Monochromatic Color with #008ff6

#008ff6
#001321
#002c4c
#004576
#005ea1
#0076cb

Tints of #008ff6 Color

#008ff6
#1c9bf7
#38a7f8
#55b4f9
#71c0fa
#8dcdfb
#aad9fc
#c6e6fd
#e2f2fe
#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

#008ff6
#f66700

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

Split Complementary

#008ff6
#f60014
#f6e200

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

Analogous Color

#00f1f6
#00c0f6
#008ff6
#005ef6
#002df6

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

#008ff6
#f6008f
#8ff600

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

#008ff6
#e200f6
#f66700
#14f600

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

#008ff6
#f66700
#f6e200
#0014f6

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 #008ff6 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.

#008ff6 Color Code Preview on Black Background Color

This is how #008ff6 Color will look on black background color. Color contrast ratio is 6.26

#008ff6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #008ff6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #008ff6

#008ff6 color code is use for CSS Background Color

Background color for the above div is #008ff6

HTML with inline CSS

<div style="background-color:#008ff6;"></div>

#008ff6 color code is use for CSS Border Color

CSS Border color for the above div is #008ff6

HTML with inline CSS

<div style="border:5px solid #008ff6;"></div>

CSS Border Left color for the above div is #008ff6

HTML with inline CSS

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

CSS Border Right color for the above div is #008ff6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #008ff6

HTML with inline CSS

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

CSS Border Top color for the above div is #008ff6

HTML with inline CSS

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

#008ff6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#008ff6 Color code Preview on White Background

This is how #008ff6 Color code will look on white background color. Color contrast ratio is 3.35

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

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,143,246,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(246,103,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(0,143,246,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.