#31acea color space conversions
Hex:
        #31acea
        RGB:
        49, 172, 234
        CMY:
        81, 33, 8
        CMYK:
        79, 26, 0, 8
      HSL:
        200°, 81.4978%, 55.4902%
        HSV (HSB):
        200°, 79.0598%, 91.7647%
        XYZ:
        30.8704, 36.0985, 83.1826
        xyY:
        0.2056, 0.2404, 36.0985
      CIE-Lab:
        66.5951, -12.3199, -40.4274
        CIE-LCH:
        66.5951, 42.2629, 253.0518
        CIE-Luv:
        66.5951, -41.2088, -63.2394
        Hunter-Lab:
        60.0821, -13.4295, -40.0286
      #31acea color charts
#31acea RGB chart
      #31acea CMYK chart
      #31acea RGB pie chart
      #31acea color shades, tints & tones
#31acea color schemes
#31acea color preview, HTML & CSS examples
           This text has a color of #31acea        
        
          <p style="color:#31acea;">Text here</p>
        
        
          .mytext {color:#31acea;}
        
        Text color #31acea
      
           This box has a color of #31acea        
        
          <div style="background-color:#31acea;">Content here</div>
        
        
          .mybackground {background-color:#31acea;}
        
        Background color #31acea
      
           Border around this has a color of #31acea        
        
          <div style="border:2px solid #31acea;">Content here</div>
        
        
          .myborder {border:2px solid #31acea;}
        
        Border color #31acea