Html Css Color HEX #49ADDC Summer Sky

📋 copy color: '#49ADDC'

red 73 ◦ green 173 ◦ blue 220

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

Shades of Summer Sky #49ADDC

Tints of Summer Sky #49ADDC

RGB

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

 GREEN value IS 173 (67.97% from 255) = 37.12%

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

R = 15.67%
G = 37.12%
B = 47.21%

CMYK

 C value IS 0.67

 M value IS 0.21

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49ADDC (or 0x49ADDC) is known color: Summer Sky. HEX triplet: 49, AD and DC. RGB value is (73,173,220). Sum of RGB (Red+Green+Blue) = 73+173+220=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 173 (67.97% from 255 or 37.12% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #49ADDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ADDC is #B65223. Grayscale: #949494. Windows color (decimal): -11948580 or 14462281. OLE color: 14462281.

HSL color Cylindrical-coordinate representation of color #49ADDC: hue angle of 199.18º 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 #49ADDC is Cyan = 0.67, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 173 220 -
CMYK 0.67 0.21 0 0.14
HSL 199.18º 0.68% 0.57% -
HSV(B) 199.18º 0.67% 0.86% -
XYZ 30.61 36.47 73.14 -
YUV 148.46 168.37 74.18 -
System Red Green Blue C M Y K H S L
Decimal 73 173 220 0.67 0.21 0 0.14 199.18 0.68 0.57
Hex 49 AD DC 43 15 0 E C7 44 39
Octal 111 255 334 103 25 0 16 307 104 71
Binary 1001001 10101101 11011100 1000011 10101 0 1110 11000111 1000100 111001

Color Harmonies of #49ADDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADDC

Black with #49ADDC

Text Example


Text Example

White with #49ADDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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