#49C1DC

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

Shades of Summer Sky #49C1DC

Tints of Summer Sky #49C1DC

Color information

#49C1DC (or 0x49C1DC) is unknown color: approx Summer Sky. HEX triplet: 49, C1 and DC. RGB value is (73,193,220). Sum of RGB (Red+Green+Blue) = 73+193+220=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #49C1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1DC is #B63E23. Grayscale: #9F9F9F. Windows color (decimal): -11943460 or 14467401. OLE color: 14467401.

HSL color Cylindrical-coordinate representation of color #49C1DC: hue angle of 191.02º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C1DC is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB73193220-
CMYK0.670.1200.14
HSL191.02º67.74%57.45%-
HSV(B)191.02º66.82%86.27%-
XYZ34.7444.7274.51-
YUV160.2161.7465.8-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.02%
GREEN value IS 193 (75.78% from 255) = 39.71%
BLUE value IS 220 (86.33% from 255) = 45.27%
R=15.02%
G=39.71%
B=45.27%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal731932200.670.1200.14191.0267.7457.45
Hex49C1DC43C0Ebf4439
Octal1113013341031401627710471
Binary100100111000001110111001000011110001110101111111000100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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