Sky blue to RGB — Color Code

RGB

rgb(117, 187, 253)

Format Value
HEX #75bbfd
RGB rgb(117, 187, 253)
HSL hsl(209.1, 97.1%, 72.5%)
CMYK cmyk(53.8%, 26.1%, 0%, 0.8%)

What is the RGB code for sky blue?

The CSS color sky blue in RGB format is rgb(117, 187, 253). Use this value directly in CSS, SVG, and most design tools.

How do I use sky blue in CSS?

To apply sky blue in CSS:

  • Text color: color: rgb(117, 187, 253);
  • Background: background-color: rgb(117, 187, 253);
  • Border: border-color: rgb(117, 187, 253);

What are all the color format values for sky blue?

FormatValue
HEX#75bbfd
RGBrgb(117, 187, 253)
HSLhsl(209.1, 97.1%, 72.5%)
CMYKcmyk(53.8%, 26.1%, 0%, 0.8%)

How do I convert sky blue to RGB?

Select sky blue from the color name list in our color converter. The RGB value — rgb(117, 187, 253) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does sky blue belong to?

sky blue belongs to the blue color family. It is a light, vivid color with HSL values: hue 209.1°, saturation 97.1%, lightness 72.5%.

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

Lighter variant (lightness 87.5%): #c0e0fe. Darker variant (lightness 57.5%): #2996fc. 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.