#49BFE5

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

Shades of Summer Sky #49BFE5

Tints of Summer Sky #49BFE5

Color information

#49BFE5 (or 0x49BFE5) is unknown color: approx Summer Sky. HEX triplet: 49, BF and E5. RGB value is (73,191,229). Sum of RGB (Red+Green+Blue) = 73+191+229=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 191 (75% from 255 or 38.74% from 493); Blue value is 229 (89.84% from 255 or 46.45% from 493); Max value from RGB is 229 - color contains mainly: blue. Hex color #49BFE5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFE5 is #B6401A. Grayscale: #9F9F9F. Windows color (decimal): -11943963 or 15056713. OLE color: 15056713.

HSL color Cylindrical-coordinate representation of color #49BFE5: hue angle of 194.62º 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 #49BFE5 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB73191229-
CMYK0.680.1700.10
HSL194.62º75%59.22%-
HSV(B)194.62º68.12%89.8%-
XYZ35.5244.3480.81-
YUV160.05166.9165.91-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.81%
GREEN value IS 191 (75% from 255) = 38.74%
BLUE value IS 229 (89.84% from 255) = 46.45%
R=14.81%
G=38.74%
B=46.45%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal731912290.680.1700.10194.627559.22
Hex49BFE544110Ac34b3b
Octal1112773451042101230311373
Binary1001001101111111110010110001001000101010110000111001011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BFE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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