#85bdef color space conversions
Hex:
        #85bdef
        RGB:
        133, 189, 239
        CMY:
        48, 26, 6
        CMYK:
        44, 21, 0, 6
      HSL:
        208°, 76.8116%, 72.9412%
        HSV (HSB):
        208°, 44.3515%, 93.7255%
        XYZ:
        43.4504, 47.6137, 88.5616
        xyY:
        0.2419, 0.2651, 47.6137
      CIE-Lab:
        74.5806, -5.2613, -30.5183
        CIE-LCH:
        74.5806, 30.9685, 260.2185
        CIE-Luv:
        74.5806, -27.1495, -48.0769
        Hunter-Lab:
        69.0027, -8.3547, -27.7940
      #85bdef color charts
#85bdef RGB chart
      #85bdef CMYK chart
      #85bdef RGB pie chart
      #85bdef color shades, tints & tones
#85bdef color schemes
#85bdef color preview, HTML & CSS examples
           This text has a color of #85bdef        
        
          <p style="color:#85bdef;">Text here</p>
        
        
          .mytext {color:#85bdef;}
        
        Text color #85bdef
      
           This box has a color of #85bdef        
        
          <div style="background-color:#85bdef;">Content here</div>
        
        
          .mybackground {background-color:#85bdef;}
        
        Background color #85bdef
      
           Border around this has a color of #85bdef        
        
          <div style="border:2px solid #85bdef;">Content here</div>
        
        
          .myborder {border:2px solid #85bdef;}
        
        Border color #85bdef