#16affe color space conversions
Hex:
        #16affe
        RGB:
        22, 175, 254
        CMY:
        91, 31, 0
        CMYK:
        91, 31, 0, 0
      HSL:
        200°, 99.1453%, 54.1176%
        HSV (HSB):
        200°, 91.3386%, 99.6078%
        XYZ:
        33.5502, 37.9863, 99.3297
        xyY:
        0.1964, 0.2223, 37.9863
      CIE-Lab:
        68.0105, -8.7501, -49.1251
        CIE-LCH:
        68.0105, 49.8983, 259.9004
        CIE-Luv:
        68.0105, -43.2769, -78.7196
        Hunter-Lab:
        61.6330, -10.6904, -52.4106
      #16affe color charts
#16affe RGB chart
      #16affe CMYK chart
      #16affe RGB pie chart
      #16affe color shades, tints & tones
#16affe color schemes
#16affe color preview, HTML & CSS examples
           This text has a color of #16affe        
        
          <p style="color:#16affe;">Text here</p>
        
        
          .mytext {color:#16affe;}
        
        Text color #16affe
      
           This box has a color of #16affe        
        
          <div style="background-color:#16affe;">Content here</div>
        
        
          .mybackground {background-color:#16affe;}
        
        Background color #16affe
      
           Border around this has a color of #16affe        
        
          <div style="border:2px solid #16affe;">Content here</div>
        
        
          .myborder {border:2px solid #16affe;}
        
        Border color #16affe