#49CBF8

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

Shades of Summer Sky #49CBF8

Tints of Summer Sky #49CBF8

Color information

#49CBF8 (or 0x49CBF8) is unknown color: approx Summer Sky. HEX triplet: 49, CB and F8. RGB value is (73,203,248). Sum of RGB (Red+Green+Blue) = 73+203+248=524 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.93% from 524); Green value is 203 (79.69% from 255 or 38.74% from 524); Blue value is 248 (97.27% from 255 or 47.33% from 524); Max value from RGB is 248 - color contains mainly: blue. Hex color #49CBF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBF8 is #B63407. Grayscale: #A8A8A8. Windows color (decimal): -11940872 or 16304969. OLE color: 16304969.

HSL color Cylindrical-coordinate representation of color #49CBF8: hue angle of 195.43º 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 #49CBF8 is Cyan = 0.71, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB73203248-
CMYK0.710.1800.03
HSL195.43º92.59%62.94%-
HSV(B)195.43º70.56%97.25%-
XYZ41.0550.9196.47-
YUV169.26172.4359.34-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.93%
GREEN value IS 203 (79.69% from 255) = 38.74%
BLUE value IS 248 (97.27% from 255) = 47.33%
R=13.93%
G=38.74%
B=47.33%

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
Decimal732032480.710.1800.03195.4392.5962.94
Hex49CBF8471203c35d3f
Octal111313370107220330313577
Binary10010011100101111111000100011110010011110000111011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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