#49FBFF

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

Shades of Baby Blue #49FBFF

Tints of Baby Blue #49FBFF

Color information

#49FBFF (or 0x49FBFF) is unknown color: approx Baby Blue. HEX triplet: 49, FB and FF. RGB value is (73,251,255). Sum of RGB (Red+Green+Blue) = 73+251+255=579 (76% of max value = 765). Red value is 73 (28.91% from 255 or 12.61% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #49FBFF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #49FBFF is #B60400. Grayscale: #C6C6C6. Windows color (decimal): -11928577 or 16776009. OLE color: 16776009.

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

Color convert

RGB73251255-
CMYK0.710.0200
HSL181.32º100%64.31%-
HSV(B)181.32º71.37%100%-
XYZ55.2977.63106.68-
YUV198.23160.0338.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 12.61%
GREEN value IS 251 (98.44% from 255) = 43.35%
BLUE value IS 255 (100% from 255) = 44.04%
R=12.61%
G=43.35%
B=44.04%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal732512550.710.0200181.3210064.31
Hex49FBFF47200b56440
Octal111373377107200265144100
Binary10010011111101111111111100011110001011010111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49FBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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