#1fafff color space conversions
Hex:
        #1fafff
        RGB:
        31, 175, 255
        CMY:
        88, 31, 0
        CMYK:
        88, 31, 0, 0
      HSL:
        201°, 100.0000%, 56.0784%
        HSV (HSB):
        201°, 87.8431%, 100.0000%
        XYZ:
        33.9450, 38.1713, 100.1864
        xyY:
        0.1970, 0.2215, 38.1713
      CIE-Lab:
        68.1466, -7.9563, -49.4465
        CIE-LCH:
        68.1466, 50.0825, 260.8591
        CIE-Luv:
        68.1466, -42.6558, -79.3775
        Hunter-Lab:
        61.7829, -10.0477, -52.8960
      #1fafff color charts
#1fafff RGB chart
      #1fafff CMYK chart
      #1fafff RGB pie chart
      #1fafff color shades, tints & tones
#1fafff color schemes
#1fafff color preview, HTML & CSS examples
           This text has a color of #1fafff        
        
          <p style="color:#1fafff;">Text here</p>
        
        
          .mytext {color:#1fafff;}
        
        Text color #1fafff
      
           This box has a color of #1fafff        
        
          <div style="background-color:#1fafff;">Content here</div>
        
        
          .mybackground {background-color:#1fafff;}
        
        Background color #1fafff
      
           Border around this has a color of #1fafff        
        
          <div style="border:2px solid #1fafff;">Content here</div>
        
        
          .myborder {border:2px solid #1fafff;}
        
        Border color #1fafff