#49AEEB

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

Shades of Summer Sky #49AEEB

Tints of Summer Sky #49AEEB

Color information

#49AEEB (or 0x49AEEB) is unknown color: approx Summer Sky. HEX triplet: 49, AE and EB. RGB value is (73,174,235). Sum of RGB (Red+Green+Blue) = 73+174+235=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 235 (92.19% from 255 or 48.76% from 482); Max value from RGB is 235 - color contains mainly: blue. Hex color #49AEEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AEEB is #B65114. Grayscale: #969696. Windows color (decimal): -11948309 or 15445577. OLE color: 15445577.

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

Color convert

RGB73174235-
CMYK0.690.2600.08
HSL202.59º80.2%60.39%-
HSV(B)202.59º68.94%92.16%-
XYZ32.8837.6984.14-
YUV150.76175.5472.54-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.15%
GREEN value IS 174 (68.36% from 255) = 36.10%
BLUE value IS 235 (92.19% from 255) = 48.76%
R=15.15%
G=36.10%
B=48.76%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731742350.690.2600.08202.5980.260.39
Hex49AEEB451A08cb503c
Octal1112563531053201031312074
Binary1001001101011101110101110001011101001000110010111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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