Blue Bikini
#00bbee
Here's everything about the color Blue Bikini (#00bbee) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #00bbee | |
|---|---|---|
| RGB | rgb(0, 187, 238) | |
| HSL | hsl(193, 100%, 47%) | |
| CMYK | cmyk(100%, 21%, 0%, 7%) | |
| LAB | lab(70, -27, -37) | |
| OKLCH | oklch(0.74 0.141 226) |
Color harmonies
Tints & shades
Code snippets
color: #00bbee;
background-color: #00bbee;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-cyan-500 /* ≈ #00b8db */
/* Flutter */
Color(0xFF00BBEE)
/* Swift / UIKit */
UIColor(red: 0.00, green: 0.73, blue: 0.93, alpha: 1.0)