Html Css Color HEX #49C8EB Summer Sky

📋 copy color: '#49C8EB'

red 73 ◦ green 200 ◦ blue 235

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

Shades of Summer Sky #49C8EB

Tints of Summer Sky #49C8EB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 39.37%

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

R = 14.37%
G = 39.37%
B = 46.26%

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

#49C8EB (or 0x49C8EB) is known color: Summer Sky. HEX triplet: 49, C8 and EB. RGB value is (73,200,235). Sum of RGB (Red+Green+Blue) = 73+200+235=508 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.37% from 508); Green value is 200 (78.52% from 255 or 39.37% from 508); Blue value is 235 (92.19% from 255 or 46.26% from 508); Max value from RGB is 235 - color contains mainly: blue. Hex color #49C8EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C8EB is #B63714. Grayscale: #A5A5A5. Windows color (decimal): -11941653 or 15452233. OLE color: 15452233.

HSL color Cylindrical-coordinate representation of color #49C8EB: hue angle of 192.96º 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 #49C8EB is Cyan = 0.69, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 200 235 -
CMYK 0.69 0.15 0 0.08
HSL 192.96º 0.8% 0.6% -
HSV(B) 192.96º 0.69% 0.92% -
XYZ 38.4 48.72 85.98 -
YUV 166.02 166.92 61.65 -
System Red Green Blue C M Y K H S L
Decimal 73 200 235 0.69 0.15 0 0.08 192.96 0.8 0.6
Hex 49 C8 EB 45 F 0 8 C1 50 3C
Octal 111 310 353 105 17 0 10 301 120 74
Binary 1001001 11001000 11101011 1000101 1111 0 1000 11000001 1010000 111100

Color Harmonies of #49C8EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C8EB

Black with #49C8EB

Text Example


Text Example

White with #49C8EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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