#03afee color space conversions
Hex:
        #03afee
        RGB:
        3, 175, 238
        CMY:
        99, 31, 7
        CMYK:
        99, 26, 0, 7
      HSL:
        196°, 97.5104%, 47.2549%
        HSV (HSB):
        196°, 98.7395%, 93.3333%
        XYZ:
        30.8001, 36.8523, 86.3788
        xyY:
        0.2000, 0.2393, 36.8523
      CIE-Lab:
        67.1661, -15.0421, -41.7553
        CIE-LCH:
        67.1661, 44.3821, 250.1888
        CIE-Luv:
        67.1661, -45.0953, -65.2817
        Hunter-Lab:
        60.7061, -15.6712, -41.8695
      #03afee color charts
#03afee RGB chart
      #03afee CMYK chart
      #03afee RGB pie chart
      #03afee color shades, tints & tones
#03afee color schemes
#03afee color preview, HTML & CSS examples
           This text has a color of #03afee        
        
          <p style="color:#03afee;">Text here</p>
        
        
          .mytext {color:#03afee;}
        
        Text color #03afee
      
           This box has a color of #03afee        
        
          <div style="background-color:#03afee;">Content here</div>
        
        
          .mybackground {background-color:#03afee;}
        
        Background color #03afee
      
           Border around this has a color of #03afee        
        
          <div style="border:2px solid #03afee;">Content here</div>
        
        
          .myborder {border:2px solid #03afee;}
        
        Border color #03afee