Html Css Color HEX #49C1DC Summer Sky

📋 copy color: '#49C1DC'

red 73 ◦ green 193 ◦ blue 220

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

Shades of Summer Sky #49C1DC

Tints of Summer Sky #49C1DC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.71%

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

R = 15.02%
G = 39.71%
B = 45.27%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49C1DC (or 0x49C1DC) is known color: Summer Sky. HEX triplet: 49, C1 and DC. RGB value is (73,193,220). Sum of RGB (Red+Green+Blue) = 73+193+220=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 193 (75.78% from 255 or 39.71% from 486); Blue value is 220 (86.33% from 255 or 45.27% from 486); Max value from RGB is 220 - color contains mainly: blue. Hex color #49C1DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C1DC is #B63E23. Grayscale: #9F9F9F. Windows color (decimal): -11943460 or 14467401. OLE color: 14467401.

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

Color convert

RGB 73 193 220 -
CMYK 0.67 0.12 0 0.14
HSL 191.02º 0.68% 0.57% -
HSV(B) 191.02º 0.67% 0.86% -
XYZ 34.74 44.72 74.51 -
YUV 160.2 161.74 65.8 -
System Red Green Blue C M Y K H S L
Decimal 73 193 220 0.67 0.12 0 0.14 191.02 0.68 0.57
Hex 49 C1 DC 43 C 0 E BF 44 39
Octal 111 301 334 103 14 0 16 277 104 71
Binary 1001001 11000001 11011100 1000011 1100 0 1110 10111111 1000100 111001

Color Harmonies of #49C1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C1DC

Black with #49C1DC

Text Example


Text Example

White with #49C1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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