#49C2F0

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

Shades of Summer Sky #49C2F0

Tints of Summer Sky #49C2F0

Color information

#49C2F0 (or 0x49C2F0) is unknown color: approx Summer Sky. HEX triplet: 49, C2 and F0. RGB value is (73,194,240). Sum of RGB (Red+Green+Blue) = 73+194+240=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 194 (76.17% from 255 or 38.26% from 507); Blue value is 240 (94.14% from 255 or 47.34% from 507); Max value from RGB is 240 - color contains mainly: blue. Hex color #49C2F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C2F0 is #B63D0F. Grayscale: #A2A2A2. Windows color (decimal): -11943184 or 15778377. OLE color: 15778377.

HSL color Cylindrical-coordinate representation of color #49C2F0: hue angle of 196.53º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49C2F0 is Cyan = 0.70, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73194240-
CMYK0.700.1900.06
HSL196.53º84.77%61.37%-
HSV(B)196.53º69.58%94.12%-
XYZ37.7746.2989.38-
YUV163.06171.4163.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.40%
GREEN value IS 194 (76.17% from 255) = 38.26%
BLUE value IS 240 (94.14% from 255) = 47.34%
R=14.40%
G=38.26%
B=47.34%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731942400.700.1900.06196.5384.7761.37
Hex49C2F0461306c5553d
Octal111302360106230630512575
Binary100100111000010111100001000110100110110110001011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C2F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,194,240); }

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

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

 a { background-color: rgb(73,194,240); }

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

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

 span { border-color: rgb(73,194,240); }

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