@
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.

#0abbfb hex color - Blue - Cool color - Information

#0abbfb hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #0abbfb Color code in RGB color code model is created after adding 3.92% red color, 73.33% green color and 98.43% blue color. Hex #0abbfb Color code in CMYK color (process color) code model is generated after subtraction of 96% cyan, 25% magenta, 0% yellow and 1.57% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code0abbfb#0abbfb
RGB Decimal10, 187, 251rgb(10, 187, 251)
RGB Percent4%, 73%, 98%rgb(4%, 73%, 98%)
CSS RGBa10, 187, 251,1rgba(10,187,251,1)
CMYK Modelcmyk(96%,25%,0%,1.57%)
HSL Color Space196,97% ,51%hsl(196,97% ,51%)
HSV Color Space196°, 96%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000010101011101111111011
Octal12273373
Decimal10187251
Hex0abbfb

Different shades of #0abbfb color code.

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

Light Shade of #0abbfb
#3cc9fc
Dark Shade of #0abbfb
#0399cf
Saturated Shade of #0abbfb
#06bdff
Desaturated Shade of #0abbfb
#16b5ef
Grey scale Shade of #0abbfb
#828282
Brighten Shade
#23d4ff
Most Readable Shade
#000000

Shades of #0abbfb color code

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

#0abbfb
#08a6df
#0791c3
#067ca7
#05678b
#04536f
#033e53
#022937
#01141b
#000000

Similar Color like #0abbfb color

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

#0bbcfc
#0cbdfd
#0dbefe
#0ebfff
#0fc0ff
#10c1ff
#11c2ff
#12c3ff
#13c4ff
#14c5ff
#15c6ff
#16c7ff
#17c8ff
#18c9ff
#09bafa
#08b9f9
#07b8f8
#06b7f7
#05b6f6
#04b5f5
#03b4f4
#02b3f3
#01b2f2
#00b1f1
#00b0f0
#00afef
#00aeee
#00aded

Monochromatic Color with #0abbfb

#0abbfb
#021d26
#033c51
#055c7b
#077ca6
#089bd0

Tints of #0abbfb Color

#0abbfb
#25c2fb
#40cafb
#5bd1fc
#76d9fc
#92e0fd
#ade8fd
#c8effe
#e3f7fe
#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

#0abbfb
#fb4a0a

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

Split Complementary

#0abbfb
#fb0a42
#fbc20a

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

Analogous Color

#0afbdb
#0aebfb
#0abbfb
#0a8bfb
#0a5bfb

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

#0abbfb
#fb0abb
#bbfb0a

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

#0abbfb
#c20afb
#fb4a0a
#42fb0a

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

#0abbfb
#fb4a0a
#fbc20a
#0a42fb

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 #0abbfb 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.

#0abbfb Color Code Preview on Black Background Color

This is how #0abbfb Color will look on black background color. Color contrast ratio is 9.51

#0abbfb in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#0abbfb color code is use for CSS Background Color

Background color for the above div is #0abbfb

HTML with inline CSS

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

#0abbfb color code is use for CSS Border Color

CSS Border color for the above div is #0abbfb

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#0abbfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#0abbfb Color code Preview on White Background

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

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

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(10,187,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(251,74,10,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(10,187,251,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.