#0baabb color space conversions
Hex:
        #0baabb
        RGB:
        11, 170, 187
        CMY:
        96, 33, 27
        CMYK:
        94, 9, 0, 27
      HSL:
        186°, 88.8889%, 38.8235%
        HSV (HSB):
        186°, 94.1176%, 73.3333%
        XYZ:
        23.4824, 32.4085, 52.0315
        xyY:
        0.2176, 0.3003, 32.4085
      CIE-Lab:
        63.6790, -29.7032, -18.9847
        CIE-LCH:
        63.6790, 35.2519, 212.5845
        CIE-Luv:
        63.6790, -46.9724, -24.9915
        Hunter-Lab:
        56.9284, -25.9954, -14.3401
      #0baabb color charts
#0baabb RGB chart
      #0baabb CMYK chart
      #0baabb RGB pie chart
      #0baabb color shades, tints & tones
#0baabb color schemes
#0baabb color preview, HTML & CSS examples
           This text has a color of #0baabb        
        
          <p style="color:#0baabb;">Text here</p>
        
        
          .mytext {color:#0baabb;}
        
        Text color #0baabb
      
           This box has a color of #0baabb        
        
          <div style="background-color:#0baabb;">Content here</div>
        
        
          .mybackground {background-color:#0baabb;}
        
        Background color #0baabb
      
           Border around this has a color of #0baabb        
        
          <div style="border:2px solid #0baabb;">Content here</div>
        
        
          .myborder {border:2px solid #0baabb;}
        
        Border color #0baabb