Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Bondi Blue | 0986A5 | #0986A5 | 9, 134, 165 | 3.53, 52.55, 64.71 | 94.55, 18.79, 0, 35.29 | 191.92307692308, 94.545454545455, 64.705882352941 |
Color #0986a5 is Bondi Blue. In RGB: 3.53, 52.55, 64.71. In CMYK: 94.55, 18.79, 0, 35.29.
div { background: #0986a5; color: #000; }
div { background: #0986a5; color: #fff; }
div { background: linear-gradient(to bottom, #006D8B 0%, #3BA0C0 100%); color: #000; }
div { background: linear-gradient(to bottom, #3BA0C0 0%, #006D8B 100%); color: #000; }
div { background: linear-gradient(to bottom, #006D8B 0%, #3BA0C0 100%); color: #fff; }
div { background: linear-gradient(to bottom, #3BA0C0 0%, #006D8B 100%); color: #fff; }
div { border: 1px solid #0986a5; }
div { border: 5px solid #0986a5; }
div { border: 1px dashed #0986a5; }
div { border: 5px dashed #0986a5; }
div { border: 1px dotted #0986a5; }
div { border: 5px dotted #0986a5; }