Html Css Color HEX #49ACDC Summer Sky

📋 copy color: '#49ACDC'

red 73 ◦ green 172 ◦ blue 220

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

Shades of Summer Sky #49ACDC

Tints of Summer Sky #49ACDC

RGB

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

 GREEN value IS 172 (67.58% from 255) = 36.99%

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

R = 15.7%
G = 36.99%
B = 47.31%

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

#49ACDC (or 0x49ACDC) is known color: Summer Sky. HEX triplet: 49, AC and DC. RGB value is (73,172,220). Sum of RGB (Red+Green+Blue) = 73+172+220=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 172 (67.58% from 255 or 36.99% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #49ACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #49ACDC is #B65323. Grayscale: #939393. Windows color (decimal): -11948836 or 14462025. OLE color: 14462025.

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

Color convert

RGB 73 172 220 -
CMYK 0.67 0.22 0 0.14
HSL 199.59º 0.68% 0.57% -
HSV(B) 199.59º 0.67% 0.86% -
XYZ 30.42 36.09 73.07 -
YUV 147.87 168.7 74.6 -
System Red Green Blue C M Y K H S L
Decimal 73 172 220 0.67 0.22 0 0.14 199.59 0.68 0.57
Hex 49 AC DC 43 16 0 E C8 44 39
Octal 111 254 334 103 26 0 16 310 104 71
Binary 1001001 10101100 11011100 1000011 10110 0 1110 11001000 1000100 111001

Color Harmonies of #49ACDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACDC

Black with #49ACDC

Text Example


Text Example

White with #49ACDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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