#49b5ea

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

Shades of Summer Sky #49B5EA

Tints of Summer Sky #49B5EA

Color information

#49B5EA (or 0x49B5EA) is unknown color: approx Summer Sky. HEX triplet: 49, B5 and EA. RGB value is (73,181,234). Sum of RGB (Red+Green+Blue) = 73+181+234=488 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.96% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 234 (91.80% from 255 or 47.95% from 488); Max value from RGB is 234 - color contains mainly: blue. Hex color #49B5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B5EA is #B64A15. Grayscale: #9A9A9A. Windows color (decimal): -11946518 or 15381833. OLE color: 15381833.

HSL color Cylindrical-coordinate representation of color #49B5EA: hue angle of 199.75º degrees, saturation: 0.79, 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 #49B5EA is Cyan = 0.69, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73181234-
CMYK0.690.2300.08
HSL199.75º79.31%60.2%-
HSV(B)199.75º68.8%91.76%-
XYZ34.1240.483.84-
YUV154.75172.7269.69-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.96%
GREEN value IS 181 (71.09% from 255) = 37.09%
BLUE value IS 234 (91.80% from 255) = 47.95%
R=14.96%
G=37.09%
B=47.95%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731812340.690.2300.08199.7579.3160.2
Hex49B5EA451708c84f3c
Octal1112653521052701031011774
Binary1001001101101011110101010001011011101000110010001001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49b5ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,181,234); }

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

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

 a { background-color: rgb(73,181,234); }

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

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

 span { border-color: rgb(73,181,234); }

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