Html Css Color HEX #49BCDB Summer Sky

📋 copy color: '#49BCDB'

red 73 ◦ green 188 ◦ blue 219

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

Shades of Summer Sky #49BCDB

Tints of Summer Sky #49BCDB

RGB

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

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

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

R = 15.21%
G = 39.17%
B = 45.63%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49BCDB (or 0x49BCDB) is known color: Summer Sky. HEX triplet: 49, BC and DB. RGB value is (73,188,219). Sum of RGB (Red+Green+Blue) = 73+188+219=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 219 (85.94% from 255 or 45.62% from 480); Max value from RGB is 219 - color contains mainly: blue. Hex color #49BCDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BCDB is #B64324. Grayscale: #9C9C9C. Windows color (decimal): -11944741 or 14400585. OLE color: 14400585.

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

Color convert

RGB 73 188 219 -
CMYK 0.67 0.14 0 0.14
HSL 192.74º 0.67% 0.57% -
HSV(B) 192.74º 0.67% 0.86% -
XYZ 33.52 42.5 73.45 -
YUV 157.15 162.9 67.98 -
System Red Green Blue C M Y K H S L
Decimal 73 188 219 0.67 0.14 0 0.14 192.74 0.67 0.57
Hex 49 BC DB 43 E 0 E C1 43 39
Octal 111 274 333 103 16 0 16 301 103 71
Binary 1001001 10111100 11011011 1000011 1110 0 1110 11000001 1000011 111001

Color Harmonies of #49BCDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCDB

Black with #49BCDB

Text Example


Text Example

White with #49BCDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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