Html Css Color HEX #49C9EB Summer Sky

📋 copy color: '#49C9EB'

red 73 ◦ green 201 ◦ blue 235

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

Shades of Summer Sky #49C9EB

Tints of Summer Sky #49C9EB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.49%

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

R = 14.34%
G = 39.49%
B = 46.17%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#49C9EB (or 0x49C9EB) is known color: Summer Sky. HEX triplet: 49, C9 and EB. RGB value is (73,201,235). Sum of RGB (Red+Green+Blue) = 73+201+235=509 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.34% from 509); Green value is 201 (78.91% from 255 or 39.49% from 509); Blue value is 235 (92.19% from 255 or 46.17% from 509); Max value from RGB is 235 - color contains mainly: blue. Hex color #49C9EB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C9EB is #B63614. Grayscale: #A6A6A6. Windows color (decimal): -11941397 or 15452489. OLE color: 15452489.

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

Color convert

RGB 73 201 235 -
CMYK 0.69 0.14 0 0.08
HSL 192.59º 0.8% 0.6% -
HSV(B) 192.59º 0.69% 0.92% -
XYZ 38.63 49.19 86.06 -
YUV 166.6 166.59 61.24 -
System Red Green Blue C M Y K H S L
Decimal 73 201 235 0.69 0.14 0 0.08 192.59 0.8 0.6
Hex 49 C9 EB 45 E 0 8 C1 50 3C
Octal 111 311 353 105 16 0 10 301 120 74
Binary 1001001 11001001 11101011 1000101 1110 0 1000 11000001 1010000 111100

Color Harmonies of #49C9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C9EB

Black with #49C9EB

Text Example


Text Example

White with #49C9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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