#100bce color space conversions
Hex:
        #100bce
        RGB:
        16, 11, 206
        CMY:
        94, 96, 19
        CMYK:
        92, 95, 0, 19
      HSL:
        242°, 89.8618%, 42.5490%
        HSV (HSB):
        242°, 94.6602%, 80.7843%
        XYZ:
        11.4739, 4.8057, 58.7154
        xyY:
        0.1530, 0.0641, 4.8057
      CIE-Lab:
        26.1740, 65.3281, -90.0761
        CIE-LCH:
        26.1740, 111.2720, 305.9517
        CIE-Luv:
        26.1740, -7.1856, -102.6895
        Hunter-Lab:
        21.9220, 55.0632, -143.4557
      #100bce color charts
#100bce RGB chart
      #100bce CMYK chart
      #100bce RGB pie chart
      #100bce color shades, tints & tones
#100bce color schemes
#100bce color preview, HTML & CSS examples
           This text has a color of #100bce        
        
          <p style="color:#100bce;">Text here</p>
        
        
          .mytext {color:#100bce;}
        
        Text color #100bce
      
           This box has a color of #100bce        
        
          <div style="background-color:#100bce;">Content here</div>
        
        
          .mybackground {background-color:#100bce;}
        
        Background color #100bce
      
           Border around this has a color of #100bce        
        
          <div style="border:2px solid #100bce;">Content here</div>
        
        
          .myborder {border:2px solid #100bce;}
        
        Border color #100bce