Html Css Color HEX #49BEFF Summer Sky

📋 copy color: '#49BEFF'

red 73 ◦ green 190 ◦ blue 255

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

Shades of Summer Sky #49BEFF

Tints of Summer Sky #49BEFF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.68%

 BLUE value IS 255 (100% from 255) = 49.23%

R = 14.09%
G = 36.68%
B = 49.23%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49BEFF (or 0x49BEFF) is known color: Summer Sky. HEX triplet: 49, BE and FF. RGB value is (73,190,255). Sum of RGB (Red+Green+Blue) = 73+190+255=518 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.09% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #49BEFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BEFF is #B64100. Grayscale: #A2A2A2. Windows color (decimal): -11944193 or 16760393. OLE color: 16760393.

HSL color Cylindrical-coordinate representation of color #49BEFF: hue angle of 201.43º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49BEFF is Cyan = 0.71, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 190 255 -
CMYK 0.71 0.25 0 0
HSL 201.43º 1% 0.64% -
HSV(B) 201.43º 0.71% 1% -
XYZ 39.21 45.46 101.32 -
YUV 162.43 180.24 64.21 -
System Red Green Blue C M Y K H S L
Decimal 73 190 255 0.71 0.25 0 0 201.43 1 0.64
Hex 49 BE FF 47 19 0 0 C9 64 40
Octal 111 276 377 107 31 0 0 311 144 100
Binary 1001001 10111110 11111111 1000111 11001 0 0 11001001 1100100 1000000

Color Harmonies of #49BEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEFF

Black with #49BEFF

Text Example


Text Example

White with #49BEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,255); }

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

background-color css

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

 a { background-color: rgb(73,190,255); }

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

border-color css

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

 span { border-color: rgb(73,190,255); }

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