Html Css Color HEX #49BEFC Summer Sky

📋 copy color: '#49BEFC'

red 73 ◦ green 190 ◦ blue 252

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

Shades of Summer Sky #49BEFC

Tints of Summer Sky #49BEFC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.89%

 BLUE value IS 252 (98.83% from 255) = 48.93%

R = 14.17%
G = 36.89%
B = 48.93%

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

#49BEFC (or 0x49BEFC) is known color: Summer Sky. HEX triplet: 49, BE and FC. RGB value is (73,190,252). Sum of RGB (Red+Green+Blue) = 73+190+252=515 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.17% from 515); Green value is 190 (74.61% from 255 or 36.89% from 515); Blue value is 252 (98.83% from 255 or 48.93% from 515); Max value from RGB is 252 - color contains mainly: blue. Hex color #49BEFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BEFC is #B64103. Grayscale: #A1A1A1. Windows color (decimal): -11944196 or 16563785. OLE color: 16563785.

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

Color convert

RGB 73 190 252 -
CMYK 0.71 0.25 0 0.01
HSL 200.78º 0.97% 0.64% -
HSV(B) 200.78º 0.71% 0.99% -
XYZ 38.73 45.27 98.79 -
YUV 162.09 178.74 64.46 -
System Red Green Blue C M Y K H S L
Decimal 73 190 252 0.71 0.25 0 0.01 200.78 0.97 0.64
Hex 49 BE FC 47 19 0 1 C9 61 40
Octal 111 276 374 107 31 0 1 311 141 100
Binary 1001001 10111110 11111100 1000111 11001 0 1 11001001 1100001 1000000

Color Harmonies of #49BEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BEFC

Black with #49BEFC

Text Example


Text Example

White with #49BEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,190,252); }

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

background-color css

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

 a { background-color: rgb(73,190,252); }

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

border-color css

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

 span { border-color: rgb(73,190,252); }

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