Html Css Color HEX #49ABEF Summer Sky

📋 copy color: '#49ABEF'

red 73 ◦ green 171 ◦ blue 239

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

Shades of Summer Sky #49ABEF

Tints of Summer Sky #49ABEF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 35.4%

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

R = 15.11%
G = 35.4%
B = 49.48%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49ABEF (or 0x49ABEF) is known color: Summer Sky. HEX triplet: 49, AB and EF. RGB value is (73,171,239). Sum of RGB (Red+Green+Blue) = 73+171+239=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 171 (67.19% from 255 or 35.40% from 483); Blue value is 239 (93.75% from 255 or 49.48% from 483); Max value from RGB is 239 - color contains mainly: blue. Hex color #49ABEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABEF is #B65410. Grayscale: #959595. Windows color (decimal): -11949073 or 15706953. OLE color: 15706953.

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

Color convert

RGB 73 171 239 -
CMYK 0.69 0.28 0 0.06
HSL 204.58º 0.84% 0.61% -
HSV(B) 204.58º 0.69% 0.94% -
XYZ 32.89 36.77 87.03 -
YUV 149.45 178.53 73.47 -
System Red Green Blue C M Y K H S L
Decimal 73 171 239 0.69 0.28 0 0.06 204.58 0.84 0.61
Hex 49 AB EF 45 1C 0 6 CD 54 3D
Octal 111 253 357 105 34 0 6 315 124 75
Binary 1001001 10101011 11101111 1000101 11100 0 110 11001101 1010100 111101

Color Harmonies of #49ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABEF

Black with #49ABEF

Text Example


Text Example

White with #49ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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