Html Css Color HEX #49BAEC Summer Sky

📋 copy color: '#49BAEC'

red 73 ◦ green 186 ◦ blue 236

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

Shades of Summer Sky #49BAEC

Tints of Summer Sky #49BAEC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.58%

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

R = 14.75%
G = 37.58%
B = 47.68%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49BAEC (or 0x49BAEC) is known color: Summer Sky. HEX triplet: 49, BA and EC. RGB value is (73,186,236). Sum of RGB (Red+Green+Blue) = 73+186+236=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 186 (73.05% from 255 or 37.58% from 495); Blue value is 236 (92.58% from 255 or 47.68% from 495); Max value from RGB is 236 - color contains mainly: blue. Hex color #49BAEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAEC is #B64513. Grayscale: #9D9D9D. Windows color (decimal): -11945236 or 15514185. OLE color: 15514185.

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

Color convert

RGB 73 186 236 -
CMYK 0.69 0.21 0 0.07
HSL 198.4º 0.81% 0.61% -
HSV(B) 198.4º 0.69% 0.93% -
XYZ 35.45 42.59 85.71 -
YUV 157.91 172.06 67.43 -
System Red Green Blue C M Y K H S L
Decimal 73 186 236 0.69 0.21 0 0.07 198.4 0.81 0.61
Hex 49 BA EC 45 15 0 7 C6 51 3D
Octal 111 272 354 105 25 0 7 306 121 75
Binary 1001001 10111010 11101100 1000101 10101 0 111 11000110 1010001 111101

Color Harmonies of #49BAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BAEC

Black with #49BAEC

Text Example


Text Example

White with #49BAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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