#49B9EB

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

Shades of Summer Sky #49B9EB

Tints of Summer Sky #49B9EB

Color information

#49B9EB (or 0x49B9EB) is unknown color: approx Summer Sky. HEX triplet: 49, B9 and EB. RGB value is (73,185,235). Sum of RGB (Red+Green+Blue) = 73+185+235=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 185 (72.66% from 255 or 37.53% from 493); Blue value is 235 (92.19% from 255 or 47.67% from 493); Max value from RGB is 235 - color contains mainly: blue. Hex color #49B9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B9EB is #B64614. Grayscale: #9C9C9C. Windows color (decimal): -11945493 or 15448393. OLE color: 15448393.

HSL color Cylindrical-coordinate representation of color #49B9EB: hue angle of 198.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49B9EB is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73185235-
CMYK0.690.2100.08
HSL198.52º80.2%60.39%-
HSV(B)198.52º68.94%92.16%-
XYZ35.0942.1184.88-
YUV157.21171.8967.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.81%
GREEN value IS 185 (72.66% from 255) = 37.53%
BLUE value IS 235 (92.19% from 255) = 47.67%
R=14.81%
G=37.53%
B=47.67%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731852350.690.2100.08198.5280.260.39
Hex49B9EB451508c7503c
Octal1112713531052501030712074
Binary1001001101110011110101110001011010101000110001111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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