#49CCEB

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

Shades of Summer Sky #49CCEB

Tints of Summer Sky #49CCEB

Color information

#49CCEB (or 0x49CCEB) is unknown color: approx Summer Sky. HEX triplet: 49, CC and EB. RGB value is (73,204,235). Sum of RGB (Red+Green+Blue) = 73+204+235=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 204 (80.08% from 255 or 39.84% from 512); Blue value is 235 (92.19% from 255 or 45.90% from 512); Max value from RGB is 235 - color contains mainly: blue. Hex color #49CCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCEB is #B63314. Grayscale: #A8A8A8. Windows color (decimal): -11940629 or 15453257. OLE color: 15453257.

HSL color Cylindrical-coordinate representation of color #49CCEB: hue angle of 191.48º 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 #49CCEB is Cyan = 0.69, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73204235-
CMYK0.690.1300.08
HSL191.48º80.2%60.39%-
HSV(B)191.48º68.94%92.16%-
XYZ39.3450.686.29-
YUV168.36165.659.98-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.26%
GREEN value IS 204 (80.08% from 255) = 39.84%
BLUE value IS 235 (92.19% from 255) = 45.90%
R=14.26%
G=39.84%
B=45.90%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal732042350.690.1300.08191.4880.260.39
Hex49CCEB45D08bf503c
Octal1113143531051501027712074
Binary100100111001100111010111000101110101000101111111010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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