Html Css Color HEX #49BADB Summer Sky

📋 copy color: '#49BADB'

red 73 ◦ green 186 ◦ blue 219

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

Shades of Summer Sky #49BADB

Tints of Summer Sky #49BADB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.91%

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

R = 15.27%
G = 38.91%
B = 45.82%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49BADB (or 0x49BADB) is known color: Summer Sky. HEX triplet: 49, BA and DB. RGB value is (73,186,219). Sum of RGB (Red+Green+Blue) = 73+186+219=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 186 (73.05% from 255 or 38.91% from 478); Blue value is 219 (85.94% from 255 or 45.82% from 478); Max value from RGB is 219 - color contains mainly: blue. Hex color #49BADB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BADB is #B64524. Grayscale: #9B9B9B. Windows color (decimal): -11945253 or 14400073. OLE color: 14400073.

HSL color Cylindrical-coordinate representation of color #49BADB: hue angle of 193.56º 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 #49BADB is Cyan = 0.67, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 73 186 219 -
CMYK 0.67 0.15 0 0.14
HSL 193.56º 0.67% 0.57% -
HSV(B) 193.56º 0.67% 0.86% -
XYZ 33.09 41.65 73.31 -
YUV 155.98 163.56 68.82 -
System Red Green Blue C M Y K H S L
Decimal 73 186 219 0.67 0.15 0 0.14 193.56 0.67 0.57
Hex 49 BA DB 43 F 0 E C2 43 39
Octal 111 272 333 103 17 0 16 302 103 71
Binary 1001001 10111010 11011011 1000011 1111 0 1110 11000010 1000011 111001

Color Harmonies of #49BADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BADB

Black with #49BADB

Text Example


Text Example

White with #49BADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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