crispedge.com

Color picker

Loading...

#03afde hex color - Blue - Cool color - Information

#03afde hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #03afde Color code in RGB color code model is created after adding 1.18% red color, 68.63% green color and 87.06% blue color. Hex #03afde Color code in CMYK color (process color) code model is generated after subtraction of 99% cyan, 21% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code03afde#03afde
RGB Decimal3, 175, 222rgb(3, 175, 222)
RGB Percent1%, 69%, 87%rgb(1%, 69%, 87%)
CSS RGBa3, 175, 222,1rgba(3,175,222,1)
CMYK Modelcmyk(99%,21%,0%,13%)
HSL Color Space193,97% ,44%hsl(193,97% ,44%)
HSV Color Space193°, 99%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000000111010111111011110
Octal3257336
Decimal3175222
Hex03afde

Different shades of #03afde color code.

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

Light Shade of #03afde
#18cbfc
Dark Shade of #03afde
#0287ac
Saturated Shade of #03afde
#00b1e1
Desaturated Shade of #03afde
#0ea9d3
Grey scale Shade of #03afde
#707070
Brighten Shade
#1cc8f7
Most Readable Shade
#000000

Shades of #03afde color code

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

#03afde
#029bc5
#0288ac
#027494
#01617b
#014d62
#013a4a
#002631
#001318
#000000

Similar Color like #03afde color

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

#04b0df
#05b1e0
#06b2e1
#07b3e2
#08b4e3
#09b5e4
#0ab6e5
#0bb7e6
#0cb8e7
#0db9e8
#0ebae9
#0fbbea
#10bceb
#11bdec
#02aedd
#01addc
#00acdb
#00abda
#00aad9
#00a9d8
#00a8d7
#00a7d6
#00a6d5
#00a5d4
#00a4d3
#00a3d2
#00a2d1
#00a1d0

Monochromatic Color with #03afde

#03afde
#000709
#012934
#014a5e
#026c89
#028db3

Tints of #03afde Color

#03afde
#1fb7e1
#3bc0e5
#57c9e9
#73d2ec
#8fdbf0
#abe4f4
#c7edf7
#e3f6fb
#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

#03afde
#de3203

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

Split Complementary

#03afde
#de0342
#de9f03

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

Analogous Color

#03deb5
#03dbde
#03afde
#0383de
#0357de

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

#03afde
#de03af
#afde03

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

#03afde
#9f03de
#de3203
#41de03

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

#03afde
#de3203
#de9f03
#0342de

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 #03afde 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.

#03afde Color Code Preview on Black Background Color

This is how #03afde Color will look on black background color. Color contrast ratio is 8.19

#03afde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03afde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #03afde

#03afde color code is use for CSS Background Color

Background color for the above div is #03afde

HTML with inline CSS

<div style="background-color:#03afde;"></div>

#03afde color code is use for CSS Border Color

CSS Border color for the above div is #03afde

HTML with inline CSS

<div style="border:5px solid #03afde;"></div>

CSS Border Left color for the above div is #03afde

HTML with inline CSS

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

CSS Border Right color for the above div is #03afde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #03afde

HTML with inline CSS

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

CSS Border Top color for the above div is #03afde

HTML with inline CSS

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

#03afde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#03afde Color code Preview on White Background

This is how #03afde Color code will look on white background color. Color contrast ratio is 2.56

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

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