Html Css Color HEX #49BCE7 Summer Sky

📋 copy color: '#49BCE7'

red 73 ◦ green 188 ◦ blue 231

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

Shades of Summer Sky #49BCE7

Tints of Summer Sky #49BCE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 46.95%

R = 14.84%
G = 38.21%
B = 46.95%

CMYK

 C value IS 0.68

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#49BCE7 (or 0x49BCE7) is known color: Summer Sky. HEX triplet: 49, BC and E7. RGB value is (73,188,231). Sum of RGB (Red+Green+Blue) = 73+188+231=492 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.84% from 492); Green value is 188 (73.83% from 255 or 38.21% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #49BCE7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCE7 is #B64318. Grayscale: #9E9E9E. Windows color (decimal): -11944729 or 15187017. OLE color: 15187017.

HSL color Cylindrical-coordinate representation of color #49BCE7: hue angle of 196.33º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #49BCE7 is Cyan = 0.68, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 188 231 -
CMYK 0.68 0.19 0 0.09
HSL 196.33º 0.77% 0.6% -
HSV(B) 196.33º 0.68% 0.91% -
XYZ 35.15 43.15 82.08 -
YUV 158.52 168.9 67 -
System Red Green Blue C M Y K H S L
Decimal 73 188 231 0.68 0.19 0 0.09 196.33 0.77 0.6
Hex 49 BC E7 44 13 0 9 C4 4D 3C
Octal 111 274 347 104 23 0 11 304 115 74
Binary 1001001 10111100 11100111 1000100 10011 0 1001 11000100 1001101 111100

Color Harmonies of #49BCE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCE7

Black with #49BCE7

Text Example


Text Example

White with #49BCE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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