#49C1F1

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

Shades of Summer Sky #49C1F1

Tints of Summer Sky #49C1F1

Color information

#49C1F1 (or 0x49C1F1) is unknown color: approx Summer Sky. HEX triplet: 49, C1 and F1. RGB value is (73,193,241). Sum of RGB (Red+Green+Blue) = 73+193+241=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 193 (75.78% from 255 or 38.07% from 507); Blue value is 241 (94.53% from 255 or 47.53% from 507); Max value from RGB is 241 - color contains mainly: blue. Hex color #49C1F1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C1F1 is #B63E0E. Grayscale: #A2A2A2. Windows color (decimal): -11943439 or 15843657. OLE color: 15843657.

HSL color Cylindrical-coordinate representation of color #49C1F1: hue angle of 197.14º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49C1F1 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB73193241-
CMYK0.700.2000.05
HSL197.14º85.71%61.57%-
HSV(B)197.14º69.71%94.51%-
XYZ37.6945.9190.09-
YUV162.59172.2464.1-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.40%
GREEN value IS 193 (75.78% from 255) = 38.07%
BLUE value IS 241 (94.53% from 255) = 47.53%
R=14.40%
G=38.07%
B=47.53%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal731932410.700.2000.05197.1485.7161.57
Hex49C1F1461405c5563e
Octal111301361106240530512676
Binary100100111000001111100011000110101000101110001011010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49C1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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