Powder blue to RGB — Color Code

RGB

rgb(177, 209, 252)

Format Value
HEX #b1d1fc
RGB rgb(177, 209, 252)
HSL hsl(214.4, 92.6%, 84.1%)
CMYK cmyk(29.8%, 17.1%, 0%, 1.2%)

What is the RGB code for powder blue?

The CSS color powder blue in RGB format is rgb(177, 209, 252). Use this value directly in CSS, SVG, and most design tools.

How do I use powder blue in CSS?

To apply powder blue in CSS:

  • Text color: color: rgb(177, 209, 252);
  • Background: background-color: rgb(177, 209, 252);
  • Border: border-color: rgb(177, 209, 252);

What are all the color format values for powder blue?

FormatValue
HEX#b1d1fc
RGBrgb(177, 209, 252)
HSLhsl(214.4, 92.6%, 84.1%)
CMYKcmyk(29.8%, 17.1%, 0%, 1.2%)

How do I convert powder blue to RGB?

Select powder blue from the color name list in our color converter. The RGB value — rgb(177, 209, 252) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does powder blue belong to?

powder blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 214.4°, saturation 92.6%, lightness 84.1%.

How do I create lighter and darker shades of powder blue?

Lighter variant (lightness 95%): #e6f1fe. Darker variant (lightness 69.1%): #67a6f9. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.