Html Css Color HEX #49A9FB Summer Sky

📋 copy color: '#49A9FB'

red 73 ◦ green 169 ◦ blue 251

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

Shades of Summer Sky #49A9FB

Tints of Summer Sky #49A9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.28%

 BLUE value IS 251 (98.44% from 255) = 50.91%

R = 14.81%
G = 34.28%
B = 50.91%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#49A9FB (or 0x49A9FB) is known color: Summer Sky. HEX triplet: 49, A9 and FB. RGB value is (73,169,251). Sum of RGB (Red+Green+Blue) = 73+169+251=493 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.81% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 251 (98.44% from 255 or 50.91% from 493); Max value from RGB is 251 - color contains mainly: blue. Hex color #49A9FB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49A9FB is #B65604. Grayscale: #959595. Windows color (decimal): -11949573 or 16492873. OLE color: 16492873.

HSL color Cylindrical-coordinate representation of color #49A9FB: hue angle of 207.64º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #49A9FB is Cyan = 0.71, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 73 169 251 -
CMYK 0.71 0.33 0 0.02
HSL 207.64º 0.96% 0.64% -
HSV(B) 207.64º 0.71% 0.98% -
XYZ 34.35 36.76 96.55 -
YUV 149.64 185.2 73.33 -
System Red Green Blue C M Y K H S L
Decimal 73 169 251 0.71 0.33 0 0.02 207.64 0.96 0.64
Hex 49 A9 FB 47 21 0 2 D0 60 40
Octal 111 251 373 107 41 0 2 320 140 100
Binary 1001001 10101001 11111011 1000111 100001 0 10 11010000 1100000 1000000

Color Harmonies of #49A9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A9FB

Black with #49A9FB

Text Example


Text Example

White with #49A9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,169,251); }

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

background-color css

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

 a { background-color: rgb(73,169,251); }

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

border-color css

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

 span { border-color: rgb(73,169,251); }

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