#2affee color space conversions
Hex:
        #2affee
        RGB:
        42, 255, 238
        CMY:
        84, 0, 7
        CMYK:
        84, 0, 7, 0
      HSL:
        175°, 100.0000%, 58.2353%
        HSV (HSB):
        175°, 83.5294%, 100.0000%
        XYZ:
        52.1475, 78.1853, 93.2317
        xyY:
        0.2333, 0.3497, 78.1853
      CIE-Lab:
        90.8644, -51.2974, -5.6684
        CIE-LCH:
        90.8644, 51.6096, 186.3056
        CIE-Luv:
        90.8644, -69.9376, -0.7863
        Hunter-Lab:
        88.4224, -49.4682, -0.6191
      #2affee color charts
#2affee RGB chart
      #2affee CMYK chart
      #2affee RGB pie chart
      #2affee color shades, tints & tones
#2affee color schemes
#2affee color preview, HTML & CSS examples
           This text has a color of #2affee        
        
          <p style="color:#2affee;">Text here</p>
        
        
          .mytext {color:#2affee;}
        
        Text color #2affee
      
           This box has a color of #2affee        
        
          <div style="background-color:#2affee;">Content here</div>
        
        
          .mybackground {background-color:#2affee;}
        
        Background color #2affee
      
           Border around this has a color of #2affee        
        
          <div style="border:2px solid #2affee;">Content here</div>
        
        
          .myborder {border:2px solid #2affee;}
        
        Border color #2affee