crispedge.com

Color picker

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

#9ab4ca hex color - Blue - Cool color - Information

#9ab4ca hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #9ab4ca Color code in RGB color code model is created after adding 60.39% red color, 70.59% green color and 79.22% blue color. Hex #9ab4ca Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 11% magenta, 0% yellow and 21% black.

Hex #9ab4ca color code is between #99bbcc web safe hex color code and #aaaabb web safe hex color code. #99bbcc is the nearest web safe color code. You can see here many more shades of #9ab4ca color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code9ab4ca#9ab4ca
RGB Decimal154, 180, 202rgb(154, 180, 202)
RGB Percent60%, 71%, 79%rgb(60%, 71%, 79%)
CSS RGBa154, 180, 202,1rgba(154,180,202,1)
CMYK Modelcmyk(24%,11%,0%,21%)
HSL Color Space208,31% ,70%hsl(208,31% ,70%)
HSV Color Space208°, 24%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100110101011010011001010
Octal232264312
Decimal154180202
Hex9ab4ca

Different shades of #9ab4ca color code.

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

Light Shade of #9ab4ca
#bbcddc
Dark Shade of #9ab4ca
#799bb8
Saturated Shade of #9ab4ca
#92b5d2
Desaturated Shade of #9ab4ca
#a2b3c2
Grey scale Shade of #9ab4ca
#b2b2b2
Brighten Shade
#b3cde3
Most Readable Shade
#000000

Shades of #9ab4ca color code

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

#9ab4ca
#88a0b3
#778c9d
#667886
#556470
#445059
#333c43
#22282c
#111416
#000000

Similar Color like #9ab4ca color

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

#9bb5cb
#9cb6cc
#9db7cd
#9eb8ce
#9fb9cf
#a0bad0
#a1bbd1
#a2bcd2
#a3bdd3
#a4bed4
#a5bfd5
#a6c0d6
#a7c1d7
#a8c2d8
#99b3c9
#98b2c8
#97b1c7
#96b0c6
#95afc5
#94aec4
#93adc3
#92acc2
#91abc1
#90aac0
#8fa9bf
#8ea8be
#8da7bd
#8ca6bc

Monochromatic Color with #9ab4ca

#9ab4ca
#badaf4
#181c20
#39424a
#596875
#7a8e9f

Tints of #9ab4ca Color

#9ab4ca
#a5bccf
#b0c4d5
#bbcddb
#c6d5e1
#d2dde7
#dde6ed
#e8eef3
#f3f6f9
#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

#9ab4ca
#cab09a

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

Split Complementary

#9ab4ca
#ca9a9c
#cac89a

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

Analogous Color

#9ac7ca
#9abeca
#9ab4ca
#9aaaca
#9aa1ca

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

#9ab4ca
#ca9ab4
#b4ca9a

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

#9ab4ca
#c89aca
#cab09a
#9cca9a

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

#9ab4ca
#cab09a
#cac89a
#9a9cca

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 #9ab4ca 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.

#9ab4ca Color Code Preview on Black Background Color

This is how #9ab4ca Color will look on black background color. Color contrast ratio is 9.76

#9ab4ca in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ab4ca

HTML with inline CSS

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

Your Example Paragraph content text in with font color #9ab4ca

#9ab4ca color code is use for CSS Background Color

Background color for the above div is #9ab4ca

HTML with inline CSS

<div style="background-color:#9ab4ca;"></div>

#9ab4ca color code is use for CSS Border Color

CSS Border color for the above div is #9ab4ca

HTML with inline CSS

<div style="border:5px solid #9ab4ca;"></div>

CSS Border Left color for the above div is #9ab4ca

HTML with inline CSS

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

CSS Border Right color for the above div is #9ab4ca

HTML with inline CSS

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

CSS Border Bottom color for the above div is #9ab4ca

HTML with inline CSS

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

CSS Border Top color for the above div is #9ab4ca

HTML with inline CSS

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

#9ab4ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#9ab4ca Color code Preview on White Background

This is how #9ab4ca Color code will look on white background color. Color contrast ratio is 2.15

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

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.