#3afded color space conversions
Hex:
        #3afded
        RGB:
        58, 253, 237
        CMY:
        77, 1, 7
        CMYK:
        77, 0, 6, 1
      HSL:
        175°, 97.9899%, 60.9804%
        HSV (HSB):
        175°, 77.0751%, 99.2157%
        XYZ:
        52.1563, 77.2645, 92.2854
        xyY:
        0.2352, 0.3485, 77.2645
      CIE-Lab:
        90.4432, -49.4590, -5.7497
        CIE-LCH:
        90.4432, 49.7921, 186.6310
        CIE-Luv:
        90.4432, -67.7626, -1.1809
        Hunter-Lab:
        87.9002, -47.9111, -0.7177
      #3afded color charts
#3afded RGB chart
      #3afded CMYK chart
      #3afded RGB pie chart
      #3afded color shades, tints & tones
#3afded color schemes
#3afded color preview, HTML & CSS examples
           This text has a color of #3afded        
        
          <p style="color:#3afded;">Text here</p>
        
        
          .mytext {color:#3afded;}
        
        Text color #3afded
      
           This box has a color of #3afded        
        
          <div style="background-color:#3afded;">Content here</div>
        
        
          .mybackground {background-color:#3afded;}
        
        Background color #3afded
      
           Border around this has a color of #3afded        
        
          <div style="border:2px solid #3afded;">Content here</div>
        
        
          .myborder {border:2px solid #3afded;}
        
        Border color #3afded