Html Css Color HEX #49BCFA Summer Sky

📋 copy color: '#49BCFA'

red 73 ◦ green 188 ◦ blue 250

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

Shades of Summer Sky #49BCFA

Tints of Summer Sky #49BCFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 48.92%

R = 14.29%
G = 36.79%
B = 48.92%

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

#49BCFA (or 0x49BCFA) is known color: Summer Sky. HEX triplet: 49, BC and FA. RGB value is (73,188,250). Sum of RGB (Red+Green+Blue) = 73+188+250=511 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.29% from 511); Green value is 188 (73.83% from 255 or 36.79% from 511); Blue value is 250 (98.05% from 255 or 48.92% from 511); Max value from RGB is 250 - color contains mainly: blue. Hex color #49BCFA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BCFA is #B64305. Grayscale: #A0A0A0. Windows color (decimal): -11944710 or 16432201. OLE color: 16432201.

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

Color convert

RGB 73 188 250 -
CMYK 0.71 0.25 0 0.02
HSL 201.02º 0.95% 0.63% -
HSV(B) 201.02º 0.71% 0.98% -
XYZ 37.99 44.29 96.99 -
YUV 160.68 178.4 65.46 -
System Red Green Blue C M Y K H S L
Decimal 73 188 250 0.71 0.25 0 0.02 201.02 0.95 0.63
Hex 49 BC FA 47 19 0 2 C9 5F 3F
Octal 111 274 372 107 31 0 2 311 137 77
Binary 1001001 10111100 11111010 1000111 11001 0 10 11001001 1011111 111111

Color Harmonies of #49BCFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BCFA

Black with #49BCFA

Text Example


Text Example

White with #49BCFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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