#5eface color space conversions
Hex:
        #5eface
        RGB:
        94, 250, 206
        CMY:
        63, 2, 19
        CMYK:
        62, 0, 18, 2
      HSL:
        163°, 93.9759%, 67.4510%
        HSV (HSB):
        163°, 62.4000%, 98.0392%
        XYZ:
        49.9423, 75.2071, 70.2767
        xyY:
        0.2556, 0.3848, 75.2071
      CIE-Lab:
        89.4899, -51.2260, 9.0380
        CIE-LCH:
        89.4899, 52.0172, 169.9940
        CIE-Luv:
        89.4899, -62.8278, 22.1148
        Hunter-Lab:
        86.7220, -48.9674, 12.6587
      #5eface color charts
#5eface RGB chart
      #5eface CMYK chart
      #5eface RGB pie chart
      #5eface color shades, tints & tones
#5eface color schemes
#5eface color preview, HTML & CSS examples
           This text has a color of #5eface        
        
          <p style="color:#5eface;">Text here</p>
        
        
          .mytext {color:#5eface;}
        
        Text color #5eface
      
           This box has a color of #5eface        
        
          <div style="background-color:#5eface;">Content here</div>
        
        
          .mybackground {background-color:#5eface;}
        
        Background color #5eface
      
           Border around this has a color of #5eface        
        
          <div style="border:2px solid #5eface;">Content here</div>
        
        
          .myborder {border:2px solid #5eface;}
        
        Border color #5eface