#2ab2ed color space conversions
Hex:
        #2ab2ed
        RGB:
        42, 178, 237
        CMY:
        84, 30, 7
        CMYK:
        82, 25, 0, 7
      HSL:
        198°, 84.4156%, 54.7059%
        HSV (HSB):
        198°, 82.2785%, 92.9412%
        XYZ:
        32.1613, 38.4475, 85.8468
        xyY:
        0.2056, 0.2457, 38.4475
      CIE-Lab:
        68.3491, -15.1548, -39.3348
        CIE-LCH:
        68.3491, 42.1532, 248.9294
        CIE-Luv:
        68.3491, -43.8579, -61.2715
        Hunter-Lab:
        62.0060, -15.9261, -38.6823
      #2ab2ed color charts
#2ab2ed RGB chart
      #2ab2ed CMYK chart
      #2ab2ed RGB pie chart
      #2ab2ed color shades, tints & tones
#2ab2ed color schemes
#2ab2ed color preview, HTML & CSS examples
           This text has a color of #2ab2ed        
        
          <p style="color:#2ab2ed;">Text here</p>
        
        
          .mytext {color:#2ab2ed;}
        
        Text color #2ab2ed
      
           This box has a color of #2ab2ed        
        
          <div style="background-color:#2ab2ed;">Content here</div>
        
        
          .mybackground {background-color:#2ab2ed;}
        
        Background color #2ab2ed
      
           Border around this has a color of #2ab2ed        
        
          <div style="border:2px solid #2ab2ed;">Content here</div>
        
        
          .myborder {border:2px solid #2ab2ed;}
        
        Border color #2ab2ed