Html Css Color HEX #49BEDF Summer Sky

📋 copy color: '#49BEDF'

red 73 ◦ green 190 ◦ blue 223

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

Shades of Summer Sky #49BEDF

Tints of Summer Sky #49BEDF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.09%

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

R = 15.02%
G = 39.09%
B = 45.88%

CMYK

 C value IS 0.67

 M value IS 0.15

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49BEDF (or 0x49BEDF) is known color: Summer Sky. HEX triplet: 49, BE and DF. RGB value is (73,190,223). Sum of RGB (Red+Green+Blue) = 73+190+223=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 190 (74.61% from 255 or 39.09% from 486); Blue value is 223 (87.5% from 255 or 45.88% from 486); Max value from RGB is 223 - color contains mainly: blue. Hex color #49BEDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BEDF is #B64120. Grayscale: #9E9E9E. Windows color (decimal): -11944225 or 14663241. OLE color: 14663241.

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

Color convert

RGB 73 190 223 -
CMYK 0.67 0.15 0 0.13
HSL 193.2º 0.7% 0.58% -
HSV(B) 193.2º 0.67% 0.87% -
XYZ 34.48 43.57 76.4 -
YUV 158.78 164.24 66.82 -
System Red Green Blue C M Y K H S L
Decimal 73 190 223 0.67 0.15 0 0.13 193.2 0.7 0.58
Hex 49 BE DF 43 F 0 D C1 46 3A
Octal 111 276 337 103 17 0 15 301 106 72
Binary 1001001 10111110 11011111 1000011 1111 0 1101 11000001 1000110 111010

Color Harmonies of #49BEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEDF

Black with #49BEDF

Text Example


Text Example

White with #49BEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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