Html Css Color HEX #49B5DB Summer Sky

📋 copy color: '#49B5DB'

red 73 ◦ green 181 ◦ blue 219

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

Shades of Summer Sky #49B5DB

Tints of Summer Sky #49B5DB

RGB

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

 GREEN value IS 181 (71.09% from 255) = 38.27%

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

R = 15.43%
G = 38.27%
B = 46.3%

CMYK

 C value IS 0.67

 M value IS 0.17

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#49B5DB (or 0x49B5DB) is known color: Summer Sky. HEX triplet: 49, B5 and DB. RGB value is (73,181,219). Sum of RGB (Red+Green+Blue) = 73+181+219=473 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.43% from 473); Green value is 181 (71.09% from 255 or 38.27% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #49B5DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49B5DB is #B64A24. Grayscale: #989898. Windows color (decimal): -11946533 or 14398793. OLE color: 14398793.

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

Color convert

RGB 73 181 219 -
CMYK 0.67 0.17 0 0.14
HSL 195.62º 0.67% 0.57% -
HSV(B) 195.62º 0.67% 0.86% -
XYZ 32.06 39.58 72.97 -
YUV 153.04 165.22 70.91 -
System Red Green Blue C M Y K H S L
Decimal 73 181 219 0.67 0.17 0 0.14 195.62 0.67 0.57
Hex 49 B5 DB 43 11 0 E C4 43 39
Octal 111 265 333 103 21 0 16 304 103 71
Binary 1001001 10110101 11011011 1000011 10001 0 1110 11000100 1000011 111001

Color Harmonies of #49B5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B5DB

Black with #49B5DB

Text Example


Text Example

White with #49B5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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