#49AAFD

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

Shades of Summer Sky #49AAFD

Tints of Summer Sky #49AAFD

Color information

#49AAFD (or 0x49AAFD) is unknown color: approx Summer Sky. HEX triplet: 49, AA and FD. RGB value is (73,170,253). Sum of RGB (Red+Green+Blue) = 73+170+253=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 170 (66.80% from 255 or 34.27% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #49AAFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAFD is #B65502. Grayscale: #969696. Windows color (decimal): -11949315 or 16624201. OLE color: 16624201.

HSL color Cylindrical-coordinate representation of color #49AAFD: hue angle of 207.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49AAFD is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB73170253-
CMYK0.710.3300.01
HSL207.67º97.83%63.92%-
HSV(B)207.67º71.15%99.22%-
XYZ34.8537.2698.28-
YUV150.46185.8672.75-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 14.72%
GREEN value IS 170 (66.80% from 255) = 34.27%
BLUE value IS 253 (99.22% from 255) = 51.01%
R=14.72%
G=34.27%
B=51.01%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal731702530.710.3300.01207.6797.8363.92
Hex49AAFD472101d06240
Octal1112523751074101320142100
Binary100100110101010111111011000111100001011101000011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49AAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,170,253); }

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

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

 a { background-color: rgb(73,170,253); }

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

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

 span { border-color: rgb(73,170,253); }

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