Html Css Color HEX #49BADE Summer Sky

📋 copy color: '#49BADE'

red 73 ◦ green 186 ◦ blue 222

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

Shades of Summer Sky #49BADE

Tints of Summer Sky #49BADE

RGB

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

 GREEN value IS 186 (73.05% from 255) = 38.67%

 BLUE value IS 222 (87.11% from 255) = 46.15%

R = 15.18%
G = 38.67%
B = 46.15%

CMYK

 C value IS 0.67

 M value IS 0.16

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#49BADE (or 0x49BADE) is known color: Summer Sky. HEX triplet: 49, BA and DE. RGB value is (73,186,222). Sum of RGB (Red+Green+Blue) = 73+186+222=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 222 (87.11% from 255 or 46.15% from 481); Max value from RGB is 222 - color contains mainly: blue. Hex color #49BADE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #49BADE is #B64521. Grayscale: #9C9C9C. Windows color (decimal): -11945250 or 14596681. OLE color: 14596681.

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

Color convert

RGB 73 186 222 -
CMYK 0.67 0.16 0 0.13
HSL 194.5º 0.69% 0.58% -
HSV(B) 194.5º 0.67% 0.87% -
XYZ 33.49 41.81 75.41 -
YUV 156.32 165.06 68.57 -
System Red Green Blue C M Y K H S L
Decimal 73 186 222 0.67 0.16 0 0.13 194.5 0.69 0.58
Hex 49 BA DE 43 10 0 D C2 45 3A
Octal 111 272 336 103 20 0 15 302 105 72
Binary 1001001 10111010 11011110 1000011 10000 0 1101 11000010 1000101 111010

Color Harmonies of #49BADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BADE

Black with #49BADE

Text Example


Text Example

White with #49BADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,222); }

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

background-color css

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

 a { background-color: rgb(73,186,222); }

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

border-color css

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

 span { border-color: rgb(73,186,222); }

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