#49F8FD

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

Shades of Baby Blue #49F8FD

Tints of Baby Blue #49F8FD

Color information

#49F8FD (or 0x49F8FD) is unknown color: approx Baby Blue. HEX triplet: 49, F8 and FD. RGB value is (73,248,253). Sum of RGB (Red+Green+Blue) = 73+248+253=574 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.72% from 574); Green value is 248 (97.27% from 255 or 43.21% from 574); Blue value is 253 (99.22% from 255 or 44.08% from 574); Max value from RGB is 253 - color contains mainly: blue. Hex color #49F8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49F8FD is #B60702. Grayscale: #C4C4C4. Windows color (decimal): -11929347 or 16644169. OLE color: 16644169.

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

Color convert

RGB73248253-
CMYK0.710.0200.01
HSL181.67º97.83%63.92%-
HSV(B)181.67º71.15%99.22%-
XYZ54.0475.64104.68-
YUV196.24160.0240.09-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 12.72%
GREEN value IS 248 (97.27% from 255) = 43.21%
BLUE value IS 253 (99.22% from 255) = 44.08%
R=12.72%
G=43.21%
B=44.08%

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
Decimal732482530.710.0200.01181.6797.8363.92
Hex49F8FD47201b66240
Octal111370375107201266142100
Binary10010011111100011111101100011110011011011011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49F8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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