#129acc color space conversions
Hex:
        #129acc
        RGB:
        18, 154, 204
        CMY:
        93, 40, 20
        CMYK:
        91, 25, 0, 20
      HSL:
        196°, 83.7838%, 43.5294%
        HSV (HSB):
        196°, 91.1765%, 80.0000%
        XYZ:
        22.7041, 27.5994, 61.2573
        xyY:
        0.2035, 0.2474, 27.5994
      CIE-Lab:
        59.5251, -15.3033, -34.8902
        CIE-LCH:
        59.5251, 38.0988, 246.3172
        CIE-Luv:
        59.5251, -39.8303, -52.6212
        Hunter-Lab:
        52.5352, -14.7941, -32.3590
      #129acc color charts
#129acc RGB chart
      #129acc CMYK chart
      #129acc RGB pie chart
      #129acc color shades, tints & tones
#129acc color schemes
#129acc color preview, HTML & CSS examples
           This text has a color of #129acc        
        
          <p style="color:#129acc;">Text here</p>
        
        
          .mytext {color:#129acc;}
        
        Text color #129acc
      
           This box has a color of #129acc        
        
          <div style="background-color:#129acc;">Content here</div>
        
        
          .mybackground {background-color:#129acc;}
        
        Background color #129acc
      
           Border around this has a color of #129acc        
        
          <div style="border:2px solid #129acc;">Content here</div>
        
        
          .myborder {border:2px solid #129acc;}
        
        Border color #129acc