#1fafee color space conversions
Hex:
        #1fafee
        RGB:
        31, 175, 238
        CMY:
        88, 31, 7
        CMYK:
        87, 26, 0, 7
      HSL:
        198°, 85.8921%, 52.7451%
        HSV (HSB):
        198°, 86.9748%, 93.3333%
        XYZ:
        31.3277, 37.1243, 86.4035
        xyY:
        0.2023, 0.2397, 37.1243
      CIE-Lab:
        67.3702, -13.9721, -41.4211
        CIE-LCH:
        67.3702, 43.7142, 251.3598
        CIE-Luv:
        67.3702, -43.7588, -64.8545
        Hunter-Lab:
        60.9297, -14.8493, -41.4274
      #1fafee color charts
#1fafee RGB chart
      #1fafee CMYK chart
      #1fafee RGB pie chart
      #1fafee color shades, tints & tones
#1fafee color schemes
#1fafee color preview, HTML & CSS examples
           This text has a color of #1fafee        
        
          <p style="color:#1fafee;">Text here</p>
        
        
          .mytext {color:#1fafee;}
        
        Text color #1fafee
      
           This box has a color of #1fafee        
        
          <div style="background-color:#1fafee;">Content here</div>
        
        
          .mybackground {background-color:#1fafee;}
        
        Background color #1fafee
      
           Border around this has a color of #1fafee        
        
          <div style="border:2px solid #1fafee;">Content here</div>
        
        
          .myborder {border:2px solid #1fafee;}
        
        Border color #1fafee