Html Css Color HEX #49BADC Summer Sky

📋 copy color: '#49BADC'

red 73 ◦ green 186 ◦ blue 220

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

Shades of Summer Sky #49BADC

Tints of Summer Sky #49BADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.83%

 BLUE value IS 220 (86.33% from 255) = 45.93%

R = 15.24%
G = 38.83%
B = 45.93%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49BADC (or 0x49BADC) is known color: Summer Sky. HEX triplet: 49, BA and DC. RGB value is (73,186,220). Sum of RGB (Red+Green+Blue) = 73+186+220=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 186 (73.05% from 255 or 38.83% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #49BADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BADC is #B64523. Grayscale: #9B9B9B. Windows color (decimal): -11945252 or 14465609. OLE color: 14465609.

HSL color Cylindrical-coordinate representation of color #49BADC: hue angle of 193.88º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BADC is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 186 220 -
CMYK 0.67 0.15 0 0.14
HSL 193.88º 0.68% 0.57% -
HSV(B) 193.88º 0.67% 0.86% -
XYZ 33.22 41.7 74.01 -
YUV 156.09 164.06 68.74 -
System Red Green Blue C M Y K H S L
Decimal 73 186 220 0.67 0.15 0 0.14 193.88 0.68 0.57
Hex 49 BA DC 43 F 0 E C2 44 39
Octal 111 272 334 103 17 0 16 302 104 71
Binary 1001001 10111010 11011100 1000011 1111 0 1110 11000010 1000100 111001

Color Harmonies of #49BADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BADC

Black with #49BADC

Text Example


Text Example

White with #49BADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,220); }

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

background-color css

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

 a { background-color: rgb(73,186,220); }

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

border-color css

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

 span { border-color: rgb(73,186,220); }

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