Html Css Color HEX #49BDFB Summer Sky

📋 copy color: '#49BDFB'

red 73 ◦ green 189 ◦ blue 251

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

Shades of Summer Sky #49BDFB

Tints of Summer Sky #49BDFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 48.93%

R = 14.23%
G = 36.84%
B = 48.93%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49BDFB (or 0x49BDFB) is known color: Summer Sky. HEX triplet: 49, BD and FB. RGB value is (73,189,251). Sum of RGB (Red+Green+Blue) = 73+189+251=513 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.23% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 251 (98.44% from 255 or 48.93% from 513); Max value from RGB is 251 - color contains mainly: blue. Hex color #49BDFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDFB is #B64204. Grayscale: #A1A1A1. Windows color (decimal): -11944453 or 16497993. OLE color: 16497993.

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

Color convert

RGB 73 189 251 -
CMYK 0.71 0.25 0 0.02
HSL 200.9º 0.96% 0.64% -
HSV(B) 200.9º 0.71% 0.98% -
XYZ 38.36 44.78 97.89 -
YUV 161.38 178.57 64.96 -
System Red Green Blue C M Y K H S L
Decimal 73 189 251 0.71 0.25 0 0.02 200.9 0.96 0.64
Hex 49 BD FB 47 19 0 2 C9 60 40
Octal 111 275 373 107 31 0 2 311 140 100
Binary 1001001 10111101 11111011 1000111 11001 0 10 11001001 1100000 1000000

Color Harmonies of #49BDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDFB

Black with #49BDFB

Text Example


Text Example

White with #49BDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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