#10bade color space conversions
Hex:
        #10bade
        RGB:
        16, 186, 222
        CMY:
        94, 27, 13
        CMYK:
        93, 16, 0, 13
      HSL:
        190°, 86.5546%, 46.6667%
        HSV (HSB):
        190°, 92.7928%, 87.0588%
        XYZ:
        30.9574, 40.5019, 75.2933
        xyY:
        0.2109, 0.2760, 40.5019
      CIE-Lab:
        69.8255, -25.9215, -28.8846
        CIE-LCH:
        69.8255, 38.8104, 228.0947
        CIE-Luv:
        69.8255, -49.5432, -42.3185
        Hunter-Lab:
        63.6411, -24.5429, -25.5967
      #10bade color charts
#10bade RGB chart
      #10bade CMYK chart
      #10bade RGB pie chart
      #10bade color shades, tints & tones
#10bade color schemes
#10bade color preview, HTML & CSS examples
           This text has a color of #10bade        
        
          <p style="color:#10bade;">Text here</p>
        
        
          .mytext {color:#10bade;}
        
        Text color #10bade
      
           This box has a color of #10bade        
        
          <div style="background-color:#10bade;">Content here</div>
        
        
          .mybackground {background-color:#10bade;}
        
        Background color #10bade
      
           Border around this has a color of #10bade        
        
          <div style="border:2px solid #10bade;">Content here</div>
        
        
          .myborder {border:2px solid #10bade;}
        
        Border color #10bade