#10acdc color space conversions
Hex:
        #10acdc
        RGB:
        16, 172, 220
        CMY:
        94, 33, 14
        CMYK:
        93, 22, 0, 14
      HSL:
        194°, 86.4407%, 46.2745%
        HSV (HSB):
        194°, 92.7273%, 86.2745%
        XYZ:
        27.8845, 34.7825, 72.9542
        xyY:
        0.2056, 0.2565, 34.7825
      CIE-Lab:
        65.5790, -19.3991, -34.3554
        CIE-LCH:
        65.5790, 39.4540, 240.5484
        CIE-Luv:
        65.5790, -44.9280, -51.9920
        Hunter-Lab:
        58.9767, -18.8135, -32.0580
      #10acdc color charts
#10acdc RGB chart
      #10acdc CMYK chart
      #10acdc RGB pie chart
      #10acdc color shades, tints & tones
#10acdc color schemes
#10acdc color preview, HTML & CSS examples
           This text has a color of #10acdc        
        
          <p style="color:#10acdc;">Text here</p>
        
        
          .mytext {color:#10acdc;}
        
        Text color #10acdc
      
           This box has a color of #10acdc        
        
          <div style="background-color:#10acdc;">Content here</div>
        
        
          .mybackground {background-color:#10acdc;}
        
        Background color #10acdc
      
           Border around this has a color of #10acdc        
        
          <div style="border:2px solid #10acdc;">Content here</div>
        
        
          .myborder {border:2px solid #10acdc;}
        
        Border color #10acdc