Html Css Color HEX #49BFEB Summer Sky

📋 copy color: '#49BFEB'

red 73 ◦ green 191 ◦ blue 235

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

Shades of Summer Sky #49BFEB

Tints of Summer Sky #49BFEB

RGB

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

 GREEN value IS 191 (75% from 255) = 38.28%

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

R = 14.63%
G = 38.28%
B = 47.09%

CMYK

 C value IS 0.69

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49BFEB (or 0x49BFEB) is known color: Summer Sky. HEX triplet: 49, BF and EB. RGB value is (73,191,235). Sum of RGB (Red+Green+Blue) = 73+191+235=499 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.63% from 499); Green value is 191 (75% from 255 or 38.28% from 499); Blue value is 235 (92.19% from 255 or 47.09% from 499); Max value from RGB is 235 - color contains mainly: blue. Hex color #49BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFEB is #B64014. Grayscale: #A0A0A0. Windows color (decimal): -11943957 or 15449929. OLE color: 15449929.

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

Color convert

RGB 73 191 235 -
CMYK 0.69 0.19 0 0.08
HSL 196.3º 0.8% 0.6% -
HSV(B) 196.3º 0.69% 0.92% -
XYZ 36.37 44.68 85.3 -
YUV 160.73 169.91 65.42 -
System Red Green Blue C M Y K H S L
Decimal 73 191 235 0.69 0.19 0 0.08 196.3 0.8 0.6
Hex 49 BF EB 45 13 0 8 C4 50 3C
Octal 111 277 353 105 23 0 10 304 120 74
Binary 1001001 10111111 11101011 1000101 10011 0 1000 11000100 1010000 111100

Color Harmonies of #49BFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFEB

Black with #49BFEB

Text Example


Text Example

White with #49BFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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