#49FAF8

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

Shades of Baby Blue #49FAF8

Tints of Baby Blue #49FAF8

Color information

#49FAF8 (or 0x49FAF8) is unknown color: approx Baby Blue. HEX triplet: 49, FA and F8. RGB value is (73,250,248). Sum of RGB (Red+Green+Blue) = 73+250+248=571 (75% of max value = 765). Red value is 73 (28.91% from 255 or 12.78% from 571); Green value is 250 (98.05% from 255 or 43.78% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 250 - color contains mainly: green. Hex color #49FAF8 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FAF8 is #B60507. Grayscale: #C4C4C4. Windows color (decimal): -11928840 or 16317001. OLE color: 16317001.

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

Color convert

RGB73250248-
CMYK0.7100.010.02
HSL179.32º94.65%63.33%-
HSV(B)179.32º70.8%98.04%-
XYZ53.8876.56100.75-
YUV196.85156.8639.66-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 12.78%
GREEN value IS 250 (98.05% from 255) = 43.78%
BLUE value IS 248 (97.27% from 255) = 43.43%
R=12.78%
G=43.78%
B=43.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal732502480.7100.010.02179.3294.6563.33
Hex49FAF847012b35f3f
Octal11137237010701226313777
Binary1001001111110101111100010001110110101100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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