crispedge.com

Color picker

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

#66bbff hex color - Blue - Cool color - Information

#66bbff hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #66bbff Color code in RGB color code model is created after adding 40% red color, 73.33% green color and 100% blue color. Hex #66bbff Color code in CMYK color (process color) code model is generated after subtraction of 60% cyan, 27% magenta, 0% yellow and 0% black.

Hex #66bbff color code is a web safe color. Next web safe color code is #55aaee and previous web safe color code is #77ccdd. You can see here many more shades of #66bbff color code.

0 Likes 0 Comments | 38 Views

Color Table

Hex Color Code66bbff#66bbff
RGB Decimal102, 187, 255rgb(102, 187, 255)
RGB Percent40%, 73%, 100%rgb(40%, 73%, 100%)
CSS RGBa102, 187, 255,1rgba(102,187,255,1)
CMYK Modelcmyk(60%,27%,0%,0%)
HSL Color Space207,100% ,70%hsl(207,100% ,70%)
HSV Color Space207°, 60%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011001101011101111111111
Octal146273377
Decimal102187255
Hex66bbff

Different shades of #66bbff color code.

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

Light Shade of #66bbff
#99d2ff
Dark Shade of #66bbff
#33a4ff
Saturated Shade of #66bbff
#66bbff
Desaturated Shade of #66bbff
#6ebaf7
Grey scale Shade of #66bbff
#b3b3b3
Brighten Shade
#7fd4ff
Most Readable Shade
#000000

Shades of #66bbff color code

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

#66bbff
#5aa6e2
#4f91c6
#447caa
#38678d
#2d5371
#223e55
#162938
#0b141c
#000000

Similar Color like #66bbff color

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

#67bcff
#68bdff
#69beff
#6abfff
#6bc0ff
#6cc1ff
#6dc2ff
#6ec3ff
#6fc4ff
#70c5ff
#71c6ff
#72c7ff
#73c8ff
#74c9ff
#65bafe
#64b9fd
#63b8fc
#62b7fb
#61b6fa
#60b5f9
#5fb4f8
#5eb3f7
#5db2f6
#5cb1f5
#5bb0f4
#5aaff3
#59aef2
#58adf1

Monochromatic Color with #66bbff

#66bbff
#111f2a
#223e55
#335d80
#447daa
#559cd4

Tints of #66bbff Color

#66bbff
#77c2ff
#88caff
#99d1ff
#aad9ff
#bbe0ff
#cce8ff
#ddefff
#eef7ff
#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

#66bbff
#ffaa66

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

Split Complementary

#66bbff
#ff666e
#fff766

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

Analogous Color

#66f8ff
#66daff
#66bbff
#669cff
#667eff

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

#66bbff
#ff66bb
#bbff66

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

#66bbff
#f666ff
#ffaa66
#6fff66

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

#66bbff
#ffaa66
#fff766
#666eff

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 #66bbff 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.

#66bbff Color Code Preview on Black Background Color

This is how #66bbff Color will look on black background color. Color contrast ratio is 10.12

#66bbff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66bbff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #66bbff

#66bbff color code is use for CSS Background Color

Background color for the above div is #66bbff

HTML with inline CSS

<div style="background-color:#66bbff;"></div>

#66bbff color code is use for CSS Border Color

CSS Border color for the above div is #66bbff

HTML with inline CSS

<div style="border:5px solid #66bbff;"></div>

CSS Border Left color for the above div is #66bbff

HTML with inline CSS

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

CSS Border Right color for the above div is #66bbff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #66bbff

HTML with inline CSS

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

CSS Border Top color for the above div is #66bbff

HTML with inline CSS

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

#66bbff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#66bbff Color code Preview on White Background

This is how #66bbff Color code will look on white background color. Color contrast ratio is 2.08

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

Related Gradients

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

0 Likes 0 Comments | 38 Views

Post your comment:-

By submitting comment you agree to our privacy policy.