Html Css Color HEX #49ABEB Summer Sky

📋 copy color: '#49ABEB'

red 73 ◦ green 171 ◦ blue 235

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

Shades of Summer Sky #49ABEB

Tints of Summer Sky #49ABEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 49.06%

R = 15.24%
G = 35.7%
B = 49.06%

CMYK

 C value IS 0.69

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49ABEB (or 0x49ABEB) is known color: Summer Sky. HEX triplet: 49, AB and EB. RGB value is (73,171,235). Sum of RGB (Red+Green+Blue) = 73+171+235=479 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.24% from 479); Green value is 171 (67.19% from 255 or 35.70% from 479); Blue value is 235 (92.19% from 255 or 49.06% from 479); Max value from RGB is 235 - color contains mainly: blue. Hex color #49ABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49ABEB is #B65414. Grayscale: #949494. Windows color (decimal): -11949077 or 15444809. OLE color: 15444809.

HSL color Cylindrical-coordinate representation of color #49ABEB: hue angle of 203.7º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49ABEB is Cyan = 0.69, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 171 235 -
CMYK 0.69 0.27 0 0.08
HSL 203.7º 0.8% 0.6% -
HSV(B) 203.7º 0.69% 0.92% -
XYZ 32.31 36.54 83.95 -
YUV 148.99 176.53 73.8 -
System Red Green Blue C M Y K H S L
Decimal 73 171 235 0.69 0.27 0 0.08 203.7 0.8 0.6
Hex 49 AB EB 45 1B 0 8 CC 50 3C
Octal 111 253 353 105 33 0 10 314 120 74
Binary 1001001 10101011 11101011 1000101 11011 0 1000 11001100 1010000 111100

Color Harmonies of #49ABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49ABEB

Black with #49ABEB

Text Example


Text Example

White with #49ABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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