#100bfe color space conversions
Hex:
        #100bfe
        RGB:
        16, 11, 254
        CMY:
        94, 96, 0
        CMYK:
        94, 96, 0, 0
      HSL:
        241°, 99.1837%, 51.9608%
        HSV (HSB):
        241°, 95.6693%, 99.6078%
        XYZ:
        18.2228, 7.5053, 94.2541
        xyY:
        0.1519, 0.0626, 7.5053
      CIE-Lab:
        32.9305, 77.4040, -106.2460
        CIE-LCH:
        32.9305, 131.4519, 306.0747
        CIE-Luv:
        32.9305, -9.2422, -130.5723
        Hunter-Lab:
        27.3957, 70.7899, -184.8084
      #100bfe color charts
#100bfe RGB chart
      #100bfe CMYK chart
      #100bfe RGB pie chart
      #100bfe color shades, tints & tones
#100bfe color schemes
#100bfe color preview, HTML & CSS examples
           This text has a color of #100bfe        
        
          <p style="color:#100bfe;">Text here</p>
        
        
          .mytext {color:#100bfe;}
        
        Text color #100bfe
      
           This box has a color of #100bfe        
        
          <div style="background-color:#100bfe;">Content here</div>
        
        
          .mybackground {background-color:#100bfe;}
        
        Background color #100bfe
      
           Border around this has a color of #100bfe        
        
          <div style="border:2px solid #100bfe;">Content here</div>
        
        
          .myborder {border:2px solid #100bfe;}
        
        Border color #100bfe