#42bdef color space conversions
Hex:
        #42bdef
        RGB:
        66, 189, 239
        CMY:
        74, 26, 6
        CMYK:
        72, 21, 0, 6
      HSL:
        197°, 84.3902%, 59.8039%
        HSV (HSB):
        197°, 72.3849%, 93.7255%
        XYZ:
        36.0244, 43.7854, 88.2141
        xyY:
        0.2144, 0.2606, 43.7854
      CIE-Lab:
        72.0849, -17.8311, -34.5768
        CIE-LCH:
        72.0849, 38.9038, 242.7201
        CIE-Luv:
        72.0849, -44.3609, -53.1842
        Hunter-Lab:
        66.1706, -18.6201, -32.7220
      #42bdef color charts
#42bdef RGB chart
      #42bdef CMYK chart
      #42bdef RGB pie chart
      #42bdef color shades, tints & tones
#42bdef color schemes
#42bdef color preview, HTML & CSS examples
           This text has a color of #42bdef        
        
          <p style="color:#42bdef;">Text here</p>
        
        
          .mytext {color:#42bdef;}
        
        Text color #42bdef
      
           This box has a color of #42bdef        
        
          <div style="background-color:#42bdef;">Content here</div>
        
        
          .mybackground {background-color:#42bdef;}
        
        Background color #42bdef
      
           Border around this has a color of #42bdef        
        
          <div style="border:2px solid #42bdef;">Content here</div>
        
        
          .myborder {border:2px solid #42bdef;}
        
        Border color #42bdef