#49ACE1

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

Shades of Summer Sky #49ACE1

Tints of Summer Sky #49ACE1

Color information

#49ACE1 (or 0x49ACE1) is unknown color: approx Summer Sky. HEX triplet: 49, AC and E1. RGB value is (73,172,225). Sum of RGB (Red+Green+Blue) = 73+172+225=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 225 (88.28% from 255 or 47.87% from 470); Max value from RGB is 225 - color contains mainly: blue. Hex color #49ACE1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACE1 is #B6531E. Grayscale: #949494. Windows color (decimal): -11948831 or 14789705. OLE color: 14789705.

HSL color Cylindrical-coordinate representation of color #49ACE1: hue angle of 200.92º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49ACE1 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB73172225-
CMYK0.680.2400.12
HSL200.92º71.7%58.43%-
HSV(B)200.92º67.56%88.24%-
XYZ31.0936.3676.61-
YUV148.44171.274.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.53%
GREEN value IS 172 (67.58% from 255) = 36.60%
BLUE value IS 225 (88.28% from 255) = 47.87%
R=15.53%
G=36.60%
B=47.87%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal731722250.680.2400.12200.9271.758.43
Hex49ACE144180Cc9483a
Octal1112543411043001431111072
Binary1001001101011001110000110001001100001100110010011001000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,172,225); }

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

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

 a { background-color: rgb(73,172,225); }

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

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

 span { border-color: rgb(73,172,225); }

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