Html Css Color HEX #49A8EE Summer Sky

📋 copy color: '#49A8EE'

red 73 ◦ green 168 ◦ blue 238

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

Shades of Summer Sky #49A8EE

Tints of Summer Sky #49A8EE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 35.07%

 BLUE value IS 238 (93.36% from 255) = 49.69%

R = 15.24%
G = 35.07%
B = 49.69%

CMYK

 C value IS 0.69

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49A8EE (or 0x49A8EE) is known color: Summer Sky. HEX triplet: 49, A8 and EE. RGB value is (73,168,238). Sum of RGB (Red+Green+Blue) = 73+168+238=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 238 (93.36% from 255 or 49.69% from 479); Max value from RGB is 238 - color contains mainly: blue. Hex color #49A8EE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8EE is #B65711. Grayscale: #939393. Windows color (decimal): -11949842 or 15640649. OLE color: 15640649.

HSL color Cylindrical-coordinate representation of color #49A8EE: hue angle of 205.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A8EE is Cyan = 0.69, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 168 238 -
CMYK 0.69 0.29 0 0.07
HSL 205.45º 0.83% 0.61% -
HSV(B) 205.45º 0.69% 0.93% -
XYZ 32.18 35.59 86.06 -
YUV 147.58 179.03 74.81 -
System Red Green Blue C M Y K H S L
Decimal 73 168 238 0.69 0.29 0 0.07 205.45 0.83 0.61
Hex 49 A8 EE 45 1D 0 7 CD 53 3D
Octal 111 250 356 105 35 0 7 315 123 75
Binary 1001001 10101000 11101110 1000101 11101 0 111 11001101 1010011 111101

Color Harmonies of #49A8EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8EE

Black with #49A8EE

Text Example


Text Example

White with #49A8EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,168,238); }

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

background-color css

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

 a { background-color: rgb(73,168,238); }

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

border-color css

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

 span { border-color: rgb(73,168,238); }

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