crispedge.com

Color picker

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

#aabbcb hex color - Blue - Cool color - Information

#aabbcb hex color - Blue - Cool color

Color Mixture: Cyan Blue

Color Hue/Base color: Blue

Hex #aabbcb Color code in RGB color code model is created after adding 66.67% red color, 73.33% green color and 79.61% blue color. Hex #aabbcb Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 8% magenta, 0% yellow and 20% black.

Hex #aabbcb color code is between #99aacc web safe hex color code and #bbccbb web safe hex color code. #99aacc is the nearest web safe color code. You can see here many more shades of #aabbcb color code.

0 Likes 0 Comments | 36 Views

Color Table

Hex Color Codeaabbcb#aabbcb
RGB Decimal170, 187, 203rgb(170, 187, 203)
RGB Percent67%, 73%, 80%rgb(67%, 73%, 80%)
CSS RGBa170, 187, 203,1rgba(170,187,203,1)
CMYK Modelcmyk(16%,8%,0%,20%)
HSL Color Space209,24% ,73%hsl(209,24% ,73%)
HSV Color Space209°, 16%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101011101111001011
Octal252273313
Decimal170187203
Hexaabbcb

Different shades of #aabbcb color code.

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

Light Shade of #aabbcb
#cad4de
Dark Shade of #aabbcb
#8aa2b8
Saturated Shade of #aabbcb
#a3bbd2
Desaturated Shade of #aabbcb
#b1bbc4
Grey scale Shade of #aabbcb
#bababa
Brighten Shade
#c3d4e4
Most Readable Shade
#000000

Shades of #aabbcb color code

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

#aabbcb
#97a6b4
#84919d
#717c87
#5e6770
#4b535a
#383e43
#25292d
#121416
#000000

Similar Color like #aabbcb color

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

#abbccc
#acbdcd
#adbece
#aebfcf
#afc0d0
#b0c1d1
#b1c2d2
#b2c3d3
#b3c4d4
#b4c5d5
#b5c6d6
#b6c7d7
#b7c8d8
#b8c9d9
#a9baca
#a8b9c9
#a7b8c8
#a6b7c7
#a5b6c6
#a4b5c5
#a3b4c4
#a2b3c3
#a1b2c2
#a0b1c1
#9fb0c0
#9eafbf
#9daebe
#9cadbd

Monochromatic Color with #aabbcb

#aabbcb
#cee2f5
#1c1e21
#3f464b
#636d76
#8694a0

Tints of #aabbcb Color

#aabbcb
#b3c2d0
#bccad6
#c6d1dc
#cfd9e2
#d9e0e7
#e2e8ed
#eceff3
#f5f7f9
#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

#aabbcb
#cbbaaa

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

Split Complementary

#aabbcb
#cbaaaa
#cbcbaa

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

Analogous Color

#aac8cb
#aac2cb
#aabbcb
#aab4cb
#aaaecb

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

#aabbcb
#cbaabb
#bbcbaa

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

#aabbcb
#caaacb
#cbbaaa
#aacbaa

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

#aabbcb
#cbbaaa
#cbcbaa
#aaaacb

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

#aabbcb Color Code Preview on Black Background Color

This is how #aabbcb Color will look on black background color. Color contrast ratio is 10.68

#aabbcb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabbcb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aabbcb

#aabbcb color code is use for CSS Background Color

Background color for the above div is #aabbcb

HTML with inline CSS

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

#aabbcb color code is use for CSS Border Color

CSS Border color for the above div is #aabbcb

HTML with inline CSS

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

CSS Border Left color for the above div is #aabbcb

HTML with inline CSS

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

CSS Border Right color for the above div is #aabbcb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aabbcb

HTML with inline CSS

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

CSS Border Top color for the above div is #aabbcb

HTML with inline CSS

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

#aabbcb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aabbcb Color code Preview on White Background

This is how #aabbcb Color code will look on white background color. Color contrast ratio is 1.97

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

Related Gradients

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

0 Likes 0 Comments | 36 Views

Post your comment:-

By submitting comment you agree to our privacy policy.