crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#77eeff hex color - Blue - Cool color - Information

#77eeff hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #77eeff Color code in RGB color code model is created after adding 46.67% red color, 93.33% green color and 100% blue color. Hex #77eeff Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 7% magenta, 0% yellow and 0% black.

Hex #77eeff color code is a web safe color. Next web safe color code is #66ddee and previous web safe color code is #88ffdd. You can see here many more shades of #77eeff color code.

0 Likes 0 Comments | 18 Views

Color Table

Hex Color Code77eeff#77eeff
RGB Decimal119, 238, 255rgb(119, 238, 255)
RGB Percent47%, 93%, 100%rgb(47%, 93%, 100%)
CSS RGBa119, 238, 255,1rgba(119,238,255,1)
CMYK Modelcmyk(53%,7%,0%,0%)
HSL Color Space188,100% ,73%hsl(188,100% ,73%)
HSV Color Space188°, 53%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101111110111011111111
Octal167356377
Decimal119238255
Hex77eeff

Different shades of #77eeff color code.

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

Light Shade of #77eeff
#aaf4ff
Dark Shade of #77eeff
#44e8ff
Saturated Shade of #77eeff
#77eeff
Desaturated Shade of #77eeff
#7ee9f8
Grey scale Shade of #77eeff
#bbbbbb
Brighten Shade
#90ffff
Most Readable Shade
#000000

Shades of #77eeff color code

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

#77eeff
#69d3e2
#5cb9c6
#4f9eaa
#42848d
#346971
#274f55
#1a3438
#0d1a1c
#000000

Similar Color like #77eeff color

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

#78efff
#79f0ff
#7af1ff
#7bf2ff
#7cf3ff
#7df4ff
#7ef5ff
#7ff6ff
#80f7ff
#81f8ff
#82f9ff
#83faff
#84fbff
#85fcff
#76edfe
#75ecfd
#74ebfc
#73eafb
#72e9fa
#71e8f9
#70e7f8
#6fe6f7
#6ee5f6
#6de4f5
#6ce3f4
#6be2f3
#6ae1f2
#69e0f1

Monochromatic Color with #77eeff

#77eeff
#14282a
#284f55
#3c7780
#4f9faa
#63c6d4

Tints of #77eeff Color

#77eeff
#86efff
#95f1ff
#a4f3ff
#b3f5ff
#c2f7ff
#d1f9ff
#e0fbff
#effdff
#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

#77eeff
#ff8877

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

Split Complementary

#77eeff
#ff77aa
#ffcc77

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

Analogous Color

#77ffda
#77fff5
#77eeff
#77d3ff
#77b8ff

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

#77eeff
#ff77ee
#eeff77

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

#77eeff
#cc77ff
#ff8877
#aaff77

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

#77eeff
#ff8877
#ffcc77
#77aaff

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 #77eeff 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.

#77eeff Color Code Preview on Black Background Color

This is how #77eeff Color will look on black background color. Color contrast ratio is 15.46

#77eeff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77eeff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #77eeff

#77eeff color code is use for CSS Background Color

Background color for the above div is #77eeff

HTML with inline CSS

<div style="background-color:#77eeff;"></div>

#77eeff color code is use for CSS Border Color

CSS Border color for the above div is #77eeff

HTML with inline CSS

<div style="border:5px solid #77eeff;"></div>

CSS Border Left color for the above div is #77eeff

HTML with inline CSS

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

CSS Border Right color for the above div is #77eeff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #77eeff

HTML with inline CSS

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

CSS Border Top color for the above div is #77eeff

HTML with inline CSS

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

#77eeff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#77eeff Color code Preview on White Background

This is how #77eeff Color code will look on white background color. Color contrast ratio is 1.36

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 18 Views

Post your comment:-

By submitting comment you agree to our privacy policy.