crispedge.com

Color picker

Loading...

#84dfff hex color - Blue - Cool color - Information

#84dfff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #84dfff Color code in RGB color code model is created after adding 51.76% red color, 87.45% green color and 100% blue color. Hex #84dfff Color code in CMYK color (process color) code model is generated after subtraction of 48% cyan, 13% magenta, 0% yellow and 0% black.

Hex #84dfff color code is between #88ddee web safe hex color code and #77eedd web safe hex color code. #88ddee is the nearest web safe color code. You can see here many more shades of #84dfff color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code84dfff#84dfff
RGB Decimal132, 223, 255rgb(132, 223, 255)
RGB Percent52%, 87%, 100%rgb(52%, 87%, 100%)
CSS RGBa132, 223, 255,1rgba(132,223,255,1)
CMYK Modelcmyk(48%,13%,0%,0%)
HSL Color Space196,100% ,76%hsl(196,100% ,76%)
HSV Color Space196°, 48%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001001101111111111111
Octal204337377
Decimal132223255
Hex84dfff

Different shades of #84dfff color code.

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

Light Shade of #84dfff
#b7ecff
Dark Shade of #84dfff
#51d2ff
Saturated Shade of #84dfff
#84dfff
Desaturated Shade of #84dfff
#8adcf9
Grey scale Shade of #84dfff
#c1c1c1
Brighten Shade
#9df8ff
Most Readable Shade
#000000

Shades of #84dfff color code

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

#84dfff
#75c6e2
#66adc6
#5894aa
#497b8d
#3a6371
#2c4a55
#1d3138
#0e181c
#000000

Similar Color like #84dfff color

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

#85e0ff
#86e1ff
#87e2ff
#88e3ff
#89e4ff
#8ae5ff
#8be6ff
#8ce7ff
#8de8ff
#8ee9ff
#8feaff
#90ebff
#91ecff
#92edff
#83defe
#82ddfd
#81dcfc
#80dbfb
#7fdafa
#7ed9f9
#7dd8f8
#7cd7f7
#7bd6f6
#7ad5f5
#79d4f4
#78d3f3
#77d2f2
#76d1f1

Monochromatic Color with #84dfff

#84dfff
#16252a
#2c4a55
#427080
#5895aa
#6ebad4

Tints of #84dfff Color

#84dfff
#91e2ff
#9fe6ff
#ade9ff
#baedff
#c8f0ff
#d6f4ff
#e3f7ff
#f1fbff
#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

#84dfff
#ffa484

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

Split Complementary

#84dfff
#ff84a1
#ffe284

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

Analogous Color

#84ffee
#84f8ff
#84dfff
#84c6ff
#84aeff

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

#84dfff
#ff84df
#dfff84

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

#84dfff
#e184ff
#ffa484
#a1ff84

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

#84dfff
#ffa484
#ffe284
#84a1ff

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 #84dfff 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.

#84dfff Color Code Preview on Black Background Color

This is how #84dfff Color will look on black background color. Color contrast ratio is 13.98

#84dfff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84dfff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #84dfff

#84dfff color code is use for CSS Background Color

Background color for the above div is #84dfff

HTML with inline CSS

<div style="background-color:#84dfff;"></div>

#84dfff color code is use for CSS Border Color

CSS Border color for the above div is #84dfff

HTML with inline CSS

<div style="border:5px solid #84dfff;"></div>

CSS Border Left color for the above div is #84dfff

HTML with inline CSS

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

CSS Border Right color for the above div is #84dfff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #84dfff

HTML with inline CSS

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

CSS Border Top color for the above div is #84dfff

HTML with inline CSS

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

#84dfff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#84dfff Color code Preview on White Background

This is how #84dfff Color code will look on white background color. Color contrast ratio is 1.50

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.