#129abc color space conversions
Hex:
        #129abc
        RGB:
        18, 154, 188
        CMY:
        93, 40, 26
        CMYK:
        90, 18, 0, 26
      HSL:
        192°, 82.5243%, 40.3922%
        HSV (HSB):
        192°, 90.4255%, 73.7255%
        XYZ:
        20.8822, 26.8706, 51.6629
        xyY:
        0.2100, 0.2703, 26.8706
      CIE-Lab:
        58.8544, -20.9434, -26.9329
        CIE-LCH:
        58.8544, 34.1176, 232.1308
        CIE-Luv:
        58.8544, -40.9783, -38.7204
        Hunter-Lab:
        51.8369, -18.8070, -22.8052
      #129abc color charts
#129abc RGB chart
      #129abc CMYK chart
      #129abc RGB pie chart
      #129abc color shades, tints & tones
#129abc color schemes
#129abc color preview, HTML & CSS examples
           This text has a color of #129abc        
        
          <p style="color:#129abc;">Text here</p>
        
        
          .mytext {color:#129abc;}
        
        Text color #129abc
      
           This box has a color of #129abc        
        
          <div style="background-color:#129abc;">Content here</div>
        
        
          .mybackground {background-color:#129abc;}
        
        Background color #129abc
      
           Border around this has a color of #129abc        
        
          <div style="border:2px solid #129abc;">Content here</div>
        
        
          .myborder {border:2px solid #129abc;}
        
        Border color #129abc