Html Css Color HEX #49BDF7 Summer Sky

📋 copy color: '#49BDF7'

red 73 ◦ green 189 ◦ blue 247

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

Shades of Summer Sky #49BDF7

Tints of Summer Sky #49BDF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 48.53%

R = 14.34%
G = 37.13%
B = 48.53%

CMYK

 C value IS 0.70

 M value IS 0.23

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#49BDF7 (or 0x49BDF7) is known color: Summer Sky. HEX triplet: 49, BD and F7. RGB value is (73,189,247). Sum of RGB (Red+Green+Blue) = 73+189+247=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 189 (74.22% from 255 or 37.13% from 509); Blue value is 247 (96.88% from 255 or 48.53% from 509); Max value from RGB is 247 - color contains mainly: blue. Hex color #49BDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDF7 is #B64208. Grayscale: #A0A0A0. Windows color (decimal): -11944457 or 16235849. OLE color: 16235849.

HSL color Cylindrical-coordinate representation of color #49BDF7: hue angle of 200º degrees, saturation: 0.92, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BDF7 is Cyan = 0.70, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 73 189 247 -
CMYK 0.70 0.23 0 0.03
HSL 200º 0.92% 0.63% -
HSV(B) 200º 0.7% 0.97% -
XYZ 37.73 44.53 94.6 -
YUV 160.93 176.57 65.28 -
System Red Green Blue C M Y K H S L
Decimal 73 189 247 0.70 0.23 0 0.03 200 0.92 0.63
Hex 49 BD F7 46 17 0 3 C8 5C 3F
Octal 111 275 367 106 27 0 3 310 134 77
Binary 1001001 10111101 11110111 1000110 10111 0 11 11001000 1011100 111111

Color Harmonies of #49BDF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDF7

Black with #49BDF7

Text Example


Text Example

White with #49BDF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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