Html Css Color HEX #49AAFC Summer Sky

📋 copy color: '#49AAFC'

red 73 ◦ green 170 ◦ blue 252

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

Shades of Summer Sky #49AAFC

Tints of Summer Sky #49AAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.34%

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

R = 14.75%
G = 34.34%
B = 50.91%

CMYK

 C value IS 0.71

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49AAFC (or 0x49AAFC) is known color: Summer Sky. HEX triplet: 49, AA and FC. RGB value is (73,170,252). Sum of RGB (Red+Green+Blue) = 73+170+252=495 (65% of max value = 765). Red value is 73 (28.91% from 255 or 14.75% from 495); Green value is 170 (66.80% from 255 or 34.34% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #49AAFC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #49AAFC is #B65503. Grayscale: #959595. Windows color (decimal): -11949316 or 16558665. OLE color: 16558665.

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

Color convert

RGB 73 170 252 -
CMYK 0.71 0.33 0 0.01
HSL 207.49º 0.97% 0.64% -
HSV(B) 207.49º 0.71% 0.99% -
XYZ 34.69 37.19 97.45 -
YUV 150.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 73 170 252 0.71 0.33 0 0.01 207.49 0.97 0.64
Hex 49 AA FC 47 21 0 1 CF 61 40
Octal 111 252 374 107 41 0 1 317 141 100
Binary 1001001 10101010 11111100 1000111 100001 0 1 11001111 1100001 1000000

Color Harmonies of #49AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AAFC

Black with #49AAFC

Text Example


Text Example

White with #49AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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