Aquatic
#99c1cc
Looking for the precise values behind Aquatic (#99c1cc)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #99c1cc | |
|---|---|---|
| RGB | rgb(153, 193, 204) | |
| HSL | hsl(193, 33%, 70%) | |
| CMYK | cmyk(25%, 5%, 0%, 20%) | |
| LAB | lab(75, -12, -10) | |
| OKLCH | oklch(0.79 0.045 216) |
Color harmonies
Tints & shades
Code snippets
color: #99c1cc;
background-color: #99c1cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF99C1CC)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.76, blue: 0.80, alpha: 1.0)