Html Css Color HEX #49BEEF Summer Sky

📋 copy color: '#49BEEF'

red 73 ◦ green 190 ◦ blue 239

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

Shades of Summer Sky #49BEEF

Tints of Summer Sky #49BEEF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.85%

 BLUE value IS 239 (93.75% from 255) = 47.61%

R = 14.54%
G = 37.85%
B = 47.61%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49BEEF (or 0x49BEEF) is known color: Summer Sky. HEX triplet: 49, BE and EF. RGB value is (73,190,239). Sum of RGB (Red+Green+Blue) = 73+190+239=502 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.54% from 502); Green value is 190 (74.61% from 255 or 37.85% from 502); Blue value is 239 (93.75% from 255 or 47.61% from 502); Max value from RGB is 239 - color contains mainly: blue. Hex color #49BEEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BEEF is #B64110. Grayscale: #A0A0A0. Windows color (decimal): -11944209 or 15711817. OLE color: 15711817.

HSL color Cylindrical-coordinate representation of color #49BEEF: hue angle of 197.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BEEF is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 190 239 -
CMYK 0.69 0.21 0 0.06
HSL 197.71º 0.84% 0.61% -
HSV(B) 197.71º 0.69% 0.94% -
XYZ 36.74 44.48 88.31 -
YUV 160.6 172.24 65.52 -
System Red Green Blue C M Y K H S L
Decimal 73 190 239 0.69 0.21 0 0.06 197.71 0.84 0.61
Hex 49 BE EF 45 15 0 6 C6 54 3D
Octal 111 276 357 105 25 0 6 306 124 75
Binary 1001001 10111110 11101111 1000101 10101 0 110 11000110 1010100 111101

Color Harmonies of #49BEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEEF

Black with #49BEEF

Text Example


Text Example

White with #49BEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,239); }

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

background-color css

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

 a { background-color: rgb(73,190,239); }

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

border-color css

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

 span { border-color: rgb(73,190,239); }

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