#49CAF8

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

Shades of Summer Sky #49CAF8

Tints of Summer Sky #49CAF8

Color information

#49CAF8 (or 0x49CAF8) is unknown color: approx Summer Sky. HEX triplet: 49, CA and F8. RGB value is (73,202,248). Sum of RGB (Red+Green+Blue) = 73+202+248=523 (69% of max value = 765). Red value is 73 (28.91% from 255 or 13.96% from 523); Green value is 202 (79.30% from 255 or 38.62% from 523); Blue value is 248 (97.27% from 255 or 47.42% from 523); Max value from RGB is 248 - color contains mainly: blue. Hex color #49CAF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CAF8 is #B63507. Grayscale: #A8A8A8. Windows color (decimal): -11941128 or 16304713. OLE color: 16304713.

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

Color convert

RGB73202248-
CMYK0.710.1900.03
HSL195.77º92.59%62.94%-
HSV(B)195.77º70.56%97.25%-
XYZ40.8150.4396.39-
YUV168.67172.7659.76-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 13.96%
GREEN value IS 202 (79.30% from 255) = 38.62%
BLUE value IS 248 (97.27% from 255) = 47.42%
R=13.96%
G=38.62%
B=47.42%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal732022480.710.1900.03195.7792.5962.94
Hex49CAF8471303c45d3f
Octal111312370107230330413577
Binary10010011100101011111000100011110011011110001001011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49CAF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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