#07bade color space conversions
Hex:
        #07bade
        RGB:
        7, 186, 222
        CMY:
        97, 27, 13
        CMYK:
        97, 16, 0, 13
      HSL:
        190°, 93.8865%, 44.9020%
        HSV (HSB):
        190°, 96.8468%, 87.0588%
        XYZ:
        30.8313, 40.4369, 75.2874
        xyY:
        0.2104, 0.2759, 40.4369
      CIE-Lab:
        69.7796, -26.1911, -28.9591
        CIE-LCH:
        69.7796, 39.0462, 227.8733
        CIE-Luv:
        69.7796, -49.8721, -42.4096
        Hunter-Lab:
        63.5900, -24.7376, -25.6833
      #07bade color charts
#07bade RGB chart
      #07bade CMYK chart
      #07bade RGB pie chart
      #07bade color shades, tints & tones
#07bade color schemes
#07bade color preview, HTML & CSS examples
           This text has a color of #07bade        
        
          <p style="color:#07bade;">Text here</p>
        
        
          .mytext {color:#07bade;}
        
        Text color #07bade
      
           This box has a color of #07bade        
        
          <div style="background-color:#07bade;">Content here</div>
        
        
          .mybackground {background-color:#07bade;}
        
        Background color #07bade
      
           Border around this has a color of #07bade        
        
          <div style="border:2px solid #07bade;">Content here</div>
        
        
          .myborder {border:2px solid #07bade;}
        
        Border color #07bade