#2addfc color space conversions
Hex:
        #2addfc
        RGB:
        42, 221, 252
        CMY:
        84, 13, 1
        CMYK:
        83, 12, 0, 1
      HSL:
        189°, 97.2222%, 57.6471%
        HSV (HSB):
        189°, 83.3333%, 98.8235%
        XYZ:
        44.3820, 59.2334, 101.1895
        xyY:
        0.2167, 0.2892, 59.2334
      CIE-Lab:
        81.4197, -32.0070, -27.2089
        CIE-LCH:
        81.4197, 42.0091, 220.3676
        CIE-Luv:
        81.4197, -57.4332, -39.3561
        Hunter-Lab:
        76.9632, -31.7511, -24.0788
      #2addfc color charts
#2addfc RGB chart
      #2addfc CMYK chart
      #2addfc RGB pie chart
      #2addfc color shades, tints & tones
#2addfc color schemes
#2addfc color preview, HTML & CSS examples
           This text has a color of #2addfc        
        
          <p style="color:#2addfc;">Text here</p>
        
        
          .mytext {color:#2addfc;}
        
        Text color #2addfc
      
           This box has a color of #2addfc        
        
          <div style="background-color:#2addfc;">Content here</div>
        
        
          .mybackground {background-color:#2addfc;}
        
        Background color #2addfc
      
           Border around this has a color of #2addfc        
        
          <div style="border:2px solid #2addfc;">Content here</div>
        
        
          .myborder {border:2px solid #2addfc;}
        
        Border color #2addfc