#3bcbed color space conversions
Hex:
        #3bcbed
        RGB:
        59, 203, 237
        CMY:
        77, 20, 7
        CMYK:
        75, 14, 0, 7
      HSL:
        191°, 83.1776%, 58.0392%
        HSV (HSB):
        191°, 75.1055%, 92.9412%
        XYZ:
        38.4456, 49.7561, 87.6984
        xyY:
        0.2186, 0.2829, 49.7561
      CIE-Lab:
        75.9193, -26.4273, -27.6016
        CIE-LCH:
        75.9193, 38.2132, 226.2452
        CIE-Luv:
        75.9193, -50.4177, -40.4586
        Hunter-Lab:
        70.5380, -26.1529, -24.3374
      #3bcbed color charts
#3bcbed RGB chart
      #3bcbed CMYK chart
      #3bcbed RGB pie chart
      #3bcbed color shades, tints & tones
#3bcbed color schemes
#3bcbed color preview, HTML & CSS examples
           This text has a color of #3bcbed        
        
          <p style="color:#3bcbed;">Text here</p>
        
        
          .mytext {color:#3bcbed;}
        
        Text color #3bcbed
      
           This box has a color of #3bcbed        
        
          <div style="background-color:#3bcbed;">Content here</div>
        
        
          .mybackground {background-color:#3bcbed;}
        
        Background color #3bcbed
      
           Border around this has a color of #3bcbed        
        
          <div style="border:2px solid #3bcbed;">Content here</div>
        
        
          .myborder {border:2px solid #3bcbed;}
        
        Border color #3bcbed