Html Css Color HEX #49CBEC Summer Sky

📋 copy color: '#49CBEC'

red 73 ◦ green 203 ◦ blue 236

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

Shades of Summer Sky #49CBEC

Tints of Summer Sky #49CBEC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 39.65%

 BLUE value IS 236 (92.58% from 255) = 46.09%

R = 14.26%
G = 39.65%
B = 46.09%

CMYK

 C value IS 0.69

 M value IS 0.14

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#49CBEC (or 0x49CBEC) is known color: Summer Sky. HEX triplet: 49, CB and EC. RGB value is (73,203,236). Sum of RGB (Red+Green+Blue) = 73+203+236=512 (67% of max value = 765). Red value is 73 (28.91% from 255 or 14.26% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 236 (92.58% from 255 or 46.09% from 512); Max value from RGB is 236 - color contains mainly: blue. Hex color #49CBEC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49CBEC is #B63413. Grayscale: #A7A7A7. Windows color (decimal): -11940884 or 15518537. OLE color: 15518537.

HSL color Cylindrical-coordinate representation of color #49CBEC: hue angle of 192.15º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #49CBEC is Cyan = 0.69, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 203 236 -
CMYK 0.69 0.14 0 0.07
HSL 192.15º 0.81% 0.61% -
HSV(B) 192.15º 0.69% 0.93% -
XYZ 39.24 50.18 86.98 -
YUV 167.89 166.43 60.32 -
System Red Green Blue C M Y K H S L
Decimal 73 203 236 0.69 0.14 0 0.07 192.15 0.81 0.61
Hex 49 CB EC 45 E 0 7 C0 51 3D
Octal 111 313 354 105 16 0 7 300 121 75
Binary 1001001 11001011 11101100 1000101 1110 0 111 11000000 1010001 111101

Color Harmonies of #49CBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49CBEC

Black with #49CBEC

Text Example


Text Example

White with #49CBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,203,236); }

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

background-color css

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

 a { background-color: rgb(73,203,236); }

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

border-color css

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

 span { border-color: rgb(73,203,236); }

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