Html Css Color HEX #49C5DF Summer Sky

📋 copy color: '#49C5DF'

red 73 ◦ green 197 ◦ blue 223

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

Shades of Summer Sky #49C5DF

Tints of Summer Sky #49C5DF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.96%

 BLUE value IS 223 (87.5% from 255) = 45.23%

R = 14.81%
G = 39.96%
B = 45.23%

CMYK

 C value IS 0.67

 M value IS 0.12

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49C5DF (or 0x49C5DF) is known color: Summer Sky. HEX triplet: 49, C5 and DF. RGB value is (73,197,223). Sum of RGB (Red+Green+Blue) = 73+197+223=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 197 (77.34% from 255 or 39.96% from 493); Blue value is 223 (87.5% from 255 or 45.23% from 493); Max value from RGB is 223 - color contains mainly: blue. Hex color #49C5DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49C5DF is #B63A20. Grayscale: #A2A2A2. Windows color (decimal): -11942433 or 14665033. OLE color: 14665033.

HSL color Cylindrical-coordinate representation of color #49C5DF: hue angle of 190.4º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49C5DF is Cyan = 0.67, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 73 197 223 -
CMYK 0.67 0.12 0 0.13
HSL 190.4º 0.7% 0.58% -
HSV(B) 190.4º 0.67% 0.87% -
XYZ 36.03 46.68 76.92 -
YUV 162.89 161.92 63.89 -
System Red Green Blue C M Y K H S L
Decimal 73 197 223 0.67 0.12 0 0.13 190.4 0.7 0.58
Hex 49 C5 DF 43 C 0 D BE 46 3A
Octal 111 305 337 103 14 0 15 276 106 72
Binary 1001001 11000101 11011111 1000011 1100 0 1101 10111110 1000110 111010

Color Harmonies of #49C5DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C5DF

Black with #49C5DF

Text Example


Text Example

White with #49C5DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,197,223); }

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

background-color css

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

 a { background-color: rgb(73,197,223); }

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

border-color css

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

 span { border-color: rgb(73,197,223); }

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