#5dbeee color space conversions
Hex:
        #5dbeee
        RGB:
        93, 190, 238
        CMY:
        64, 25, 7
        CMYK:
        61, 20, 0, 7
      HSL:
        200°, 81.0056%, 64.9020%
        HSV (HSB):
        200°, 60.9244%, 93.3333%
        XYZ:
        38.3603, 45.3271, 87.6161
        xyY:
        0.2239, 0.2646, 45.3271
      CIE-Lab:
        73.1068, -14.5781, -32.3926
        CIE-LCH:
        73.1068, 35.5219, 245.7702
        CIE-Luv:
        73.1068, -39.3891, -49.9335
        Hunter-Lab:
        67.3254, -16.1148, -30.0312
      #5dbeee color charts
#5dbeee RGB chart
      #5dbeee CMYK chart
      #5dbeee RGB pie chart
      #5dbeee color shades, tints & tones
#5dbeee color schemes
#5dbeee color preview, HTML & CSS examples
           This text has a color of #5dbeee        
        
          <p style="color:#5dbeee;">Text here</p>
        
        
          .mytext {color:#5dbeee;}
        
        Text color #5dbeee
      
           This box has a color of #5dbeee        
        
          <div style="background-color:#5dbeee;">Content here</div>
        
        
          .mybackground {background-color:#5dbeee;}
        
        Background color #5dbeee
      
           Border around this has a color of #5dbeee        
        
          <div style="border:2px solid #5dbeee;">Content here</div>
        
        
          .myborder {border:2px solid #5dbeee;}
        
        Border color #5dbeee