Html Css Color HEX #49BDEF Summer Sky

📋 copy color: '#49BDEF'

red 73 ◦ green 189 ◦ blue 239

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

Shades of Summer Sky #49BDEF

Tints of Summer Sky #49BDEF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.72%

 BLUE value IS 239 (93.75% from 255) = 47.7%

R = 14.57%
G = 37.72%
B = 47.7%

CMYK

 C value IS 0.69

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49BDEF (or 0x49BDEF) is known color: Summer Sky. HEX triplet: 49, BD and EF. RGB value is (73,189,239). Sum of RGB (Red+Green+Blue) = 73+189+239=501 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.57% from 501); Green value is 189 (74.22% from 255 or 37.72% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #49BDEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDEF is #B64210. Grayscale: #9F9F9F. Windows color (decimal): -11944465 or 15711561. OLE color: 15711561.

HSL color Cylindrical-coordinate representation of color #49BDEF: hue angle of 198.07º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49BDEF is Cyan = 0.69, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 189 239 -
CMYK 0.69 0.21 0 0.06
HSL 198.07º 0.84% 0.61% -
HSV(B) 198.07º 0.69% 0.94% -
XYZ 36.53 44.04 88.24 -
YUV 160.02 172.57 65.93 -
System Red Green Blue C M Y K H S L
Decimal 73 189 239 0.69 0.21 0 0.06 198.07 0.84 0.61
Hex 49 BD EF 45 15 0 6 C6 54 3D
Octal 111 275 357 105 25 0 6 306 124 75
Binary 1001001 10111101 11101111 1000101 10101 0 110 11000110 1010100 111101

Color Harmonies of #49BDEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDEF

Black with #49BDEF

Text Example


Text Example

White with #49BDEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,189,239); }

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

background-color css

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

 a { background-color: rgb(73,189,239); }

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

border-color css

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

 span { border-color: rgb(73,189,239); }

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