Html Css Color HEX #49AEE8 Summer Sky

📋 copy color: '#49AEE8'

red 73 ◦ green 174 ◦ blue 232

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

Shades of Summer Sky #49AEE8

Tints of Summer Sky #49AEE8

RGB

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

 GREEN value IS 174 (68.36% from 255) = 36.33%

 BLUE value IS 232 (91.02% from 255) = 48.43%

R = 15.24%
G = 36.33%
B = 48.43%

CMYK

 C value IS 0.69

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#49AEE8 (or 0x49AEE8) is known color: Summer Sky. HEX triplet: 49, AE and E8. RGB value is (73,174,232). Sum of RGB (Red+Green+Blue) = 73+174+232=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 232 (91.02% from 255 or 48.43% from 479); Max value from RGB is 232 - color contains mainly: blue. Hex color #49AEE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AEE8 is #B65117. Grayscale: #969696. Windows color (decimal): -11948312 or 15248969. OLE color: 15248969.

HSL color Cylindrical-coordinate representation of color #49AEE8: hue angle of 201.89º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49AEE8 is Cyan = 0.69, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 73 174 232 -
CMYK 0.69 0.25 0 0.09
HSL 201.89º 0.78% 0.6% -
HSV(B) 201.89º 0.69% 0.91% -
XYZ 32.45 37.51 81.87 -
YUV 150.41 174.04 72.78 -
System Red Green Blue C M Y K H S L
Decimal 73 174 232 0.69 0.25 0 0.09 201.89 0.78 0.6
Hex 49 AE E8 45 19 0 9 CA 4E 3C
Octal 111 256 350 105 31 0 11 312 116 74
Binary 1001001 10101110 11101000 1000101 11001 0 1001 11001010 1001110 111100

Color Harmonies of #49AEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AEE8

Black with #49AEE8

Text Example


Text Example

White with #49AEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,174,232); }

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

background-color css

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

 a { background-color: rgb(73,174,232); }

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

border-color css

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

 span { border-color: rgb(73,174,232); }

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