Html Css Color HEX #49BFFD Summer Sky

📋 copy color: '#49BFFD'

red 73 ◦ green 191 ◦ blue 253

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

Shades of Summer Sky #49BFFD

Tints of Summer Sky #49BFFD

RGB

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

 GREEN value IS 191 (75% from 255) = 36.94%

 BLUE value IS 253 (99.22% from 255) = 48.94%

R = 14.12%
G = 36.94%
B = 48.94%

CMYK

 C value IS 0.71

 M value IS 0.25

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49BFFD (or 0x49BFFD) is known color: Summer Sky. HEX triplet: 49, BF and FD. RGB value is (73,191,253). Sum of RGB (Red+Green+Blue) = 73+191+253=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 253 (99.22% from 255 or 48.94% from 517); Max value from RGB is 253 - color contains mainly: blue. Hex color #49BFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFFD is #B64002. Grayscale: #A2A2A2. Windows color (decimal): -11943939 or 16629577. OLE color: 16629577.

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

Color convert

RGB 73 191 253 -
CMYK 0.71 0.25 0 0.01
HSL 200.67º 0.98% 0.64% -
HSV(B) 200.67º 0.71% 0.99% -
XYZ 39.11 45.77 99.7 -
YUV 162.79 178.91 63.96 -
System Red Green Blue C M Y K H S L
Decimal 73 191 253 0.71 0.25 0 0.01 200.67 0.98 0.64
Hex 49 BF FD 47 19 0 1 C9 62 40
Octal 111 277 375 107 31 0 1 311 142 100
Binary 1001001 10111111 11111101 1000111 11001 0 1 11001001 1100010 1000000

Color Harmonies of #49BFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFFD

Black with #49BFFD

Text Example


Text Example

White with #49BFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,191,253); }

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

background-color css

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

 a { background-color: rgb(73,191,253); }

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

border-color css

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

 span { border-color: rgb(73,191,253); }

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