Html Css Color HEX #49BAEA Summer Sky

📋 copy color: '#49BAEA'

red 73 ◦ green 186 ◦ blue 234

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

Shades of Summer Sky #49BAEA

Tints of Summer Sky #49BAEA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.73%

 BLUE value IS 234 (91.8% from 255) = 47.46%

R = 14.81%
G = 37.73%
B = 47.46%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49BAEA (or 0x49BAEA) is known color: Summer Sky. HEX triplet: 49, BA and EA. RGB value is (73,186,234). Sum of RGB (Red+Green+Blue) = 73+186+234=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 186 (73.05% from 255 or 37.73% from 493); Blue value is 234 (91.80% from 255 or 47.46% from 493); Max value from RGB is 234 - color contains mainly: blue. Hex color #49BAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAEA is #B64515. Grayscale: #9D9D9D. Windows color (decimal): -11945238 or 15383113. OLE color: 15383113.

HSL color Cylindrical-coordinate representation of color #49BAEA: hue angle of 197.89º degrees, saturation: 0.79, 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 #49BAEA is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 186 234 -
CMYK 0.69 0.21 0 0.08
HSL 197.89º 0.79% 0.6% -
HSV(B) 197.89º 0.69% 0.92% -
XYZ 35.16 42.47 84.19 -
YUV 157.69 171.06 67.6 -
System Red Green Blue C M Y K H S L
Decimal 73 186 234 0.69 0.21 0 0.08 197.89 0.79 0.6
Hex 49 BA EA 45 15 0 8 C6 4F 3C
Octal 111 272 352 105 25 0 10 306 117 74
Binary 1001001 10111010 11101010 1000101 10101 0 1000 11000110 1001111 111100

Color Harmonies of #49BAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BAEA

Black with #49BAEA

Text Example


Text Example

White with #49BAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,186,234); }

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

background-color css

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

 a { background-color: rgb(73,186,234); }

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

border-color css

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

 span { border-color: rgb(73,186,234); }

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