#3aefee color space conversions
Hex:
        #3aefee
        RGB:
        58, 239, 238
        CMY:
        77, 6, 7
        CMYK:
        76, 0, 0, 6
      HSL:
        180°, 84.9765%, 58.2353%
        HSV (HSB):
        180°, 75.7322%, 93.7255%
        XYZ:
        48.0440, 68.8056, 91.6375
        xyY:
        0.2304, 0.3300, 68.8056
      CIE-Lab:
        86.4077, -43.1185, -12.2636
        CIE-LCH:
        86.4077, 44.8286, 195.8766
        CIE-Luv:
        86.4077, -62.9235, -12.7367
        Hunter-Lab:
        82.9491, -41.7740, -7.4359
      #3aefee color charts
#3aefee RGB chart
      #3aefee CMYK chart
      #3aefee RGB pie chart
      #3aefee color shades, tints & tones
#3aefee color schemes
#3aefee color preview, HTML & CSS examples
           This text has a color of #3aefee        
        
          <p style="color:#3aefee;">Text here</p>
        
        
          .mytext {color:#3aefee;}
        
        Text color #3aefee
      
           This box has a color of #3aefee        
        
          <div style="background-color:#3aefee;">Content here</div>
        
        
          .mybackground {background-color:#3aefee;}
        
        Background color #3aefee
      
           Border around this has a color of #3aefee        
        
          <div style="border:2px solid #3aefee;">Content here</div>
        
        
          .myborder {border:2px solid #3aefee;}
        
        Border color #3aefee