#2bddee color space conversions
Hex:
        #2bddee
        RGB:
        43, 221, 238
        CMY:
        83, 13, 7
        CMYK:
        82, 7, 0, 7
      HSL:
        185°, 85.1528%, 55.0980%
        HSV (HSB):
        185°, 81.9328%, 93.3333%
        XYZ:
        42.2853, 58.3995, 89.9325
        xyY:
        0.2218, 0.3064, 58.3995
      CIE-Lab:
        80.9604, -36.2343, -20.4770
        CIE-LCH:
        80.9604, 41.6201, 209.4719
        CIE-Luv:
        80.9604, -58.3856, -27.3055
        Hunter-Lab:
        76.4196, -34.9647, -16.2802
      #2bddee color charts
#2bddee RGB chart
      #2bddee CMYK chart
      #2bddee RGB pie chart
      #2bddee color shades, tints & tones
#2bddee color schemes
#2bddee color preview, HTML & CSS examples
           This text has a color of #2bddee        
        
          <p style="color:#2bddee;">Text here</p>
        
        
          .mytext {color:#2bddee;}
        
        Text color #2bddee
      
           This box has a color of #2bddee        
        
          <div style="background-color:#2bddee;">Content here</div>
        
        
          .mybackground {background-color:#2bddee;}
        
        Background color #2bddee
      
           Border around this has a color of #2bddee        
        
          <div style="border:2px solid #2bddee;">Content here</div>
        
        
          .myborder {border:2px solid #2bddee;}
        
        Border color #2bddee