#49CCF8

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

Shades of Summer Sky #49CCF8

Tints of Summer Sky #49CCF8

Color information

#49CCF8 (or 0x49CCF8) is unknown color: approx Summer Sky. HEX triplet: 49, CC and F8. RGB value is (73,204,248). Sum of RGB (Red+Green+Blue) = 73+204+248=525 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.90% from 525); Green value is 204 (80.08% from 255 or 38.86% from 525); Blue value is 248 (97.27% from 255 or 47.24% from 525); Max value from RGB is 248 - color contains mainly: blue. Hex color #49CCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CCF8 is #B63307. Grayscale: #A9A9A9. Windows color (decimal): -11940616 or 16305225. OLE color: 16305225.

HSL color Cylindrical-coordinate representation of color #49CCF8: hue angle of 195.09º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49CCF8 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB73204248-
CMYK0.710.1800.03
HSL195.09º92.59%62.94%-
HSV(B)195.09º70.56%97.25%-
XYZ41.2851.3896.55-
YUV169.85172.158.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.90%
GREEN value IS 204 (80.08% from 255) = 38.86%
BLUE value IS 248 (97.27% from 255) = 47.24%
R=13.90%
G=38.86%
B=47.24%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal732042480.710.1800.03195.0992.5962.94
Hex49CCF8471203c35d3f
Octal111314370107220330313577
Binary10010011100110011111000100011110010011110000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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