Html Css Color HEX #49BDFD Summer Sky

📋 copy color: '#49BDFD'

red 73 ◦ green 189 ◦ blue 253

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

Shades of Summer Sky #49BDFD

Tints of Summer Sky #49BDFD

RGB

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

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

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

R = 14.17%
G = 36.7%
B = 49.13%

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

#49BDFD (or 0x49BDFD) is known color: Summer Sky. HEX triplet: 49, BD and FD. RGB value is (73,189,253). Sum of RGB (Red+Green+Blue) = 73+189+253=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 189 (74.22% from 255 or 36.70% from 515); Blue value is 253 (99.22% from 255 or 49.13% from 515); Max value from RGB is 253 - color contains mainly: blue. Hex color #49BDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDFD is #B64202. Grayscale: #A1A1A1. Windows color (decimal): -11944451 or 16629065. OLE color: 16629065.

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

Color convert

RGB 73 189 253 -
CMYK 0.71 0.25 0 0.01
HSL 201.33º 0.98% 0.64% -
HSV(B) 201.33º 0.71% 0.99% -
XYZ 38.67 44.9 99.56 -
YUV 161.61 179.57 64.8 -
System Red Green Blue C M Y K H S L
Decimal 73 189 253 0.71 0.25 0 0.01 201.33 0.98 0.64
Hex 49 BD FD 47 19 0 1 C9 62 40
Octal 111 275 375 107 31 0 1 311 142 100
Binary 1001001 10111101 11111101 1000111 11001 0 1 11001001 1100010 1000000

Color Harmonies of #49BDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDFD

Black with #49BDFD

Text Example


Text Example

White with #49BDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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