Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Blue Chill | 1B8997 | #1B8997 | 27, 137, 151 | 10.59, 53.73, 59.22 | 82.12, 9.27, 0, 40.78 | 186.77419354839, 82.119205298013, 59.21568627451 |
Color #1b8997 is Blue Chill. In RGB: 10.59, 53.73, 59.22. In CMYK: 82.12, 9.27, 0, 40.78.
div { background: #1b8997; color: #000; }
div { background: #1b8997; color: #fff; }
div { background: linear-gradient(to bottom, #006F7D 0%, #41A3B2 100%); color: #000; }
div { background: linear-gradient(to bottom, #41A3B2 0%, #006F7D 100%); color: #000; }
div { background: linear-gradient(to bottom, #006F7D 0%, #41A3B2 100%); color: #fff; }
div { background: linear-gradient(to bottom, #41A3B2 0%, #006F7D 100%); color: #fff; }
div { border: 1px solid #1b8997; }
div { border: 5px solid #1b8997; }
div { border: 1px dashed #1b8997; }
div { border: 5px dashed #1b8997; }
div { border: 1px dotted #1b8997; }
div { border: 5px dotted #1b8997; }