Powderblue to RGB — Color Code

RGB

rgb(176, 224, 230)

Format Value
HEX #b0e0e6
RGB rgb(176, 224, 230)
HSL hsl(186.7, 51.9%, 79.6%)
CMYK cmyk(23.5%, 2.6%, 0%, 9.8%)

What is the RGB code for powderblue?

The CSS color powderblue in RGB format is rgb(176, 224, 230). Use this value directly in CSS, SVG, and most design tools.

How do I use powderblue in CSS?

To apply powderblue in CSS:

  • Text color: color: rgb(176, 224, 230);
  • Background: background-color: rgb(176, 224, 230);
  • Border: border-color: rgb(176, 224, 230);

What are all the color format values for powderblue?

FormatValue
HEX#b0e0e6
RGBrgb(176, 224, 230)
HSLhsl(186.7, 51.9%, 79.6%)
CMYKcmyk(23.5%, 2.6%, 0%, 9.8%)

How do I convert powderblue to RGB?

Select powderblue from the color name list in our color converter. The RGB value — rgb(176, 224, 230) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does powderblue belong to?

powderblue belongs to the cyan color family. It is a light, moderately saturated color with HSL values: hue 186.7°, saturation 51.9%, lightness 79.6%.

How do I create lighter and darker shades of powderblue?

Lighter variant (lightness 94.6%): #eaf7f8. Darker variant (lightness 64.6%): #76c9d4. 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.