Html Css Color HEX #49ABDC Summer Sky

📋 copy color: '#49ABDC'

red 73 ◦ green 171 ◦ blue 220

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

Shades of Summer Sky #49ABDC

Tints of Summer Sky #49ABDC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 36.85%

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

R = 15.73%
G = 36.85%
B = 47.41%

CMYK

 C value IS 0.67

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49ABDC (or 0x49ABDC) is known color: Summer Sky. HEX triplet: 49, AB and DC. RGB value is (73,171,220). Sum of RGB (Red+Green+Blue) = 73+171+220=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 171 (67.19% from 255 or 36.85% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #49ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ABDC is #B65423. Grayscale: #929292. Windows color (decimal): -11949092 or 14461769. OLE color: 14461769.

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

Color convert

RGB 73 171 220 -
CMYK 0.67 0.22 0 0.14
HSL 200º 0.68% 0.57% -
HSV(B) 200º 0.67% 0.86% -
XYZ 30.23 35.71 73.01 -
YUV 147.28 169.03 75.02 -
System Red Green Blue C M Y K H S L
Decimal 73 171 220 0.67 0.22 0 0.14 200 0.68 0.57
Hex 49 AB DC 43 16 0 E C8 44 39
Octal 111 253 334 103 26 0 16 310 104 71
Binary 1001001 10101011 11011100 1000011 10110 0 1110 11001000 1000100 111001

Color Harmonies of #49ABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABDC

Black with #49ABDC

Text Example


Text Example

White with #49ABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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