Html Css Color HEX #49BAFB Summer Sky

📋 copy color: '#49BAFB'

red 73 ◦ green 186 ◦ blue 251

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

Shades of Summer Sky #49BAFB

Tints of Summer Sky #49BAFB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.47%

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

R = 14.31%
G = 36.47%
B = 49.22%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49BAFB (or 0x49BAFB) is known color: Summer Sky. HEX triplet: 49, BA and FB. RGB value is (73,186,251). Sum of RGB (Red+Green+Blue) = 73+186+251=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 186 (73.05% from 255 or 36.47% from 510); Blue value is 251 (98.44% from 255 or 49.22% from 510); Max value from RGB is 251 - color contains mainly: blue. Hex color #49BAFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BAFB is #B64504. Grayscale: #9F9F9F. Windows color (decimal): -11945221 or 16497225. OLE color: 16497225.

HSL color Cylindrical-coordinate representation of color #49BAFB: hue angle of 201.91º 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 #49BAFB is Cyan = 0.71, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 186 251 -
CMYK 0.71 0.26 0 0.02
HSL 201.91º 0.96% 0.64% -
HSV(B) 201.91º 0.71% 0.98% -
XYZ 37.72 43.5 97.67 -
YUV 159.62 179.56 66.21 -
System Red Green Blue C M Y K H S L
Decimal 73 186 251 0.71 0.26 0 0.02 201.91 0.96 0.64
Hex 49 BA FB 47 1A 0 2 CA 60 40
Octal 111 272 373 107 32 0 2 312 140 100
Binary 1001001 10111010 11111011 1000111 11010 0 10 11001010 1100000 1000000

Color Harmonies of #49BAFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BAFB

Black with #49BAFB

Text Example


Text Example

White with #49BAFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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