#B3DECD Color Information

Hex color code: #B3DECD

#B3DECD is a light cyan color. In RGB it is (179, 222, 205), and in HSL it is (156°, 39%, 79%). It is commonly used in modern UI design.

Try:
Color NamePowder Blue
HEX
#B3DECD
RGB
179, 222, 205
HSL
156°, 39%, 79%
CMYK
19%, 0%, 8%, 13%

Shades

CSS Usage
color: #B3DECD;
background-color: #B3DECD;
border-color: #B3DECD;
box-shadow: 0 0 10px #B3DECD;
border: 2px solid #B3DECD;
Tailwind Usage
bg-[#B3DECD]
text-[#B3DECD]
border-[#B3DECD]
shadow-[0_0_10px_B3DECD]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #B3DECD, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #B3DECD; color: #000000; }

Badge

New Feature
.badge { background-color: #B3DECD; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #B3DECD; background-color: #B3DECD15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #B3DECD20; border-left: 4px solid #B3DECD; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #B3DECD; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

Color Theory

Relationships based on the position of #B3DECD in the color wheel.

Current Complementary Triadic Analogous

RGB, HSL and CMYK Values

RGB

179, 222, 205

Red: 179 / Green: 222 / Blue: 205

HSL

156°, 39%, 79%

Hue: 156° / Saturation: 39% / Lightness: 79%

CMYK

19%, 0%, 8%, 13%

Cyan: 19% / Magenta: 0% / Yellow: 8% / Key: 13%

What color is #B3DECD?

#B3DECD is a cyan-blue hue associated with trust and professionalism.

Color Shades

Complementary Colors

Color Palette

HEX to RGB

Convert #B3DECD to RGB:

rgb(179, 222, 205)HEX to RGB Converter →

HEX to HSL

Convert #B3DECD to HSL:

hsl(156, 39%, 79%)RGB to HSL Converter →

HEX to CMYK

Convert #B3DECD to CMYK:

cmyk(19%, 0%, 8%, 13%)Color Converter →

Color Meaning and Usage

A ethereal cyan tone, #B3DECD has RGB (179, 222, 205) and HSL (156°, 39%, 79%). Known for evoking trust and professionalism, this cyan-blue hue is a solid option for clean and minimal interfaces. Lighter variations like #FFFFFF create softer gradients.

The complementary color of #B3DECD is #DEB5C5, creating high-contrast pairings. For softer combinations, try analogous colors like #B5DEB9.

Use #B3DECD in CSS: color: #B3DECD or background-color: #B3DECD. Create palettes with Color Palette Generator or check contrast with Contrast Checker.

Contrast with #B3DECD

Sample text on this color - The quick brown fox jumps over the lazy dog.

Contrast Ratio: 14.25:1
WCAG AA: Pass
WCAG AAA: Pass

Need more control? Contrast Checker →

Frequently Asked Questions

What color is #B3DECD?

#B3DECD is a ethereal cyan color - a cyan-blue hue that evokes trust and professionalism.

What is the RGB value of #B3DECD?

#B3DECD in RGB is (179, 222, 205) - 179 red, 222 green, and 205 blue.

How to use #B3DECD in CSS?

Use #B3DECD directly in your CSS properties like color or background-color.

What colors go well with #B3DECD?

#DEB5C5 (complementary), #B5DEB9 (analogous), and #7FC7AA (lighter shade) work well with #B3DECD.