Html Css Color HEX #49A8EF Summer Sky

📋 copy color: '#49A8EF'

red 73 ◦ green 168 ◦ blue 239

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

Shades of Summer Sky #49A8EF

Tints of Summer Sky #49A8EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.79%

R = 15.21%
G = 35%
B = 49.79%

CMYK

 C value IS 0.69

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49A8EF (or 0x49A8EF) is known color: Summer Sky. HEX triplet: 49, A8 and EF. RGB value is (73,168,239). Sum of RGB (Red+Green+Blue) = 73+168+239=480 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.21% from 480); Green value is 168 (66.02% from 255 or 35% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #49A8EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A8EF is #B65710. Grayscale: #939393. Windows color (decimal): -11949841 or 15706185. OLE color: 15706185.

HSL color Cylindrical-coordinate representation of color #49A8EF: hue angle of 205.66º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49A8EF is Cyan = 0.69, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 168 239 -
CMYK 0.69 0.30 0 0.06
HSL 205.66º 0.84% 0.61% -
HSV(B) 205.66º 0.69% 0.94% -
XYZ 32.33 35.65 86.84 -
YUV 147.69 179.53 74.73 -
System Red Green Blue C M Y K H S L
Decimal 73 168 239 0.69 0.30 0 0.06 205.66 0.84 0.61
Hex 49 A8 EF 45 1E 0 6 CE 54 3D
Octal 111 250 357 105 36 0 6 316 124 75
Binary 1001001 10101000 11101111 1000101 11110 0 110 11001110 1010100 111101

Color Harmonies of #49A8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A8EF

Black with #49A8EF

Text Example


Text Example

White with #49A8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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