Html Css Color HEX #49AAFE Summer Sky

📋 copy color: '#49AAFE'

red 73 ◦ green 170 ◦ blue 254

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

Shades of Summer Sky #49AAFE

Tints of Summer Sky #49AAFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 14.69%
G = 34.21%
B = 51.11%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49AAFE (or 0x49AAFE) is known color: Summer Sky. HEX triplet: 49, AA and FE. RGB value is (73,170,254). Sum of RGB (Red+Green+Blue) = 73+170+254=497 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.69% from 497); Green value is 170 (66.80% from 255 or 34.21% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #49AAFE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAFE is #B65501. Grayscale: #969696. Windows color (decimal): -11949314 or 16689737. OLE color: 16689737.

HSL color Cylindrical-coordinate representation of color #49AAFE: hue angle of 207.85º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49AAFE is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 73 170 254 -
CMYK 0.71 0.33 0 0.00
HSL 207.85º 0.99% 0.64% -
HSV(B) 207.85º 0.71% 1% -
XYZ 35.01 37.32 99.12 -
YUV 150.57 186.36 72.67 -
System Red Green Blue C M Y K H S L
Decimal 73 170 254 0.71 0.33 0 0.00 207.85 0.99 0.64
Hex 49 AA FE 47 21 0 0 D0 63 40
Octal 111 252 376 107 41 0 0 320 143 100
Binary 1001001 10101010 11111110 1000111 100001 0 0 11010000 1100011 1000000

Color Harmonies of #49AAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAFE

Black with #49AAFE

Text Example


Text Example

White with #49AAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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