#2aacff color space conversions
Hex:
        #2aacff
        RGB:
        42, 172, 255
        CMY:
        84, 33, 0
        CMYK:
        84, 33, 0, 0
      HSL:
        203°, 100.0000%, 58.2353%
        HSV (HSB):
        203°, 83.5294%, 100.0000%
        XYZ:
        33.7574, 37.2173, 100.0122
        xyY:
        0.1974, 0.2177, 37.2173
      CIE-Lab:
        67.4397, -5.5642, -50.5524
        CIE-LCH:
        67.4397, 50.8577, 263.7188
        CIE-Luv:
        67.4397, -40.7415, -81.4013
        Hunter-Lab:
        61.0060, -7.9883, -54.4949
      #2aacff color charts
#2aacff RGB chart
      #2aacff CMYK chart
      #2aacff RGB pie chart
      #2aacff color shades, tints & tones
#2aacff color schemes
#2aacff color preview, HTML & CSS examples
           This text has a color of #2aacff        
        
          <p style="color:#2aacff;">Text here</p>
        
        
          .mytext {color:#2aacff;}
        
        Text color #2aacff
      
           This box has a color of #2aacff        
        
          <div style="background-color:#2aacff;">Content here</div>
        
        
          .mybackground {background-color:#2aacff;}
        
        Background color #2aacff
      
           Border around this has a color of #2aacff        
        
          <div style="border:2px solid #2aacff;">Content here</div>
        
        
          .myborder {border:2px solid #2aacff;}
        
        Border color #2aacff