Html Css Color HEX #49BFF0 Summer Sky

📋 copy color: '#49BFF0'

red 73 ◦ green 191 ◦ blue 240

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

Shades of Summer Sky #49BFF0

Tints of Summer Sky #49BFF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 47.62%

R = 14.48%
G = 37.9%
B = 47.62%

CMYK

 C value IS 0.70

 M value IS 0.20

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#49BFF0 (or 0x49BFF0) is known color: Summer Sky. HEX triplet: 49, BF and F0. RGB value is (73,191,240). Sum of RGB (Red+Green+Blue) = 73+191+240=504 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.48% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 240 (94.14% from 255 or 47.62% from 504); Max value from RGB is 240 - color contains mainly: blue. Hex color #49BFF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFF0 is #B6400F. Grayscale: #A0A0A0. Windows color (decimal): -11943952 or 15777609. OLE color: 15777609.

HSL color Cylindrical-coordinate representation of color #49BFF0: hue angle of 197.6º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49BFF0 is Cyan = 0.70, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 191 240 -
CMYK 0.70 0.20 0 0.06
HSL 197.6º 0.85% 0.61% -
HSV(B) 197.6º 0.7% 0.94% -
XYZ 37.11 44.97 89.16 -
YUV 161.3 172.41 65.02 -
System Red Green Blue C M Y K H S L
Decimal 73 191 240 0.70 0.20 0 0.06 197.6 0.85 0.61
Hex 49 BF F0 46 14 0 6 C6 55 3D
Octal 111 277 360 106 24 0 6 306 125 75
Binary 1001001 10111111 11110000 1000110 10100 0 110 11000110 1010101 111101

Color Harmonies of #49BFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFF0

Black with #49BFF0

Text Example


Text Example

White with #49BFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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