Html Css Color HEX #49BFDF Summer Sky

📋 copy color: '#49BFDF'

red 73 ◦ green 191 ◦ blue 223

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

Shades of Summer Sky #49BFDF

Tints of Summer Sky #49BFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 45.79%

R = 14.99%
G = 39.22%
B = 45.79%

CMYK

 C value IS 0.67

 M value IS 0.14

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49BFDF (or 0x49BFDF) is known color: Summer Sky. HEX triplet: 49, BF and DF. RGB value is (73,191,223). Sum of RGB (Red+Green+Blue) = 73+191+223=487 (64% of max value = 765). Red value is 73 (28.91% from 255 or 14.99% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 223 (87.5% from 255 or 45.79% from 487); Max value from RGB is 223 - color contains mainly: blue. Hex color #49BFDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BFDF is #B64020. Grayscale: #9F9F9F. Windows color (decimal): -11943969 or 14663497. OLE color: 14663497.

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

Color convert

RGB 73 191 223 -
CMYK 0.67 0.14 0 0.13
HSL 192.8º 0.7% 0.58% -
HSV(B) 192.8º 0.67% 0.87% -
XYZ 34.7 44.01 76.48 -
YUV 159.37 163.91 66.4 -
System Red Green Blue C M Y K H S L
Decimal 73 191 223 0.67 0.14 0 0.13 192.8 0.7 0.58
Hex 49 BF DF 43 E 0 D C1 46 3A
Octal 111 277 337 103 16 0 15 301 106 72
Binary 1001001 10111111 11011111 1000011 1110 0 1101 11000001 1000110 111010

Color Harmonies of #49BFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFDF

Black with #49BFDF

Text Example


Text Example

White with #49BFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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