Html Css Color HEX #49C3EB Summer Sky

📋 copy color: '#49C3EB'

red 73 ◦ green 195 ◦ blue 235

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

Shades of Summer Sky #49C3EB

Tints of Summer Sky #49C3EB

RGB

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

 GREEN value IS 195 (76.56% from 255) = 38.77%

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

R = 14.51%
G = 38.77%
B = 46.72%

CMYK

 C value IS 0.69

 M value IS 0.17

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49C3EB (or 0x49C3EB) is known color: Summer Sky. HEX triplet: 49, C3 and EB. RGB value is (73,195,235). Sum of RGB (Red+Green+Blue) = 73+195+235=503 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.51% from 503); Green value is 195 (76.56% from 255 or 38.77% from 503); Blue value is 235 (92.19% from 255 or 46.72% from 503); Max value from RGB is 235 - color contains mainly: blue. Hex color #49C3EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C3EB is #B63C14. Grayscale: #A2A2A2. Windows color (decimal): -11942933 or 15450953. OLE color: 15450953.

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

Color convert

RGB 73 195 235 -
CMYK 0.69 0.17 0 0.08
HSL 194.81º 0.8% 0.6% -
HSV(B) 194.81º 0.69% 0.92% -
XYZ 37.26 46.44 85.6 -
YUV 163.08 168.58 63.75 -
System Red Green Blue C M Y K H S L
Decimal 73 195 235 0.69 0.17 0 0.08 194.81 0.8 0.6
Hex 49 C3 EB 45 11 0 8 C3 50 3C
Octal 111 303 353 105 21 0 10 303 120 74
Binary 1001001 11000011 11101011 1000101 10001 0 1000 11000011 1010000 111100

Color Harmonies of #49C3EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C3EB

Black with #49C3EB

Text Example


Text Example

White with #49C3EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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