#85abdc color space conversions
Hex:
        #85abdc
        RGB:
        133, 171, 220
        CMY:
        48, 33, 14
        CMYK:
        40, 22, 0, 14
      HSL:
        214°, 55.4140%, 69.2157%
        HSV (HSB):
        214°, 39.5455%, 86.2745%
        XYZ:
        37.1540, 39.2797, 73.3337
        xyY:
        0.2481, 0.2623, 39.2797
      CIE-Lab:
        68.9534, -0.5898, -28.8404
        CIE-LCH:
        68.9534, 28.8465, 268.8285
        CIE-Luv:
        68.9534, -19.9387, -45.3936
        Hunter-Lab:
        62.6735, -3.8604, -25.5032
      #85abdc color charts
#85abdc RGB chart
      #85abdc CMYK chart
      #85abdc RGB pie chart
      #85abdc color shades, tints & tones
#85abdc color schemes
#85abdc color preview, HTML & CSS examples
           This text has a color of #85abdc        
        
          <p style="color:#85abdc;">Text here</p>
        
        
          .mytext {color:#85abdc;}
        
        Text color #85abdc
      
           This box has a color of #85abdc        
        
          <div style="background-color:#85abdc;">Content here</div>
        
        
          .mybackground {background-color:#85abdc;}
        
        Background color #85abdc
      
           Border around this has a color of #85abdc        
        
          <div style="border:2px solid #85abdc;">Content here</div>
        
        
          .myborder {border:2px solid #85abdc;}
        
        Border color #85abdc