Html Css Color HEX #49ABED Summer Sky

📋 copy color: '#49ABED'

red 73 ◦ green 171 ◦ blue 237

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

Shades of Summer Sky #49ABED

Tints of Summer Sky #49ABED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 49.27%

R = 15.18%
G = 35.55%
B = 49.27%

CMYK

 C value IS 0.69

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49ABED (or 0x49ABED) is known color: Summer Sky. HEX triplet: 49, AB and ED. RGB value is (73,171,237). Sum of RGB (Red+Green+Blue) = 73+171+237=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 237 (92.97% from 255 or 49.27% from 481); Max value from RGB is 237 - color contains mainly: blue. Hex color #49ABED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABED is #B65412. Grayscale: #949494. Windows color (decimal): -11949075 or 15575881. OLE color: 15575881.

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

Color convert

RGB 73 171 237 -
CMYK 0.69 0.28 0 0.07
HSL 204.15º 0.82% 0.61% -
HSV(B) 204.15º 0.69% 0.93% -
XYZ 32.6 36.66 85.48 -
YUV 149.22 177.53 73.63 -
System Red Green Blue C M Y K H S L
Decimal 73 171 237 0.69 0.28 0 0.07 204.15 0.82 0.61
Hex 49 AB ED 45 1C 0 7 CC 52 3D
Octal 111 253 355 105 34 0 7 314 122 75
Binary 1001001 10101011 11101101 1000101 11100 0 111 11001100 1010010 111101

Color Harmonies of #49ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABED

Black with #49ABED

Text Example


Text Example

White with #49ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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