#86cded color space conversions
Hex:
        #86cded
        RGB:
        134, 205, 237
        CMY:
        47, 20, 7
        CMYK:
        43, 14, 0, 7
      HSL:
        199°, 74.1007%, 72.7451%
        HSV (HSB):
        199°, 43.4599%, 92.9412%
        XYZ:
        46.9489, 54.8454, 88.2325
        xyY:
        0.2471, 0.2886, 54.8454
      CIE-Lab:
        78.9521, -14.0321, -22.7496
        CIE-LCH:
        78.9521, 26.7291, 238.3335
        CIE-Luv:
        78.9521, -33.1346, -34.0562
        Hunter-Lab:
        74.0577, -16.4408, -18.7979
      #86cded color charts
#86cded RGB chart
      #86cded CMYK chart
      #86cded RGB pie chart
      #86cded color shades, tints & tones
#86cded color schemes
#86cded color preview, HTML & CSS examples
           This text has a color of #86cded        
        
          <p style="color:#86cded;">Text here</p>
        
        
          .mytext {color:#86cded;}
        
        Text color #86cded
      
           This box has a color of #86cded        
        
          <div style="background-color:#86cded;">Content here</div>
        
        
          .mybackground {background-color:#86cded;}
        
        Background color #86cded
      
           Border around this has a color of #86cded        
        
          <div style="border:2px solid #86cded;">Content here</div>
        
        
          .myborder {border:2px solid #86cded;}
        
        Border color #86cded