#49C1E5

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

Shades of Summer Sky #49C1E5

Tints of Summer Sky #49C1E5

Color information

#49C1E5 (or 0x49C1E5) is unknown color: approx Summer Sky. HEX triplet: 49, C1 and E5. RGB value is (73,193,229). Sum of RGB (Red+Green+Blue) = 73+193+229=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 193 (75.78% from 255 or 38.99% from 495); Blue value is 229 (89.84% from 255 or 46.26% from 495); Max value from RGB is 229 - color contains mainly: blue. Hex color #49C1E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1E5 is #B63E1A. Grayscale: #A0A0A0. Windows color (decimal): -11943451 or 15057225. OLE color: 15057225.

HSL color Cylindrical-coordinate representation of color #49C1E5: hue angle of 193.85º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49C1E5 is Cyan = 0.68, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73193229-
CMYK0.680.1600.10
HSL193.85º75%59.22%-
HSV(B)193.85º68.12%89.8%-
XYZ35.9645.2180.96-
YUV161.22166.2465.07-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.75%
GREEN value IS 193 (75.78% from 255) = 38.99%
BLUE value IS 229 (89.84% from 255) = 46.26%
R=14.75%
G=38.99%
B=46.26%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal731932290.680.1600.10193.857559.22
Hex49C1E544100Ac24b3b
Octal1113013451042001230211373
Binary1001001110000011110010110001001000001010110000101001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C1E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,193,229); }

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

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

 a { background-color: rgb(73,193,229); }

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

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

 span { border-color: rgb(73,193,229); }

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