#49BAEF

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

Shades of Summer Sky #49BAEF

Tints of Summer Sky #49BAEF

Color information

#49BAEF (or 0x49BAEF) is unknown color: approx Summer Sky. HEX triplet: 49, BA and EF. RGB value is (73,186,239). Sum of RGB (Red+Green+Blue) = 73+186+239=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 239 (93.75% from 255 or 47.99% from 498); Max value from RGB is 239 - color contains mainly: blue. Hex color #49BAEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAEF is #B64510. Grayscale: #9D9D9D. Windows color (decimal): -11945233 or 15710793. OLE color: 15710793.

HSL color Cylindrical-coordinate representation of color #49BAEF: hue angle of 199.16º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BAEF is Cyan = 0.69, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73186239-
CMYK0.690.2200.06
HSL199.16º83.84%61.18%-
HSV(B)199.16º69.46%93.73%-
XYZ35.8942.7788.02-
YUV158.26173.5667.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.66%
GREEN value IS 186 (73.05% from 255) = 37.35%
BLUE value IS 239 (93.75% from 255) = 47.99%
R=14.66%
G=37.35%
B=47.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731862390.690.2200.06199.1683.8461.18
Hex49BAEF451606c7543d
Octal111272357105260630712475
Binary100100110111010111011111000101101100110110001111010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,186,239); }

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

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

 a { background-color: rgb(73,186,239); }

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

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

 span { border-color: rgb(73,186,239); }

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