crispedge.com

Color picker

Loading...

#75befd hex color - Blue - Cool color - Information

#75befd hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #75befd Color code in RGB color code model is created after adding 45.88% red color, 74.51% green color and 99.22% blue color. Hex #75befd Color code in CMYK color (process color) code model is generated after subtraction of 54% cyan, 25% magenta, 0% yellow and 1% black.

Hex #75befd color code is between #77bbff web safe hex color code and #66ccee web safe hex color code. #77bbff is the nearest web safe color code. You can see here many more shades of #75befd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code75befd#75befd
RGB Decimal117, 190, 253rgb(117, 190, 253)
RGB Percent46%, 75%, 99%rgb(46%, 75%, 99%)
CSS RGBa117, 190, 253,1rgba(117,190,253,1)
CMYK Modelcmyk(54%,25%,0%,1%)
HSL Color Space208,97% ,73%hsl(208,97% ,73%)
HSV Color Space208°, 54%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101011011111011111101
Octal165276375
Decimal117190253
Hex75befd

Different shades of #75befd color code.

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

Light Shade of #75befd
#a7d6fe
Dark Shade of #75befd
#43a6fc
Saturated Shade of #75befd
#73beff
Desaturated Shade of #75befd
#7cbdf6
Grey scale Shade of #75befd
#b9b9b9
Brighten Shade
#8ed7ff
Most Readable Shade
#000000

Shades of #75befd color code

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

#75befd
#68a8e0
#5b93c4
#4e7ea8
#41698c
#345470
#273f54
#1a2a38
#0d151c
#000000

Similar Color like #75befd color

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

#76bffe
#77c0ff
#78c1ff
#79c2ff
#7ac3ff
#7bc4ff
#7cc5ff
#7dc6ff
#7ec7ff
#7fc8ff
#80c9ff
#81caff
#82cbff
#83ccff
#74bdfc
#73bcfb
#72bbfa
#71baf9
#70b9f8
#6fb8f7
#6eb7f6
#6db6f5
#6cb5f4
#6bb4f3
#6ab3f2
#69b2f1
#68b1f0
#67b0ef

Monochromatic Color with #75befd

#75befd
#131e28
#263e53
#3a5e7d
#4e7ea8
#619ed2

Tints of #75befd Color

#75befd
#84c5fd
#93ccfd
#a3d3fd
#b2dafd
#c1e2fe
#d1e9fe
#e0f0fe
#eff7fe
#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

#75befd
#fdb475

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

Split Complementary

#75befd
#fd757a
#fdf875

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

Analogous Color

#75f4fd
#75d9fd
#75befd
#75a3fd
#7588fd

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

#75befd
#fd75be
#befd75

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

#75befd
#f875fd
#fdb475
#7afd75

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

#75befd
#fdb475
#fdf875
#757afd

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 #75befd 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.

#75befd Color Code Preview on Black Background Color

This is how #75befd Color will look on black background color. Color contrast ratio is 10.54

#75befd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75befd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #75befd

#75befd color code is use for CSS Background Color

Background color for the above div is #75befd

HTML with inline CSS

<div style="background-color:#75befd;"></div>

#75befd color code is use for CSS Border Color

CSS Border color for the above div is #75befd

HTML with inline CSS

<div style="border:5px solid #75befd;"></div>

CSS Border Left color for the above div is #75befd

HTML with inline CSS

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

CSS Border Right color for the above div is #75befd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #75befd

HTML with inline CSS

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

CSS Border Top color for the above div is #75befd

HTML with inline CSS

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

#75befd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#75befd Color code Preview on White Background

This is how #75befd Color code will look on white background color. Color contrast ratio is 1.99

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

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(117,190,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(253,180,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,190,253,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.