Html Css Color HEX #49C7EB Summer Sky

📋 copy color: '#49C7EB'

red 73 ◦ green 199 ◦ blue 235

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

Shades of Summer Sky #49C7EB

Tints of Summer Sky #49C7EB

RGB

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

 GREEN value IS 199 (78.13% from 255) = 39.25%

 BLUE value IS 235 (92.19% from 255) = 46.35%

R = 14.4%
G = 39.25%
B = 46.35%

CMYK

 C value IS 0.69

 M value IS 0.15

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49C7EB (or 0x49C7EB) is known color: Summer Sky. HEX triplet: 49, C7 and EB. RGB value is (73,199,235). Sum of RGB (Red+Green+Blue) = 73+199+235=507 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.40% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 235 (92.19% from 255 or 46.35% from 507); Max value from RGB is 235 - color contains mainly: blue. Hex color #49C7EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C7EB is #B63814. Grayscale: #A5A5A5. Windows color (decimal): -11941909 or 15451977. OLE color: 15451977.

HSL color Cylindrical-coordinate representation of color #49C7EB: hue angle of 193.33º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49C7EB is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 199 235 -
CMYK 0.69 0.15 0 0.08
HSL 193.33º 0.8% 0.6% -
HSV(B) 193.33º 0.69% 0.92% -
XYZ 38.17 48.26 85.9 -
YUV 165.43 167.26 62.07 -
System Red Green Blue C M Y K H S L
Decimal 73 199 235 0.69 0.15 0 0.08 193.33 0.8 0.6
Hex 49 C7 EB 45 F 0 8 C1 50 3C
Octal 111 307 353 105 17 0 10 301 120 74
Binary 1001001 11000111 11101011 1000101 1111 0 1000 11000001 1010000 111100

Color Harmonies of #49C7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C7EB

Black with #49C7EB

Text Example


Text Example

White with #49C7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,199,235); }

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

background-color css

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

 a { background-color: rgb(73,199,235); }

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

border-color css

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

 span { border-color: rgb(73,199,235); }

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