Html Css Color HEX #49BDFE Summer Sky

📋 copy color: '#49BDFE'

red 73 ◦ green 189 ◦ blue 254

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

Shades of Summer Sky #49BDFE

Tints of Summer Sky #49BDFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 49.22%

R = 14.15%
G = 36.63%
B = 49.22%

CMYK

 C value IS 0.71

 M value IS 0.26

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#49BDFE (or 0x49BDFE) is known color: Summer Sky. HEX triplet: 49, BD and FE. RGB value is (73,189,254). Sum of RGB (Red+Green+Blue) = 73+189+254=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 254 (99.61% from 255 or 49.22% from 516); Max value from RGB is 254 - color contains mainly: blue. Hex color #49BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BDFE is #B64201. Grayscale: #A1A1A1. Windows color (decimal): -11944450 or 16694601. OLE color: 16694601.

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

Color convert

RGB 73 189 254 -
CMYK 0.71 0.26 0 0.00
HSL 201.55º 0.99% 0.64% -
HSV(B) 201.55º 0.71% 1% -
XYZ 38.83 44.97 100.4 -
YUV 161.73 180.07 64.71 -
System Red Green Blue C M Y K H S L
Decimal 73 189 254 0.71 0.26 0 0.00 201.55 0.99 0.64
Hex 49 BD FE 47 1A 0 0 CA 63 40
Octal 111 275 376 107 32 0 0 312 143 100
Binary 1001001 10111101 11111110 1000111 11010 0 0 11001010 1100011 1000000

Color Harmonies of #49BDFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BDFE

Black with #49BDFE

Text Example


Text Example

White with #49BDFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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