Html Css Color HEX #49BFFC Summer Sky

📋 copy color: '#49BFFC'

red 73 ◦ green 191 ◦ blue 252

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

Shades of Summer Sky #49BFFC

Tints of Summer Sky #49BFFC

RGB

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

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

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

R = 14.15%
G = 37.02%
B = 48.84%

CMYK

 C value IS 0.71

 M value IS 0.24

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#49BFFC (or 0x49BFFC) is known color: Summer Sky. HEX triplet: 49, BF and FC. RGB value is (73,191,252). Sum of RGB (Red+Green+Blue) = 73+191+252=516 (68% of max value = 765). Red value is 73 (28.91% from 255 or 14.15% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 252 (98.83% from 255 or 48.84% from 516); Max value from RGB is 252 - color contains mainly: blue. Hex color #49BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49BFFC is #B64003. Grayscale: #A2A2A2. Windows color (decimal): -11943940 or 16564041. OLE color: 16564041.

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

Color convert

RGB 73 191 252 -
CMYK 0.71 0.24 0 0.01
HSL 200.45º 0.97% 0.64% -
HSV(B) 200.45º 0.71% 0.99% -
XYZ 38.95 45.71 98.86 -
YUV 162.67 178.41 64.04 -
System Red Green Blue C M Y K H S L
Decimal 73 191 252 0.71 0.24 0 0.01 200.45 0.97 0.64
Hex 49 BF FC 47 18 0 1 C8 61 40
Octal 111 277 374 107 30 0 1 310 141 100
Binary 1001001 10111111 11111100 1000111 11000 0 1 11001000 1100001 1000000

Color Harmonies of #49BFFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49BFFC

Black with #49BFFC

Text Example


Text Example

White with #49BFFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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