#49f0ff

Color #49F0FF Baby Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baby Blue #49F0FF

Tints of Baby Blue #49F0FF

Color information

#49F0FF (or 0x49F0FF) is unknown color: approx Baby Blue. HEX triplet: 49, F0 and FF. RGB value is (73,240,255). Sum of RGB (Red+Green+Blue) = 73+240+255=568 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.85% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #49F0FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F0FF is #B60F00. Grayscale: #BFBFBF. Windows color (decimal): -11931393 or 16773193. OLE color: 16773193.

HSL color Cylindrical-coordinate representation of color #49F0FF: hue angle of 184.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49F0FF is Cyan = 0.71, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB73240255-
CMYK0.710.0600
HSL184.95º100%64.31%-
HSV(B)184.95º71.37%100%-
XYZ51.9670.96105.57-
YUV191.78163.6743.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 73 (28.91% from 255) = 12.85%
GREEN value IS 240 (94.14% from 255) = 42.25%
BLUE value IS 255 (100% from 255) = 44.89%
R=12.85%
G=42.25%
B=44.89%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732402550.710.0600184.9510064.31
Hex49F0FF47600b96440
Octal111360377107600271144100
Binary100100111110000111111111000111110001011100111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49f0ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49f0ff; }

 p { color: rgb(73,240,255); }

 H1.HeaderClassName
 {
   color: #49f0ff;
 }
 .AnyTagClassName
 {
   color: #49f0ff;
 }
</style>
background-color css

<style>
 a { background-color: #49f0ff; }

 a { background-color: rgb(73,240,255); }

 div.DivClassName
 {
   background-color: #49f0ff;
 }
 .BgClassName
 {
   background-color: #49f0ff;
 }
</style>
border-color css

<style>
 span { border-color: #49f0ff; }

 span { border-color: rgb(73,240,255); }

 td.TdClassName
 {
   border-color: #49f0ff;
 }
 .TagClassName
 {
   border-color: #49f0ff;
 }
</style>