#03bfed color space conversions
Hex:
        #03bfed
        RGB:
        3, 191, 237
        CMY:
        99, 25, 7
        CMYK:
        99, 19, 0, 7
      HSL:
        192°, 97.5000%, 47.0588%
        HSV (HSB):
        192°, 98.7342%, 92.9412%
        XYZ:
        33.9544, 43.3954, 86.7073
        xyY:
        0.2070, 0.2645, 43.3954
      CIE-Lab:
        71.8225, -23.7679, -33.9615
        CIE-LCH:
        71.8225, 41.4523, 235.0138
        CIE-Luv:
        71.8225, -50.5300, -51.3998
        Hunter-Lab:
        65.8752, -23.2763, -31.9271
      #03bfed color charts
#03bfed RGB chart
      #03bfed CMYK chart
      #03bfed RGB pie chart
      #03bfed color shades, tints & tones
#03bfed color schemes
#03bfed color preview, HTML & CSS examples
           This text has a color of #03bfed        
        
          <p style="color:#03bfed;">Text here</p>
        
        
          .mytext {color:#03bfed;}
        
        Text color #03bfed
      
           This box has a color of #03bfed        
        
          <div style="background-color:#03bfed;">Content here</div>
        
        
          .mybackground {background-color:#03bfed;}
        
        Background color #03bfed
      
           Border around this has a color of #03bfed        
        
          <div style="border:2px solid #03bfed;">Content here</div>
        
        
          .myborder {border:2px solid #03bfed;}
        
        Border color #03bfed