crispedge.com

Color picker

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

#7fccff hex color - Blue - Cool color - Information

#7fccff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #7fccff Color code in RGB color code model is created after adding 49.8% red color, 80% green color and 100% blue color. Hex #7fccff Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 20% magenta, 0% yellow and 0% black.

Hex #7fccff color code is between #77bbee web safe hex color code and #88dddd web safe hex color code. #77bbee is the nearest web safe color code. You can see here many more shades of #7fccff color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code7fccff#7fccff
RGB Decimal127, 204, 255rgb(127, 204, 255)
RGB Percent50%, 80%, 100%rgb(50%, 80%, 100%)
CSS RGBa127, 204, 255,1rgba(127,204,255,1)
CMYK Modelcmyk(50%,20%,0%,0%)
HSL Color Space204,100% ,75%hsl(204,100% ,75%)
HSV Color Space204°, 50%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111111100110011111111
Octal177314377
Decimal127204255
Hex7fccff

Different shades of #7fccff color code.

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

Light Shade of #7fccff
#b2e0ff
Dark Shade of #7fccff
#4cb8ff
Saturated Shade of #7fccff
#7fccff
Desaturated Shade of #7fccff
#85cbf9
Grey scale Shade of #7fccff
#bfbfbf
Brighten Shade
#98e5ff
Most Readable Shade
#000000

Shades of #7fccff color code

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

#7fccff
#70b5e2
#629ec6
#5488aa
#46718d
#385a71
#2a4455
#1c2d38
#0e161c
#000000

Similar Color like #7fccff color

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

#80cdff
#81ceff
#82cfff
#83d0ff
#84d1ff
#85d2ff
#86d3ff
#87d4ff
#88d5ff
#89d6ff
#8ad7ff
#8bd8ff
#8cd9ff
#8ddaff
#7ecbfe
#7dcafd
#7cc9fc
#7bc8fb
#7ac7fa
#79c6f9
#78c5f8
#77c4f7
#76c3f6
#75c2f5
#74c1f4
#73c0f3
#72bff2
#71bef1

Monochromatic Color with #7fccff

#7fccff
#15222a
#2a4455
#406680
#5588aa
#6aaad4

Tints of #7fccff Color

#7fccff
#8dd1ff
#9bd7ff
#a9ddff
#b7e2ff
#c6e8ff
#d4eeff
#e2f3ff
#f0f9ff
#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

#7fccff
#ffb27f

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

Split Complementary

#7fccff
#ff7f8c
#fff27f

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

Analogous Color

#7fffff
#7fe6ff
#7fccff
#7fb2ff
#7f99ff

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

#7fccff
#ff7fcc
#ccff7f

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

#7fccff
#f27fff
#ffb27f
#8cff7f

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

#7fccff
#ffb27f
#fff27f
#7f8cff

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 #7fccff 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.

#7fccff Color Code Preview on Black Background Color

This is how #7fccff Color will look on black background color. Color contrast ratio is 11.98

#7fccff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fccff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7fccff

#7fccff color code is use for CSS Background Color

Background color for the above div is #7fccff

HTML with inline CSS

<div style="background-color:#7fccff;"></div>

#7fccff color code is use for CSS Border Color

CSS Border color for the above div is #7fccff

HTML with inline CSS

<div style="border:5px solid #7fccff;"></div>

CSS Border Left color for the above div is #7fccff

HTML with inline CSS

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

CSS Border Right color for the above div is #7fccff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7fccff

HTML with inline CSS

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

CSS Border Top color for the above div is #7fccff

HTML with inline CSS

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

#7fccff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7fccff Color code Preview on White Background

This is how #7fccff Color code will look on white background color. Color contrast ratio is 1.75

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.