#2fabda color space conversions
Hex:
        #2fabda
        RGB:
        47, 171, 218
        CMY:
        82, 33, 15
        CMYK:
        78, 22, 0, 15
      HSL:
        196°, 69.7959%, 51.9608%
        HSV (HSB):
        196°, 78.4404%, 85.4902%
        XYZ:
        28.3901, 34.7921, 71.5489
        xyY:
        0.2107, 0.2582, 34.7921
      CIE-Lab:
        65.5865, -17.4354, -33.2115
        CIE-LCH:
        65.5865, 37.5099, 242.3014
        CIE-Luv:
        65.5865, -42.1018, -50.2824
        Hunter-Lab:
        58.9848, -17.3093, -30.6297
      #2fabda color charts
#2fabda RGB chart
      #2fabda CMYK chart
      #2fabda RGB pie chart
      #2fabda color shades, tints & tones
#2fabda color schemes
#2fabda color preview, HTML & CSS examples
           This text has a color of #2fabda        
        
          <p style="color:#2fabda;">Text here</p>
        
        
          .mytext {color:#2fabda;}
        
        Text color #2fabda
      
           This box has a color of #2fabda        
        
          <div style="background-color:#2fabda;">Content here</div>
        
        
          .mybackground {background-color:#2fabda;}
        
        Background color #2fabda
      
           Border around this has a color of #2fabda        
        
          <div style="border:2px solid #2fabda;">Content here</div>
        
        
          .myborder {border:2px solid #2fabda;}
        
        Border color #2fabda