#49cae7

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

Shades of Summer Sky #49CAE7

Tints of Summer Sky #49CAE7

Color information

#49CAE7 (or 0x49CAE7) is unknown color: approx Summer Sky. HEX triplet: 49, CA and E7. RGB value is (73,202,231). Sum of RGB (Red+Green+Blue) = 73+202+231=506 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.43% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 231 (90.62% from 255 or 45.65% from 506); Max value from RGB is 231 - color contains mainly: blue. Hex color #49CAE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAE7 is #B63518. Grayscale: #A6A6A6. Windows color (decimal): -11941145 or 15190601. OLE color: 15190601.

HSL color Cylindrical-coordinate representation of color #49CAE7: hue angle of 191.01º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49CAE7 is Cyan = 0.68, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB73202231-
CMYK0.680.1300.09
HSL191.01º76.7%59.61%-
HSV(B)191.01º68.4%90.59%-
XYZ38.2949.4383.12-
YUV166.74164.2661.14-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.43%
GREEN value IS 202 (79.30% from 255) = 39.92%
BLUE value IS 231 (90.62% from 255) = 45.65%
R=14.43%
G=39.92%
B=45.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal732022310.680.1300.09191.0176.759.61
Hex49CAE744D09bf4d3c
Octal1113123471041501127711574
Binary100100111001010111001111000100110101001101111111001101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49cae7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,202,231); }

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

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

 a { background-color: rgb(73,202,231); }

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

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

 span { border-color: rgb(73,202,231); }

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