Html Css Color HEX #49BCEB Summer Sky

📋 copy color: '#49BCEB'

red 73 ◦ green 188 ◦ blue 235

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

Shades of Summer Sky #49BCEB

Tints of Summer Sky #49BCEB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.9%

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

R = 14.72%
G = 37.9%
B = 47.38%

CMYK

 C value IS 0.69

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49BCEB (or 0x49BCEB) is known color: Summer Sky. HEX triplet: 49, BC and EB. RGB value is (73,188,235). Sum of RGB (Red+Green+Blue) = 73+188+235=496 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.72% from 496); Green value is 188 (73.83% from 255 or 37.90% from 496); Blue value is 235 (92.19% from 255 or 47.38% from 496); Max value from RGB is 235 - color contains mainly: blue. Hex color #49BCEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCEB is #B64314. Grayscale: #9E9E9E. Windows color (decimal): -11944725 or 15449161. OLE color: 15449161.

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

Color convert

RGB 73 188 235 -
CMYK 0.69 0.2 0 0.08
HSL 197.41º 0.8% 0.6% -
HSV(B) 197.41º 0.69% 0.92% -
XYZ 35.73 43.38 85.09 -
YUV 158.97 170.9 66.68 -
System Red Green Blue C M Y K H S L
Decimal 73 188 235 0.69 0.2 0 0.08 197.41 0.8 0.6
Hex 49 BC EB 45 14 0 8 C5 50 3C
Octal 111 274 353 105 24 0 10 305 120 74
Binary 1001001 10111100 11101011 1000101 10100 0 1000 11000101 1010000 111100

Color Harmonies of #49BCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCEB

Black with #49BCEB

Text Example


Text Example

White with #49BCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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