#100acf color space conversions
Hex:
        #100acf
        RGB:
        16, 10, 207
        CMY:
        94, 96, 19
        CMYK:
        92, 95, 0, 19
      HSL:
        242°, 90.7834%, 42.5490%
        HSV (HSB):
        242°, 95.1691%, 81.1765%
        XYZ:
        11.5847, 4.8322, 59.3536
        xyY:
        0.1529, 0.0638, 4.8322
      CIE-Lab:
        26.2514, 65.7873, -90.5304
        CIE-LCH:
        26.2514, 111.9094, 306.0054
        CIE-Luv:
        26.2514, -7.1875, -103.2080
        Hunter-Lab:
        21.9823, 55.6005, -144.6988
      #100acf color charts
#100acf RGB chart
      #100acf CMYK chart
      #100acf RGB pie chart
      #100acf color shades, tints & tones
#100acf color schemes
#100acf color preview, HTML & CSS examples
           This text has a color of #100acf        
        
          <p style="color:#100acf;">Text here</p>
        
        
          .mytext {color:#100acf;}
        
        Text color #100acf
      
           This box has a color of #100acf        
        
          <div style="background-color:#100acf;">Content here</div>
        
        
          .mybackground {background-color:#100acf;}
        
        Background color #100acf
      
           Border around this has a color of #100acf        
        
          <div style="border:2px solid #100acf;">Content here</div>
        
        
          .myborder {border:2px solid #100acf;}
        
        Border color #100acf