Html Css Color HEX #49BCE0 Summer Sky

📋 copy color: '#49BCE0'

red 73 ◦ green 188 ◦ blue 224

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

Shades of Summer Sky #49BCE0

Tints of Summer Sky #49BCE0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.76%

 BLUE value IS 224 (87.89% from 255) = 46.19%

R = 15.05%
G = 38.76%
B = 46.19%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#49BCE0 (or 0x49BCE0) is known color: Summer Sky. HEX triplet: 49, BC and E0. RGB value is (73,188,224). Sum of RGB (Red+Green+Blue) = 73+188+224=485 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.05% from 485); Green value is 188 (73.83% from 255 or 38.76% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #49BCE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCE0 is #B6431F. Grayscale: #9D9D9D. Windows color (decimal): -11944736 or 14728265. OLE color: 14728265.

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

Color convert

RGB 73 188 224 -
CMYK 0.67 0.16 0 0.12
HSL 194.3º 0.71% 0.58% -
HSV(B) 194.3º 0.67% 0.88% -
XYZ 34.19 42.76 76.97 -
YUV 157.72 165.4 67.57 -
System Red Green Blue C M Y K H S L
Decimal 73 188 224 0.67 0.16 0 0.12 194.3 0.71 0.58
Hex 49 BC E0 43 10 0 C C2 47 3A
Octal 111 274 340 103 20 0 14 302 107 72
Binary 1001001 10111100 11100000 1000011 10000 0 1100 11000010 1000111 111010

Color Harmonies of #49BCE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCE0

Black with #49BCE0

Text Example


Text Example

White with #49BCE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,188,224); }

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

background-color css

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

 a { background-color: rgb(73,188,224); }

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

border-color css

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

 span { border-color: rgb(73,188,224); }

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