#008bec color space conversions
Hex:
        #008bec
        RGB:
        0, 139, 236
        CMY:
        100, 45, 7
        CMYK:
        100, 41, 0, 7
      HSL:
        205°, 100.0000%, 46.2745%
        HSV (HSB):
        205°, 100.0000%, 92.5490%
        XYZ:
        24.3729, 24.5214, 82.8054
        xyY:
        0.1851, 0.1862, 24.5214
      CIE-Lab:
        56.6061, 4.7009, -57.3732
        CIE-LCH:
        56.6061, 57.5654, 274.6841
        CIE-Luv:
        56.6061, -33.5957, -91.1259
        Hunter-Lab:
        49.5191, 1.1981, -64.4810
      #008bec color charts
#008bec RGB chart
      #008bec CMYK chart
      #008bec RGB pie chart
      #008bec color shades, tints & tones
#008bec color schemes
#008bec color preview, HTML & CSS examples
           This text has a color of #008bec        
        
          <p style="color:#008bec;">Text here</p>
        
        
          .mytext {color:#008bec;}
        
        Text color #008bec
      
           This box has a color of #008bec        
        
          <div style="background-color:#008bec;">Content here</div>
        
        
          .mybackground {background-color:#008bec;}
        
        Background color #008bec
      
           Border around this has a color of #008bec        
        
          <div style="border:2px solid #008bec;">Content here</div>
        
        
          .myborder {border:2px solid #008bec;}
        
        Border color #008bec