Html Css Color HEX #49ADEA Summer Sky

📋 copy color: '#49ADEA'

red 73 ◦ green 173 ◦ blue 234

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

Shades of Summer Sky #49ADEA

Tints of Summer Sky #49ADEA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 36.04%

 BLUE value IS 234 (91.8% from 255) = 48.75%

R = 15.21%
G = 36.04%
B = 48.75%

CMYK

 C value IS 0.69

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49ADEA (or 0x49ADEA) is known color: Summer Sky. HEX triplet: 49, AD and EA. RGB value is (73,173,234). Sum of RGB (Red+Green+Blue) = 73+173+234=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 234 (91.80% from 255 or 48.75% from 480); Max value from RGB is 234 - color contains mainly: blue. Hex color #49ADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ADEA is #B65215. Grayscale: #959595. Windows color (decimal): -11948566 or 15379785. OLE color: 15379785.

HSL color Cylindrical-coordinate representation of color #49ADEA: hue angle of 202.73º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ADEA is Cyan = 0.69, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 173 234 -
CMYK 0.69 0.26 0 0.08
HSL 202.73º 0.79% 0.6% -
HSV(B) 202.73º 0.69% 0.92% -
XYZ 32.54 37.24 83.32 -
YUV 150.05 175.37 73.04 -
System Red Green Blue C M Y K H S L
Decimal 73 173 234 0.69 0.26 0 0.08 202.73 0.79 0.6
Hex 49 AD EA 45 1A 0 8 CB 4F 3C
Octal 111 255 352 105 32 0 10 313 117 74
Binary 1001001 10101101 11101010 1000101 11010 0 1000 11001011 1001111 111100

Color Harmonies of #49ADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ADEA

Black with #49ADEA

Text Example


Text Example

White with #49ADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,173,234); }

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

background-color css

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

 a { background-color: rgb(73,173,234); }

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

border-color css

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

 span { border-color: rgb(73,173,234); }

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