Cloudy blue to RGB — Color Code

RGB

rgb(172, 194, 217)

Format Value
HEX #acc2d9
RGB rgb(172, 194, 217)
HSL hsl(210.7, 37.2%, 76.3%)
CMYK cmyk(20.7%, 10.6%, 0%, 14.9%)

What is the RGB code for cloudy blue?

The CSS color cloudy blue in RGB format is rgb(172, 194, 217). Use this value directly in CSS, SVG, and most design tools.

How do I use cloudy blue in CSS?

To apply cloudy blue in CSS:

  • Text color: color: rgb(172, 194, 217);
  • Background: background-color: rgb(172, 194, 217);
  • Border: border-color: rgb(172, 194, 217);

What are all the color format values for cloudy blue?

FormatValue
HEX#acc2d9
RGBrgb(172, 194, 217)
HSLhsl(210.7, 37.2%, 76.3%)
CMYKcmyk(20.7%, 10.6%, 0%, 14.9%)

How do I convert cloudy blue to RGB?

Select cloudy blue from the color name list in our color converter. The RGB value — rgb(172, 194, 217) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does cloudy blue belong to?

cloudy blue belongs to the blue color family. It is a light, moderately saturated color with HSL values: hue 210.7°, saturation 37.2%, lightness 76.3%.

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

Lighter variant (lightness 91.3%): #e1e9f1. Darker variant (lightness 61.3%): #789bc1. 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.