#2EB2C6

Color #2EB2C6 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2EB2C6

Tints of Summer Sky #2EB2C6

Color information

#2EB2C6 (or 0x2EB2C6) is unknown color: approx Summer Sky. HEX triplet: 2E, B2 and C6. RGB value is (46,178,198). Sum of RGB (Red+Green+Blue) = 46+178+198=422 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.90% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #2EB2C6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB2C6 is #D14D39. Grayscale: #8C8C8C. Windows color (decimal): -13716794 or 13021742. OLE color: 13021742.

HSL color Cylindrical-coordinate representation of color #2EB2C6: hue angle of 187.89º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB2C6 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB46178198-
CMYK0.770.1000.22
HSL187.89º62.3%47.84%-
HSV(B)187.89º76.77%77.65%-
XYZ27.2436.559.04-
YUV140.81160.2760.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.90%
GREEN value IS 178 (69.92% from 255) = 42.18%
BLUE value IS 198 (77.73% from 255) = 46.92%
R=10.90%
G=42.18%
B=46.92%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal461781980.770.1000.22187.8962.347.84
Hex2EB2C64DA016bc3e30
Octal56262306115120262747660
Binary10111010110010110001101001101101001011010111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2EB2C6; }

 p { color: rgb(46,178,198); }

 H1.HeaderClassName
 {
   color: #2EB2C6;
 }
 .AnyTagClassName
 {
   color: #2EB2C6;
 }
</style>
background-color css

<style>
 a { background-color: #2EB2C6; }

 a { background-color: rgb(46,178,198); }

 div.DivClassName
 {
   background-color: #2EB2C6;
 }
 .BgClassName
 {
   background-color: #2EB2C6;
 }
</style>
border-color css

<style>
 span { border-color: #2EB2C6; }

 span { border-color: rgb(46,178,198); }

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