Html Css Color HEX #49BEDB Summer Sky

📋 copy color: '#49BEDB'

red 73 ◦ green 190 ◦ blue 219

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

Shades of Summer Sky #49BEDB

Tints of Summer Sky #49BEDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 45.44%

R = 15.15%
G = 39.42%
B = 45.44%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49BEDB (or 0x49BEDB) is known color: Summer Sky. HEX triplet: 49, BE and DB. RGB value is (73,190,219). Sum of RGB (Red+Green+Blue) = 73+190+219=482 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.15% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 219 (85.94% from 255 or 45.44% from 482); Max value from RGB is 219 - color contains mainly: blue. Hex color #49BEDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEDB is #B64124. Grayscale: #9E9E9E. Windows color (decimal): -11944229 or 14401097. OLE color: 14401097.

HSL color Cylindrical-coordinate representation of color #49BEDB: hue angle of 191.92º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #49BEDB is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 190 219 -
CMYK 0.67 0.13 0 0.14
HSL 191.92º 0.67% 0.57% -
HSV(B) 191.92º 0.67% 0.86% -
XYZ 33.95 43.36 73.6 -
YUV 158.32 162.24 67.14 -
System Red Green Blue C M Y K H S L
Decimal 73 190 219 0.67 0.13 0 0.14 191.92 0.67 0.57
Hex 49 BE DB 43 D 0 E C0 43 39
Octal 111 276 333 103 15 0 16 300 103 71
Binary 1001001 10111110 11011011 1000011 1101 0 1110 11000000 1000011 111001

Color Harmonies of #49BEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEDB

Black with #49BEDB

Text Example


Text Example

White with #49BEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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