Html Css Color HEX #49BCDC Summer Sky

📋 copy color: '#49BCDC'

red 73 ◦ green 188 ◦ blue 220

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

Shades of Summer Sky #49BCDC

Tints of Summer Sky #49BCDC

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

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

R = 15.18%
G = 39.09%
B = 45.74%

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

#49BCDC (or 0x49BCDC) is known color: Summer Sky. HEX triplet: 49, BC and DC. RGB value is (73,188,220). Sum of RGB (Red+Green+Blue) = 73+188+220=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 220 (86.33% from 255 or 45.74% from 481); Max value from RGB is 220 - color contains mainly: blue. Hex color #49BCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCDC is #B64323. Grayscale: #9D9D9D. Windows color (decimal): -11944740 or 14466121. OLE color: 14466121.

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

Color convert

RGB 73 188 220 -
CMYK 0.67 0.15 0 0.14
HSL 193.06º 0.68% 0.57% -
HSV(B) 193.06º 0.67% 0.86% -
XYZ 33.65 42.55 74.15 -
YUV 157.26 163.4 67.9 -
System Red Green Blue C M Y K H S L
Decimal 73 188 220 0.67 0.15 0 0.14 193.06 0.68 0.57
Hex 49 BC DC 43 F 0 E C1 44 39
Octal 111 274 334 103 17 0 16 301 104 71
Binary 1001001 10111100 11011100 1000011 1111 0 1110 11000001 1000100 111001

Color Harmonies of #49BCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCDC

Black with #49BCDC

Text Example


Text Example

White with #49BCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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