#2aabec color space conversions
Hex:
        #2aabec
        RGB:
        42, 171, 236
        CMY:
        84, 33, 7
        CMYK:
        82, 28, 0, 7
      HSL:
        200°, 83.6207%, 54.5098%
        HSV (HSB):
        200°, 82.2034%, 92.5490%
        XYZ:
        30.6581, 35.6742, 84.6268
        xyY:
        0.2031, 0.2363, 35.6742
      CIE-Lab:
        66.2702, -11.7093, -42.0397
        CIE-LCH:
        66.2702, 43.6399, 254.4358
        CIE-Luv:
        66.2702, -41.5461, -66.0124
        Hunter-Lab:
        59.7279, -12.9004, -42.1969
      #2aabec color charts
#2aabec RGB chart
      #2aabec CMYK chart
      #2aabec RGB pie chart
      #2aabec color shades, tints & tones
#2aabec color schemes
#2aabec color preview, HTML & CSS examples
           This text has a color of #2aabec        
        
          <p style="color:#2aabec;">Text here</p>
        
        
          .mytext {color:#2aabec;}
        
        Text color #2aabec
      
           This box has a color of #2aabec        
        
          <div style="background-color:#2aabec;">Content here</div>
        
        
          .mybackground {background-color:#2aabec;}
        
        Background color #2aabec
      
           Border around this has a color of #2aabec        
        
          <div style="border:2px solid #2aabec;">Content here</div>
        
        
          .myborder {border:2px solid #2aabec;}
        
        Border color #2aabec