#49CAEB

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

Shades of Summer Sky #49CAEB

Tints of Summer Sky #49CAEB

Color information

#49CAEB (or 0x49CAEB) is unknown color: approx Summer Sky. HEX triplet: 49, CA and EB. RGB value is (73,202,235). Sum of RGB (Red+Green+Blue) = 73+202+235=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 235 (92.19% from 255 or 46.08% from 510); Max value from RGB is 235 - color contains mainly: blue. Hex color #49CAEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAEB is #B63514. Grayscale: #A6A6A6. Windows color (decimal): -11941141 or 15452745. OLE color: 15452745.

HSL color Cylindrical-coordinate representation of color #49CAEB: hue angle of 192.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CAEB is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73202235-
CMYK0.690.1400.08
HSL192.22º80.2%60.39%-
HSV(B)192.22º68.94%92.16%-
XYZ38.8649.6686.13-
YUV167.19166.2660.82-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.31%
GREEN value IS 202 (79.30% from 255) = 39.61%
BLUE value IS 235 (92.19% from 255) = 46.08%
R=14.31%
G=39.61%
B=46.08%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732022350.690.1400.08192.2280.260.39
Hex49CAEB45E08c0503c
Octal1113123531051601030012074
Binary100100111001010111010111000101111001000110000001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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