#a5feec color space conversions
Hex:
        #a5feec
        RGB:
        165, 254, 236
        CMY:
        35, 0, 7
        CMYK:
        35, 0, 7, 0
      HSL:
        168°, 97.8022%, 82.1569%
        HSV (HSB):
        168°, 35.0394%, 99.6078%
        XYZ:
        66.0992, 84.9391, 92.2680
        xyY:
        0.2717, 0.3491, 84.9391
      CIE-Lab:
        93.8569, -30.5357, 0.1477
        CIE-LCH:
        93.8569, 30.5361, 179.7228
        CIE-Luv:
        93.8569, -41.8850, 5.4004
        Hunter-Lab:
        92.1624, -33.2634, 5.1558
      #a5feec color charts
#a5feec RGB chart
      #a5feec CMYK chart
      #a5feec RGB pie chart
      #a5feec color shades, tints & tones
#a5feec color schemes
#a5feec color preview, HTML & CSS examples
           This text has a color of #a5feec        
        
          <p style="color:#a5feec;">Text here</p>
        
        
          .mytext {color:#a5feec;}
        
        Text color #a5feec
      
           This box has a color of #a5feec        
        
          <div style="background-color:#a5feec;">Content here</div>
        
        
          .mybackground {background-color:#a5feec;}
        
        Background color #a5feec
      
           Border around this has a color of #a5feec        
        
          <div style="border:2px solid #a5feec;">Content here</div>
        
        
          .myborder {border:2px solid #a5feec;}
        
        Border color #a5feec