#218bac color space conversions
Hex:
        #218bac
        RGB:
        33, 139, 172
        CMY:
        87, 45, 33
        CMYK:
        81, 19, 0, 33
      HSL:
        194°, 67.8049%, 40.1961%
        HSV (HSB):
        194°, 80.8140%, 67.4510%
        XYZ:
        17.3062, 21.7671, 42.3191
        xyY:
        0.2126, 0.2674, 21.7671
      CIE-Lab:
        53.7790, -17.3774, -25.6473
        CIE-LCH:
        53.7790, 30.9800, 235.8803
        CIE-Luv:
        53.7790, -35.5114, -36.4952
        Hunter-Lab:
        46.6553, -15.4342, -21.1208
      #218bac color charts
#218bac RGB chart
      #218bac CMYK chart
      #218bac RGB pie chart
      #218bac color shades, tints & tones
#218bac color schemes
#218bac color preview, HTML & CSS examples
           This text has a color of #218bac        
        
          <p style="color:#218bac;">Text here</p>
        
        
          .mytext {color:#218bac;}
        
        Text color #218bac
      
           This box has a color of #218bac        
        
          <div style="background-color:#218bac;">Content here</div>
        
        
          .mybackground {background-color:#218bac;}
        
        Background color #218bac
      
           Border around this has a color of #218bac        
        
          <div style="border:2px solid #218bac;">Content here</div>
        
        
          .myborder {border:2px solid #218bac;}
        
        Border color #218bac