#2fbaec color space conversions
Hex:
        #2fbaec
        RGB:
        47, 186, 236
        CMY:
        82, 27, 7
        CMYK:
        80, 21, 0, 7
      HSL:
        196°, 83.2599%, 55.4902%
        HSV (HSB):
        196°, 80.0847%, 92.5490%
        XYZ:
        33.8715, 41.7783, 85.6357
        xyY:
        0.2100, 0.2590, 41.7783
      CIE-Lab:
        70.7178, -19.2951, -35.0993
        CIE-LCH:
        70.7178, 40.0532, 241.2011
        CIE-Luv:
        70.7178, -46.1168, -53.7818
        Hunter-Lab:
        64.6361, -19.5732, -33.3074
      #2fbaec color charts
#2fbaec RGB chart
      #2fbaec CMYK chart
      #2fbaec RGB pie chart
      #2fbaec color shades, tints & tones
#2fbaec color schemes
#2fbaec color preview, HTML & CSS examples
           This text has a color of #2fbaec        
        
          <p style="color:#2fbaec;">Text here</p>
        
        
          .mytext {color:#2fbaec;}
        
        Text color #2fbaec
      
           This box has a color of #2fbaec        
        
          <div style="background-color:#2fbaec;">Content here</div>
        
        
          .mybackground {background-color:#2fbaec;}
        
        Background color #2fbaec
      
           Border around this has a color of #2fbaec        
        
          <div style="border:2px solid #2fbaec;">Content here</div>
        
        
          .myborder {border:2px solid #2fbaec;}
        
        Border color #2fbaec