#01beda color space conversions
Hex:
        #01beda
        RGB:
        1, 190, 218
        CMY:
        100, 25, 15
        CMYK:
        100, 13, 0, 15
      HSL:
        188°, 99.0868%, 42.9412%
        HSV (HSB):
        188°, 99.5413%, 85.4902%
        XYZ:
        31.0809, 41.8953, 72.7781
        xyY:
        0.2132, 0.2874, 41.8953
      CIE-Lab:
        70.7987, -29.6595, -25.2151
        CIE-LCH:
        70.7987, 38.9292, 220.3696
        CIE-Luv:
        70.7987, -51.7406, -35.7197
        Hunter-Lab:
        64.7266, -27.5582, -21.3567
      #01beda color charts
#01beda RGB chart
      #01beda CMYK chart
      #01beda RGB pie chart
      #01beda color shades, tints & tones
#01beda color schemes
#01beda color preview, HTML & CSS examples
           This text has a color of #01beda        
        
          <p style="color:#01beda;">Text here</p>
        
        
          .mytext {color:#01beda;}
        
        Text color #01beda
      
           This box has a color of #01beda        
        
          <div style="background-color:#01beda;">Content here</div>
        
        
          .mybackground {background-color:#01beda;}
        
        Background color #01beda
      
           Border around this has a color of #01beda        
        
          <div style="border:2px solid #01beda;">Content here</div>
        
        
          .myborder {border:2px solid #01beda;}
        
        Border color #01beda