#49B9FB

Color #49B9FB Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #49B9FB

Tints of Summer Sky #49B9FB

Color information

#49B9FB (or 0x49B9FB) is unknown color: approx Summer Sky. HEX triplet: 49, B9 and FB. RGB value is (73,185,251). Sum of RGB (Red+Green+Blue) = 73+185+251=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #49B9FB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B9FB is #B64604. Grayscale: #9E9E9E. Windows color (decimal): -11945477 or 16496969. OLE color: 16496969.

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

Color convert

RGB73185251-
CMYK0.710.2600.02
HSL202.25º95.7%63.53%-
HSV(B)202.25º70.92%98.43%-
XYZ37.5143.0897.61-
YUV159.04179.8966.63-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.34%
GREEN value IS 185 (72.66% from 255) = 36.35%
BLUE value IS 251 (98.44% from 255) = 49.31%
R=14.34%
G=36.35%
B=49.31%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal731852510.710.2600.02202.2595.763.53
Hex49B9FB471A02ca6040
Octal1112713731073202312140100
Binary100100110111001111110111000111110100101100101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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