Html Css Color HEX #49ABEC Summer Sky

📋 copy color: '#49ABEC'

red 73 ◦ green 171 ◦ blue 236

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

Shades of Summer Sky #49ABEC

Tints of Summer Sky #49ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.63%

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

R = 15.21%
G = 35.63%
B = 49.17%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49ABEC (or 0x49ABEC) is known color: Summer Sky. HEX triplet: 49, AB and EC. RGB value is (73,171,236). Sum of RGB (Red+Green+Blue) = 73+171+236=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 236 (92.58% from 255 or 49.17% from 480); Max value from RGB is 236 - color contains mainly: blue. Hex color #49ABEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABEC is #B65413. Grayscale: #949494. Windows color (decimal): -11949076 or 15510345. OLE color: 15510345.

HSL color Cylindrical-coordinate representation of color #49ABEC: hue angle of 203.93º 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 #49ABEC is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 171 236 -
CMYK 0.69 0.28 0 0.07
HSL 203.93º 0.81% 0.61% -
HSV(B) 203.93º 0.69% 0.93% -
XYZ 32.45 36.6 84.71 -
YUV 149.11 177.03 73.71 -
System Red Green Blue C M Y K H S L
Decimal 73 171 236 0.69 0.28 0 0.07 203.93 0.81 0.61
Hex 49 AB EC 45 1C 0 7 CC 51 3D
Octal 111 253 354 105 34 0 7 314 121 75
Binary 1001001 10101011 11101100 1000101 11100 0 111 11001100 1010001 111101

Color Harmonies of #49ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABEC

Black with #49ABEC

Text Example


Text Example

White with #49ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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