#3afefa color space conversions
Hex:
        #3afefa
        RGB:
        58, 254, 250
        CMY:
        77, 0, 2
        CMYK:
        77, 0, 2, 0
      HSL:
        179°, 98.9899%, 61.1765%
        HSV (HSB):
        179°, 77.1654%, 99.6078%
        XYZ:
        54.4421, 78.6853, 102.7609
        xyY:
        0.2308, 0.3336, 78.6853
      CIE-Lab:
        91.0917, -46.3595, -11.5381
        CIE-LCH:
        91.0917, 47.7737, 193.9761
        CIE-Luv:
        91.0917, -67.1522, -11.1106
        Hunter-Lab:
        88.7047, -45.6799, -6.5918
      #3afefa color charts
#3afefa RGB chart
      #3afefa CMYK chart
      #3afefa RGB pie chart
      #3afefa color shades, tints & tones
#3afefa color schemes
#3afefa color preview, HTML & CSS examples
           This text has a color of #3afefa        
        
          <p style="color:#3afefa;">Text here</p>
        
        
          .mytext {color:#3afefa;}
        
        Text color #3afefa
      
           This box has a color of #3afefa        
        
          <div style="background-color:#3afefa;">Content here</div>
        
        
          .mybackground {background-color:#3afefa;}
        
        Background color #3afefa
      
           Border around this has a color of #3afefa        
        
          <div style="border:2px solid #3afefa;">Content here</div>
        
        
          .myborder {border:2px solid #3afefa;}
        
        Border color #3afefa