#31caff color space conversions
Hex:
        #31caff
        RGB:
        49, 202, 255
        CMY:
        81, 21, 0
        CMYK:
        81, 21, 0, 0
      HSL:
        195°, 100.0000%, 59.6078%
        HSV (HSB):
        195°, 80.7843%, 100.0000%
        XYZ:
        40.4372, 50.1140, 102.1495
        xyY:
        0.2098, 0.2601, 50.1140
      CIE-Lab:
        76.1392, -21.0973, -36.9285
        CIE-LCH:
        76.1392, 42.5301, 240.2606
        CIE-Luv:
        76.1392, -50.0920, -57.1995
        Hunter-Lab:
        70.7913, -21.9225, -35.9996
      #31caff color charts
#31caff RGB chart
      #31caff CMYK chart
      #31caff RGB pie chart
      #31caff color shades, tints & tones
#31caff color schemes
#31caff color preview, HTML & CSS examples
           This text has a color of #31caff        
        
          <p style="color:#31caff;">Text here</p>
        
        
          .mytext {color:#31caff;}
        
        Text color #31caff
      
           This box has a color of #31caff        
        
          <div style="background-color:#31caff;">Content here</div>
        
        
          .mybackground {background-color:#31caff;}
        
        Background color #31caff
      
           Border around this has a color of #31caff        
        
          <div style="border:2px solid #31caff;">Content here</div>
        
        
          .myborder {border:2px solid #31caff;}
        
        Border color #31caff