Html Css Color HEX #49B9FC Summer Sky

📋 copy color: '#49B9FC'

red 73 ◦ green 185 ◦ blue 252

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

Shades of Summer Sky #49B9FC

Tints of Summer Sky #49B9FC

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.27%

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

R = 14.31%
G = 36.27%
B = 49.41%

CMYK

 C value IS 0.71

 M value IS 0.27

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49B9FC (or 0x49B9FC) is known color: Summer Sky. HEX triplet: 49, B9 and FC. RGB value is (73,185,252). Sum of RGB (Red+Green+Blue) = 73+185+252=510 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.31% from 510); Green value is 185 (72.66% from 255 or 36.27% from 510); Blue value is 252 (98.83% from 255 or 49.41% from 510); Max value from RGB is 252 - color contains mainly: blue. Hex color #49B9FC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49B9FC is #B64603. Grayscale: #9E9E9E. Windows color (decimal): -11945476 or 16562505. OLE color: 16562505.

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

Color convert

RGB 73 185 252 -
CMYK 0.71 0.27 0 0.01
HSL 202.46º 0.97% 0.64% -
HSV(B) 202.46º 0.71% 0.99% -
XYZ 37.67 43.14 98.44 -
YUV 159.15 180.39 66.55 -
System Red Green Blue C M Y K H S L
Decimal 73 185 252 0.71 0.27 0 0.01 202.46 0.97 0.64
Hex 49 B9 FC 47 1B 0 1 CA 61 40
Octal 111 271 374 107 33 0 1 312 141 100
Binary 1001001 10111001 11111100 1000111 11011 0 1 11001010 1100001 1000000

Color Harmonies of #49B9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B9FC

Black with #49B9FC

Text Example


Text Example

White with #49B9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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