Html Css Color HEX #49AAF7 Summer Sky

📋 copy color: '#49AAF7'

red 73 ◦ green 170 ◦ blue 247

#49AAF7
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #49AAF7

Tints of Summer Sky #49AAF7

RGB

 RED value IS 73 (28.91% from 255) = 14.9%

 GREEN value IS 170 (66.8% from 255) = 34.69%

 BLUE value IS 247 (96.88% from 255) = 50.41%

R = 14.9%
G = 34.69%
B = 50.41%

CMYK

 C value IS 0.70

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#49AAF7 (or 0x49AAF7) is known color: Summer Sky. HEX triplet: 49, AA and F7. RGB value is (73,170,247). Sum of RGB (Red+Green+Blue) = 73+170+247=490 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.90% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 247 (96.88% from 255 or 50.41% from 490); Max value from RGB is 247 - color contains mainly: blue. Hex color #49AAF7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAF7 is #B65508. Grayscale: #959595. Windows color (decimal): -11949321 or 16230985. OLE color: 16230985.

HSL color Cylindrical-coordinate representation of color #49AAF7: hue angle of 206.55º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49AAF7 is Cyan = 0.70, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 170 247 -
CMYK 0.70 0.31 0 0.03
HSL 206.55º 0.92% 0.63% -
HSV(B) 206.55º 0.7% 0.97% -
XYZ 33.91 36.88 93.33 -
YUV 149.78 182.86 73.24 -
System Red Green Blue C M Y K H S L
Decimal 73 170 247 0.70 0.31 0 0.03 206.55 0.92 0.63
Hex 49 AA F7 46 1F 0 3 CF 5C 3F
Octal 111 252 367 106 37 0 3 317 134 77
Binary 1001001 10101010 11110111 1000110 11111 0 11 11001111 1011100 111111

Color Harmonies of #49AAF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAF7

Black with #49AAF7

Text Example


Text Example

White with #49AAF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49AAF7;
 }
 .AnyTagClassName
 {
   color: #49AAF7;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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