#49F7FD

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

Shades of Baby Blue #49F7FD

Tints of Baby Blue #49F7FD

Color information

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

HSL color Cylindrical-coordinate representation of color #49F7FD: hue angle of 182º 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 #49F7FD is Cyan = 0.71, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB73247253-
CMYK0.710.0200.01
HSL182º97.83%63.92%-
HSV(B)182º71.15%99.22%-
XYZ53.7475.03104.58-
YUV195.66160.3540.51-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal732472530.710.0200.0118297.8363.92
Hex49F7FD47201b66240
Octal111367375107201266142100
Binary10010011111011111111101100011110011011011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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