Html Css Color HEX #49BEEB Summer Sky

📋 copy color: '#49BEEB'

red 73 ◦ green 190 ◦ blue 235

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

Shades of Summer Sky #49BEEB

Tints of Summer Sky #49BEEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 47.19%

R = 14.66%
G = 38.15%
B = 47.19%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49BEEB (or 0x49BEEB) is known color: Summer Sky. HEX triplet: 49, BE and EB. RGB value is (73,190,235). Sum of RGB (Red+Green+Blue) = 73+190+235=498 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.66% from 498); Green value is 190 (74.61% from 255 or 38.15% from 498); Blue value is 235 (92.19% from 255 or 47.19% from 498); Max value from RGB is 235 - color contains mainly: blue. Hex color #49BEEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BEEB is #B64114. Grayscale: #9F9F9F. Windows color (decimal): -11944213 or 15449673. OLE color: 15449673.

HSL color Cylindrical-coordinate representation of color #49BEEB: hue angle of 196.67º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BEEB is Cyan = 0.69, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 190 235 -
CMYK 0.69 0.19 0 0.08
HSL 196.67º 0.8% 0.6% -
HSV(B) 196.67º 0.69% 0.92% -
XYZ 36.16 44.24 85.23 -
YUV 160.15 170.24 65.84 -
System Red Green Blue C M Y K H S L
Decimal 73 190 235 0.69 0.19 0 0.08 196.67 0.8 0.6
Hex 49 BE EB 45 13 0 8 C5 50 3C
Octal 111 276 353 105 23 0 10 305 120 74
Binary 1001001 10111110 11101011 1000101 10011 0 1000 11000101 1010000 111100

Color Harmonies of #49BEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEEB

Black with #49BEEB

Text Example


Text Example

White with #49BEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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