#06ddfc color space conversions
Hex:
        #06ddfc
        RGB:
        6, 221, 252
        CMY:
        98, 13, 1
        CMYK:
        98, 12, 0, 1
      HSL:
        188°, 97.6190%, 50.5882%
        HSV (HSB):
        188°, 97.6190%, 98.8235%
        XYZ:
        43.5022, 58.7799, 101.1483
        xyY:
        0.2138, 0.2889, 58.7799
      CIE-Lab:
        81.1705, -33.5127, -27.6122
        CIE-LCH:
        81.1705, 43.4227, 219.4862
        CIE-Luv:
        81.1705, -59.3170, -39.8506
        Hunter-Lab:
        76.6680, -32.8863, -24.5538
      #06ddfc color charts
#06ddfc RGB chart
      #06ddfc CMYK chart
      #06ddfc RGB pie chart
      #06ddfc color shades, tints & tones
#06ddfc color schemes
#06ddfc color preview, HTML & CSS examples
           This text has a color of #06ddfc        
        
          <p style="color:#06ddfc;">Text here</p>
        
        
          .mytext {color:#06ddfc;}
        
        Text color #06ddfc
      
           This box has a color of #06ddfc        
        
          <div style="background-color:#06ddfc;">Content here</div>
        
        
          .mybackground {background-color:#06ddfc;}
        
        Background color #06ddfc
      
           Border around this has a color of #06ddfc        
        
          <div style="border:2px solid #06ddfc;">Content here</div>
        
        
          .myborder {border:2px solid #06ddfc;}
        
        Border color #06ddfc