crispedge.com

Color picker

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

#159ddc hex color - Blue - Cool color - Information

#159ddc hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #159ddc Color code in RGB color code model is created after adding 8.24% red color, 61.57% green color and 86.27% blue color. Hex #159ddc Color code in CMYK color (process color) code model is generated after subtraction of 90% cyan, 29% magenta, 0% yellow and 14% black.

Hex #159ddc color code is between #1199dd web safe hex color code and #22aacc web safe hex color code. #1199dd is the nearest web safe color code. You can see here many more shades of #159ddc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code159ddc#159ddc
RGB Decimal21, 157, 220rgb(21, 157, 220)
RGB Percent8%, 62%, 86%rgb(8%, 62%, 86%)
CSS RGBa21, 157, 220,1rgba(21,157,220,1)
CMYK Modelcmyk(90%,29%,0%,14%)
HSL Color Space199,83% ,47%hsl(199,83% ,47%)
HSV Color Space199°, 90%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary000101011001110111011100
Octal25235334
Decimal21157220
Hex159ddc

Different shades of #159ddc color code.

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

Light Shade of #159ddc
#38b3ec
Dark Shade of #159ddc
#117cad
Saturated Shade of #159ddc
#09a1e8
Desaturated Shade of #159ddc
#2199d0
Grey scale Shade of #159ddc
#787878
Brighten Shade
#2eb6f5
Most Readable Shade
#000000

Shades of #159ddc color code

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

#159ddc
#128bc3
#107aab
#0e6892
#0b577a
#094561
#073449
#042230
#021118
#000000

Similar Color like #159ddc color

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

#169edd
#179fde
#18a0df
#19a1e0
#1aa2e1
#1ba3e2
#1ca4e3
#1da5e4
#1ea6e5
#1fa7e6
#20a8e7
#21a9e8
#22aae9
#23abea
#149cdb
#139bda
#129ad9
#1199d8
#1098d7
#0f97d6
#0e96d5
#0d95d4
#0c94d3
#0b93d2
#0a92d1
#0991d0
#0890cf
#078fce

Monochromatic Color with #159ddc

#159ddc
#010507
#052432
#09425c
#0d6087
#117fb1

Tints of #159ddc Color

#159ddc
#2fa7df
#49b2e3
#63bde7
#7dc8eb
#97d3ef
#b1def3
#cbe9f7
#e5f4fb
#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

#159ddc
#dc5415

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

Split Complementary

#159ddc
#dc153a
#dcb815

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

Analogous Color

#15dccb
#15c5dc
#159ddc
#1575dc
#154ddc

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

#159ddc
#dc159d
#9ddc15

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

#159ddc
#b715dc
#dc5415
#39dc15

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

#159ddc
#dc5415
#dcb815
#153adc

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 #159ddc 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.

#159ddc Color Code Preview on Black Background Color

This is how #159ddc Color will look on black background color. Color contrast ratio is 6.89

#159ddc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #159ddc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #159ddc

#159ddc color code is use for CSS Background Color

Background color for the above div is #159ddc

HTML with inline CSS

<div style="background-color:#159ddc;"></div>

#159ddc color code is use for CSS Border Color

CSS Border color for the above div is #159ddc

HTML with inline CSS

<div style="border:5px solid #159ddc;"></div>

CSS Border Left color for the above div is #159ddc

HTML with inline CSS

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

CSS Border Right color for the above div is #159ddc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #159ddc

HTML with inline CSS

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

CSS Border Top color for the above div is #159ddc

HTML with inline CSS

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

#159ddc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#159ddc Color code Preview on White Background

This is how #159ddc Color code will look on white background color. Color contrast ratio is 3.05

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

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.