Html Css Color HEX #49B8FF Summer Sky

📋 copy color: '#49B8FF'

red 73 ◦ green 184 ◦ blue 255

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

Shades of Summer Sky #49B8FF

Tints of Summer Sky #49B8FF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 35.94%

 BLUE value IS 255 (100% from 255) = 49.8%

R = 14.26%
G = 35.94%
B = 49.8%

CMYK

 C value IS 0.71

 M value IS 0.28

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49B8FF (or 0x49B8FF) is known color: Summer Sky. HEX triplet: 49, B8 and FF. RGB value is (73,184,255). Sum of RGB (Red+Green+Blue) = 73+184+255=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 184 (72.27% from 255 or 35.94% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #49B8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B8FF is #B64700. Grayscale: #9E9E9E. Windows color (decimal): -11945729 or 16758857. OLE color: 16758857.

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

Color convert

RGB 73 184 255 -
CMYK 0.71 0.28 0 0
HSL 203.41º 1% 0.64% -
HSV(B) 203.41º 0.71% 1% -
XYZ 37.94 42.92 100.89 -
YUV 158.91 182.23 66.73 -
System Red Green Blue C M Y K H S L
Decimal 73 184 255 0.71 0.28 0 0 203.41 1 0.64
Hex 49 B8 FF 47 1C 0 0 CB 64 40
Octal 111 270 377 107 34 0 0 313 144 100
Binary 1001001 10111000 11111111 1000111 11100 0 0 11001011 1100100 1000000

Color Harmonies of #49B8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B8FF

Black with #49B8FF

Text Example


Text Example

White with #49B8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,184,255); }

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

background-color css

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

 a { background-color: rgb(73,184,255); }

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

border-color css

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

 span { border-color: rgb(73,184,255); }

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