#49ACEF

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

Shades of Summer Sky #49ACEF

Tints of Summer Sky #49ACEF

Color information

#49ACEF (or 0x49ACEF) is unknown color: approx Summer Sky. HEX triplet: 49, AC and EF. RGB value is (73,172,239). Sum of RGB (Red+Green+Blue) = 73+172+239=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 172 (67.58% from 255 or 35.54% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #49ACEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACEF is #B65310. Grayscale: #959595. Windows color (decimal): -11948817 or 15707209. OLE color: 15707209.

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

Color convert

RGB73172239-
CMYK0.690.2800.06
HSL204.22º83.84%61.18%-
HSV(B)204.22º69.46%93.73%-
XYZ33.0837.1587.09-
YUV150.04178.273.05-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.08%
GREEN value IS 172 (67.58% from 255) = 35.54%
BLUE value IS 239 (93.75% from 255) = 49.38%
R=15.08%
G=35.54%
B=49.38%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731722390.690.2800.06204.2283.8461.18
Hex49ACEF451C06cc543d
Octal111254357105340631412475
Binary100100110101100111011111000101111000110110011001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49ACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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