Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
deepskyblue | 1BCBFC | #1BCBFC | 27, 203, 252 | 10.59, 79.61, 98.82 | 89.29, 19.44, 0, 1.18 | 193.06666666667, 89.285714285714, 98.823529411765 |
Color #1bcbfc is deepskyblue. In RGB: 10.59, 79.61, 98.82. In CMYK: 89.29, 19.44, 0, 1.18.
div { background: #1bcbfc; color: #000; }
div { background: #1bcbfc; color: #fff; }
div { background: linear-gradient(to bottom, #00AFDF 0%, #52E7FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #52E7FF 0%, #00AFDF 100%); color: #000; }
div { background: linear-gradient(to bottom, #00AFDF 0%, #52E7FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #52E7FF 0%, #00AFDF 100%); color: #fff; }
div { border: 1px solid #1bcbfc; }
div { border: 5px solid #1bcbfc; }
div { border: 1px dashed #1bcbfc; }
div { border: 5px dashed #1bcbfc; }
div { border: 1px dotted #1bcbfc; }
div { border: 5px dotted #1bcbfc; }