Skip to main content

Ice Cold

#B1F1E7

Ice Cold is a cool light color with the hex code #B1F1E7. This vibrant hue can be represented as RGB 177, 241, 231 in digital design or CMYK 27%, 0%, 4%, 5% for print applications. Find matching Pantone color.

Ice Cold color values

HEX
#B1F1E7
RGB
177, 241, 231
HSL
171°, 70%, 82%
CMYK
27, 0, 4, 5

About this color

Ice Cold sits at 171° on the color wheel with 70% saturation and 82% lightness, placing it in the cyan segment of the spectrum. At 70% saturation, the hue is fully legible and confident — richly chromatic without tipping into high-contrast territory. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.

In digital environments, Ice Cold is rendered as rgb(177, 241, 231), where the green channel leads at 241, with red and blue channels close behind. High saturation at this lightness produces strong contrast against white — effective for CTAs, badges, and elements that need to stop the eye.

For print, Ice Cold translates to a CMYK breakdown of 27C 0M 4Y 5K. With almost no black ink (5%), this color is built almost entirely from process inks: 27% cyan. This profile tends toward vibrancy in print, though ink density limits on press may affect saturation on coated versus uncoated stock. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.

How to use Ice Cold

CSS Variable

:root {
  --brand-primary: #B1F1E7;
  --brand-primary-rgb: 177, 241, 231;
}

Define as a CSS custom property for consistent theming across your site.

Tailwind Config

colors: {
  brand: '#B1F1E7',
}

Add to your Tailwind config to use classes like bg-brand.

Print Design (CMYK)

C: 27%
M: 0%
Y: 4%
K: 5%

Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.

RGB for Screens

rgb(177, 241, 231)
rgba(177, 241, 231, 0.8)

Use RGB notation for compatibility or add alpha channel for transparency.

Frequently asked questions

What color is #B1F1E7?
#B1F1E7 is Ice Cold, a cool light color with RGB values of 177, 241, 231. It has a hue of 171°, 70% saturation, and 82% lightness in the HSL color space.
What is the RGB value of #B1F1E7?
The RGB color code for #B1F1E7 is rgb(177, 241, 231). This means it contains 177 red, 241 green, and 231 blue in the RGB color model.
Is Ice Cold a warm or cool color?
Ice Cold (#B1F1E7) is a cool color with a hue between 120-300° on the color wheel.
How do I use #B1F1E7 in CSS?
You can use #B1F1E7 in CSS with: background-color: #B1F1E7; or color: #B1F1E7; or as an RGB value: rgb(177, 241, 231). For print design, use CMYK: 27%, 0%, 4%, 5%.