Html Css Color HEX #49AAEB Summer Sky

📋 copy color: '#49AAEB'

red 73 ◦ green 170 ◦ blue 235

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

Shades of Summer Sky #49AAEB

Tints of Summer Sky #49AAEB

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.56%

 BLUE value IS 235 (92.19% from 255) = 49.16%

R = 15.27%
G = 35.56%
B = 49.16%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49AAEB (or 0x49AAEB) is known color: Summer Sky. HEX triplet: 49, AA and EB. RGB value is (73,170,235). Sum of RGB (Red+Green+Blue) = 73+170+235=478 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.27% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #49AAEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAEB is #B65514. Grayscale: #949494. Windows color (decimal): -11949333 or 15444553. OLE color: 15444553.

HSL color Cylindrical-coordinate representation of color #49AAEB: hue angle of 204.07º degrees, saturation: 0.8, 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 #49AAEB is Cyan = 0.69, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 170 235 -
CMYK 0.69 0.28 0 0.08
HSL 204.07º 0.8% 0.6% -
HSV(B) 204.07º 0.69% 0.92% -
XYZ 32.12 36.16 83.88 -
YUV 148.41 176.86 74.21 -
System Red Green Blue C M Y K H S L
Decimal 73 170 235 0.69 0.28 0 0.08 204.07 0.8 0.6
Hex 49 AA EB 45 1C 0 8 CC 50 3C
Octal 111 252 353 105 34 0 10 314 120 74
Binary 1001001 10101010 11101011 1000101 11100 0 1000 11001100 1010000 111100

Color Harmonies of #49AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAEB

Black with #49AAEB

Text Example


Text Example

White with #49AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,170,235); }

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

background-color css

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

 a { background-color: rgb(73,170,235); }

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

border-color css

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

 span { border-color: rgb(73,170,235); }

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