Html Css Color HEX #49ACEC Summer Sky

📋 copy color: '#49ACEC'

red 73 ◦ green 172 ◦ blue 236

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

Shades of Summer Sky #49ACEC

Tints of Summer Sky #49ACEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 49.06%

R = 15.18%
G = 35.76%
B = 49.06%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49ACEC (or 0x49ACEC) is known color: Summer Sky. HEX triplet: 49, AC and EC. RGB value is (73,172,236). Sum of RGB (Red+Green+Blue) = 73+172+236=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 172 (67.58% from 255 or 35.76% from 481); Blue value is 236 (92.58% from 255 or 49.06% from 481); Max value from RGB is 236 - color contains mainly: blue. Hex color #49ACEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ACEC is #B65313. Grayscale: #959595. Windows color (decimal): -11948820 or 15510601. OLE color: 15510601.

HSL color Cylindrical-coordinate representation of color #49ACEC: hue angle of 203.56º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ACEC is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 172 236 -
CMYK 0.69 0.27 0 0.07
HSL 203.56º 0.81% 0.61% -
HSV(B) 203.56º 0.69% 0.93% -
XYZ 32.64 36.98 84.77 -
YUV 149.7 176.7 73.3 -
System Red Green Blue C M Y K H S L
Decimal 73 172 236 0.69 0.27 0 0.07 203.56 0.81 0.61
Hex 49 AC EC 45 1B 0 7 CC 51 3D
Octal 111 254 354 105 33 0 7 314 121 75
Binary 1001001 10101100 11101100 1000101 11011 0 111 11001100 1010001 111101

Color Harmonies of #49ACEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ACEC

Black with #49ACEC

Text Example


Text Example

White with #49ACEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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