Html Css Color HEX #49AAD9 Summer Sky

📋 copy color: '#49AAD9'

red 73 ◦ green 170 ◦ blue 217

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

Shades of Summer Sky #49AAD9

Tints of Summer Sky #49AAD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 47.17%

R = 15.87%
G = 36.96%
B = 47.17%

CMYK

 C value IS 0.66

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#49AAD9 (or 0x49AAD9) is known color: Summer Sky. HEX triplet: 49, AA and D9. RGB value is (73,170,217). Sum of RGB (Red+Green+Blue) = 73+170+217=460 (60% of max value = 765). Red value is 73 (28.91% from 255 or 15.87% from 460); Green value is 170 (66.80% from 255 or 36.96% from 460); Blue value is 217 (85.16% from 255 or 47.17% from 460); Max value from RGB is 217 - color contains mainly: blue. Hex color #49AAD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49AAD9 is #B65526. Grayscale: #929292. Windows color (decimal): -11949351 or 14264905. OLE color: 14264905.

HSL color Cylindrical-coordinate representation of color #49AAD9: hue angle of 199.58º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #49AAD9 is Cyan = 0.66, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 73 170 217 -
CMYK 0.66 0.22 0 0.15
HSL 199.58º 0.65% 0.57% -
HSV(B) 199.58º 0.66% 0.85% -
XYZ 29.65 35.18 70.87 -
YUV 146.36 167.86 75.68 -
System Red Green Blue C M Y K H S L
Decimal 73 170 217 0.66 0.22 0 0.15 199.58 0.65 0.57
Hex 49 AA D9 42 16 0 F C8 41 39
Octal 111 252 331 102 26 0 17 310 101 71
Binary 1001001 10101010 11011001 1000010 10110 0 1111 11001000 1000001 111001

Color Harmonies of #49AAD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAD9

Black with #49AAD9

Text Example


Text Example

White with #49AAD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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