#2ebade color space conversions
Hex:
        #2ebade
        RGB:
        46, 186, 222
        CMY:
        82, 27, 13
        CMYK:
        79, 16, 0, 13
      HSL:
        192°, 72.7273%, 52.5490%
        HSV (HSB):
        192°, 79.2793%, 87.0588%
        XYZ:
        31.8704, 40.9726, 75.3360
        xyY:
        0.2151, 0.2765, 40.9726
      CIE-Lab:
        70.1567, -23.9997, -28.3470
        CIE-LCH:
        70.1567, 37.1422, 229.7474
        CIE-Luv:
        70.1567, -47.1737, -41.6624
        Hunter-Lab:
        64.0098, -23.1422, -24.9741
      #2ebade color charts
#2ebade RGB chart
      #2ebade CMYK chart
      #2ebade RGB pie chart
      #2ebade color shades, tints & tones
#2ebade color schemes
#2ebade color preview, HTML & CSS examples
           This text has a color of #2ebade        
        
          <p style="color:#2ebade;">Text here</p>
        
        
          .mytext {color:#2ebade;}
        
        Text color #2ebade
      
           This box has a color of #2ebade        
        
          <div style="background-color:#2ebade;">Content here</div>
        
        
          .mybackground {background-color:#2ebade;}
        
        Background color #2ebade
      
           Border around this has a color of #2ebade        
        
          <div style="border:2px solid #2ebade;">Content here</div>
        
        
          .myborder {border:2px solid #2ebade;}
        
        Border color #2ebade