Html Css Color HEX #49C6EA Summer Sky

📋 copy color: '#49C6EA'

red 73 ◦ green 198 ◦ blue 234

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

Shades of Summer Sky #49C6EA

Tints of Summer Sky #49C6EA

RGB

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

 GREEN value IS 198 (77.73% from 255) = 39.21%

 BLUE value IS 234 (91.8% from 255) = 46.34%

R = 14.46%
G = 39.21%
B = 46.34%

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

#49C6EA (or 0x49C6EA) is known color: Summer Sky. HEX triplet: 49, C6 and EA. RGB value is (73,198,234). Sum of RGB (Red+Green+Blue) = 73+198+234=505 (66% of max value = 765). Red value is 73 (28.91% from 255 or 14.46% from 505); Green value is 198 (77.73% from 255 or 39.21% from 505); Blue value is 234 (91.80% from 255 or 46.34% from 505); Max value from RGB is 234 - color contains mainly: blue. Hex color #49C6EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #49C6EA is #B63915. Grayscale: #A4A4A4. Windows color (decimal): -11942166 or 15386185. OLE color: 15386185.

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

Color convert

RGB 73 198 234 -
CMYK 0.69 0.15 0 0.08
HSL 193.42º 0.79% 0.6% -
HSV(B) 193.42º 0.69% 0.92% -
XYZ 37.79 47.75 85.07 -
YUV 164.73 167.09 62.57 -
System Red Green Blue C M Y K H S L
Decimal 73 198 234 0.69 0.15 0 0.08 193.42 0.79 0.6
Hex 49 C6 EA 45 F 0 8 C1 4F 3C
Octal 111 306 352 105 17 0 10 301 117 74
Binary 1001001 11000110 11101010 1000101 1111 0 1000 11000001 1001111 111100

Color Harmonies of #49C6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49C6EA

Black with #49C6EA

Text Example


Text Example

White with #49C6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,198,234); }

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

background-color css

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

 a { background-color: rgb(73,198,234); }

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

border-color css

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

 span { border-color: rgb(73,198,234); }

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