Name | Hex (RGB) | HTML/CSS (RGB) | RGB | RGB (%) | CMYK | HSV |
---|---|---|---|---|---|---|
Seagull | 70C5E7 | #70C5E7 | 112, 197, 231 | 43.92, 77.25, 90.59 | 51.52, 14.72, 0, 9.41 | 197.14285714286, 51.515151515152, 90.588235294118 |
Color #70c5e7 is Seagull. In RGB: 43.92, 77.25, 90.59. In CMYK: 51.52, 14.72, 0, 9.41.
div { background: #70c5e7; color: #000; }
div { background: #70c5e7; color: #fff; }
div { background: linear-gradient(to bottom, #52AACB 0%, #8DE1FF 100%); color: #000; }
div { background: linear-gradient(to bottom, #8DE1FF 0%, #52AACB 100%); color: #000; }
div { background: linear-gradient(to bottom, #52AACB 0%, #8DE1FF 100%); color: #fff; }
div { background: linear-gradient(to bottom, #8DE1FF 0%, #52AACB 100%); color: #fff; }
div { border: 1px solid #70c5e7; }
div { border: 5px solid #70c5e7; }
div { border: 1px dashed #70c5e7; }
div { border: 5px dashed #70c5e7; }
div { border: 1px dotted #70c5e7; }
div { border: 5px dotted #70c5e7; }