#49FDF7

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

Shades of Baby Blue #49FDF7

Tints of Baby Blue #49FDF7

Color information

#49FDF7 (or 0x49FDF7) is unknown color: approx Baby Blue. HEX triplet: 49, FD and F7. RGB value is (73,253,247). Sum of RGB (Red+Green+Blue) = 73+253+247=573 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.74% from 573); Green value is 253 (99.22% from 255 or 44.15% from 573); Blue value is 247 (96.88% from 255 or 43.11% from 573); Max value from RGB is 253 - color contains mainly: green. Hex color #49FDF7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FDF7 is #B60208. Grayscale: #C6C6C6. Windows color (decimal): -11928073 or 16252233. OLE color: 16252233.

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

Color convert

RGB73253247-
CMYK0.7100.020.01
HSL178º97.83%63.92%-
HSV(B)178º71.15%99.22%-
XYZ54.6678.38100.24-
YUV198.5155.3738.49-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 12.74%
GREEN value IS 253 (99.22% from 255) = 44.15%
BLUE value IS 247 (96.88% from 255) = 43.11%
R=12.74%
G=44.15%
B=43.11%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732532470.7100.020.0117897.8363.92
Hex49FDF747021b26240
Octal111375367107021262142100
Binary10010011111110111110111100011101011011001011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,253,247); }

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

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

 a { background-color: rgb(73,253,247); }

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

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

 span { border-color: rgb(73,253,247); }

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