#100ff1 color space conversions
Hex:
        #100ff1
        RGB:
        16, 15, 241
        CMY:
        94, 94, 5
        CMYK:
        93, 94, 0, 5
      HSL:
        240°, 88.9764%, 50.1961%
        HSV (HSB):
        240°, 93.7759%, 94.5098%
        XYZ:
        16.2617, 6.8027, 83.6751
        xyY:
        0.1523, 0.0637, 6.8027
      CIE-Lab:
        31.3534, 73.4647, -101.5491
        CIE-LCH:
        31.3534, 125.3366, 305.8835
        CIE-Luv:
        31.3534, -8.8519, -123.3235
        Hunter-Lab:
        26.0819, 65.6486, -171.9544
      #100ff1 color charts
#100ff1 RGB chart
      #100ff1 CMYK chart
      #100ff1 RGB pie chart
      #100ff1 color shades, tints & tones
#100ff1 color schemes
#100ff1 color preview, HTML & CSS examples
           This text has a color of #100ff1        
        
          <p style="color:#100ff1;">Text here</p>
        
        
          .mytext {color:#100ff1;}
        
        Text color #100ff1
      
           This box has a color of #100ff1        
        
          <div style="background-color:#100ff1;">Content here</div>
        
        
          .mybackground {background-color:#100ff1;}
        
        Background color #100ff1
      
           Border around this has a color of #100ff1        
        
          <div style="border:2px solid #100ff1;">Content here</div>
        
        
          .myborder {border:2px solid #100ff1;}
        
        Border color #100ff1