#158dac color space conversions
Hex:
        #158dac
        RGB:
        21, 141, 172
        CMY:
        92, 45, 33
        CMYK:
        88, 18, 0, 33
      HSL:
        192°, 78.2383%, 37.8431%
        HSV (HSB):
        192°, 87.7907%, 67.4510%
        XYZ:
        17.2805, 22.1877, 42.4016
        xyY:
        0.2111, 0.2710, 22.1877
      CIE-Lab:
        54.2256, -19.4426, -24.9722
        CIE-LCH:
        54.2256, 31.6484, 232.0967
        CIE-Luv:
        54.2256, -37.3764, -35.2214
        Hunter-Lab:
        47.1039, -16.9472, -20.3985
      #158dac color charts
#158dac RGB chart
      #158dac CMYK chart
      #158dac RGB pie chart
      #158dac color shades, tints & tones
#158dac color schemes
#158dac color preview, HTML & CSS examples
           This text has a color of #158dac        
        
          <p style="color:#158dac;">Text here</p>
        
        
          .mytext {color:#158dac;}
        
        Text color #158dac
      
           This box has a color of #158dac        
        
          <div style="background-color:#158dac;">Content here</div>
        
        
          .mybackground {background-color:#158dac;}
        
        Background color #158dac
      
           Border around this has a color of #158dac        
        
          <div style="border:2px solid #158dac;">Content here</div>
        
        
          .myborder {border:2px solid #158dac;}
        
        Border color #158dac