Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Sky Blue | 46DBFC | #46DBFC | 70, 219, 252 | 27.45, 85.88, 98.82 | 72.22, 13.1, 0, 1.18 | 190.87912087912, 72.222222222222, 98.823529411765 |
Color #46dbfc is Sky Blue. In RGB: 27.45, 85.88, 98.82. In CMYK: 72.22, 13.1, 0, 1.18.
div { background: #46dbfc; color: #000; }
div { background: #46dbfc; color: #fff; }
div { background: linear-gradient(to bottom, #00BFDF 0%, #6CF8FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #6CF8FF 0%, #00BFDF 100%); color: #000; }
div { background: linear-gradient(to bottom, #00BFDF 0%, #6CF8FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #6CF8FF 0%, #00BFDF 100%); color: #fff; }
div { border: 1px solid #46dbfc; }
div { border: 5px solid #46dbfc; }
div { border: 1px dashed #46dbfc; }
div { border: 5px dashed #46dbfc; }
div { border: 1px dotted #46dbfc; }
div { border: 5px dotted #46dbfc; }