Looney Blue
#11ffff
Here's everything about the color Looney Blue (#11ffff) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #11ffff | |
|---|---|---|
| RGB | rgb(17, 255, 255) | |
| HSL | hsl(180, 100%, 53%) | |
| CMYK | cmyk(93%, 0%, 0%, 0%) | |
| LAB | lab(91, -50, -15) | |
| OKLCH | oklch(0.91 0.153 195) |
Color harmonies
Tints & shades
Code snippets
color: #11ffff;
background-color: #11ffff;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF11FFFF)
/* Swift / UIKit */
UIColor(red: 0.07, green: 1.00, blue: 1.00, alpha: 1.0)