Html Css Color HEX #49BDFF Summer Sky

📋 copy color: '#49BDFF'

red 73 ◦ green 189 ◦ blue 255

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

Shades of Summer Sky #49BDFF

Tints of Summer Sky #49BDFF

RGB

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

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

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

R = 14.12%
G = 36.56%
B = 49.32%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#49BDFF (or 0x49BDFF) is known color: Summer Sky. HEX triplet: 49, BD and FF. RGB value is (73,189,255). Sum of RGB (Red+Green+Blue) = 73+189+255=517 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.12% from 517); Green value is 189 (74.22% from 255 or 36.56% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #49BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDFF is #B64200. Grayscale: #A1A1A1. Windows color (decimal): -11944449 or 16760137. OLE color: 16760137.

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

Color convert

RGB 73 189 255 -
CMYK 0.71 0.26 0 0
HSL 201.76º 1% 0.64% -
HSV(B) 201.76º 0.71% 1% -
XYZ 39 45.03 101.24 -
YUV 161.84 180.57 64.63 -
System Red Green Blue C M Y K H S L
Decimal 73 189 255 0.71 0.26 0 0 201.76 1 0.64
Hex 49 BD FF 47 1A 0 0 CA 64 40
Octal 111 275 377 107 32 0 0 312 144 100
Binary 1001001 10111101 11111111 1000111 11010 0 0 11001010 1100100 1000000

Color Harmonies of #49BDFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDFF

Black with #49BDFF

Text Example


Text Example

White with #49BDFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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