#49C0EC

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

Shades of Summer Sky #49C0EC

Tints of Summer Sky #49C0EC

Color information

#49C0EC (or 0x49C0EC) is unknown color: approx Summer Sky. HEX triplet: 49, C0 and EC. RGB value is (73,192,236). Sum of RGB (Red+Green+Blue) = 73+192+236=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 236 (92.58% from 255 or 47.11% from 501); Max value from RGB is 236 - color contains mainly: blue. Hex color #49C0EC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C0EC is #B63F13. Grayscale: #A1A1A1. Windows color (decimal): -11943700 or 15515721. OLE color: 15515721.

HSL color Cylindrical-coordinate representation of color #49C0EC: hue angle of 196.2º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C0EC is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73192236-
CMYK0.690.1900.07
HSL196.2º81.09%60.59%-
HSV(B)196.2º69.07%92.55%-
XYZ36.7445.1786.14-
YUV161.44170.0864.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.57%
GREEN value IS 192 (75.39% from 255) = 38.32%
BLUE value IS 236 (92.58% from 255) = 47.11%
R=14.57%
G=38.32%
B=47.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal731922360.690.1900.07196.281.0960.59
Hex49C0EC451307c4513d
Octal111300354105230730412175
Binary100100111000000111011001000101100110111110001001010001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,192,236); }

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

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

 a { background-color: rgb(73,192,236); }

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

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

 span { border-color: rgb(73,192,236); }

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