Html Css Color HEX #49BFDC Summer Sky

📋 copy color: '#49BFDC'

red 73 ◦ green 191 ◦ blue 220

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

Shades of Summer Sky #49BFDC

Tints of Summer Sky #49BFDC

RGB

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

 GREEN value IS 191 (75% from 255) = 39.46%

 BLUE value IS 220 (86.33% from 255) = 45.45%

R = 15.08%
G = 39.46%
B = 45.45%

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

#49BFDC (or 0x49BFDC) is known color: Summer Sky. HEX triplet: 49, BF and DC. RGB value is (73,191,220). Sum of RGB (Red+Green+Blue) = 73+191+220=484 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.08% from 484); Green value is 191 (75% from 255 or 39.46% from 484); Blue value is 220 (86.33% from 255 or 45.45% from 484); Max value from RGB is 220 - color contains mainly: blue. Hex color #49BFDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFDC is #B64023. Grayscale: #9E9E9E. Windows color (decimal): -11943972 or 14466889. OLE color: 14466889.

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

Color convert

RGB 73 191 220 -
CMYK 0.67 0.13 0 0.14
HSL 191.84º 0.68% 0.57% -
HSV(B) 191.84º 0.67% 0.86% -
XYZ 34.3 43.85 74.37 -
YUV 159.02 162.41 66.64 -
System Red Green Blue C M Y K H S L
Decimal 73 191 220 0.67 0.13 0 0.14 191.84 0.68 0.57
Hex 49 BF DC 43 D 0 E C0 44 39
Octal 111 277 334 103 15 0 16 300 104 71
Binary 1001001 10111111 11011100 1000011 1101 0 1110 11000000 1000100 111001

Color Harmonies of #49BFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFDC

Black with #49BFDC

Text Example


Text Example

White with #49BFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,220); }

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

background-color css

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

 a { background-color: rgb(73,191,220); }

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

border-color css

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

 span { border-color: rgb(73,191,220); }

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