#2EC7D8

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

Shades of Summer Sky #2EC7D8

Tints of Summer Sky #2EC7D8

Color information

#2EC7D8 (or 0x2EC7D8) is unknown color: approx Summer Sky. HEX triplet: 2E, C7 and D8. RGB value is (46,199,216). Sum of RGB (Red+Green+Blue) = 46+199+216=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 199 (78.12% from 255 or 43.17% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #2EC7D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC7D8 is #D13827. Grayscale: #9A9A9A. Windows color (decimal): -13711400 or 14206766. OLE color: 14206766.

HSL color Cylindrical-coordinate representation of color #2EC7D8: hue angle of 186º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EC7D8 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB46199216-
CMYK0.790.0800.15
HSL186º68.55%51.37%-
HSV(B)186º78.7%84.71%-
XYZ33.9446.3972.13-
YUV155.19162.3150.12-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.98%
GREEN value IS 199 (78.12% from 255) = 43.17%
BLUE value IS 216 (84.77% from 255) = 46.85%
R=9.98%
G=43.17%
B=46.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal461992160.790.0800.1518668.5551.37
Hex2EC7D84F80Fba4533
Octal563073301171001727210563
Binary10111011000111110110001001111100001111101110101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,199,216); }

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

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

 a { background-color: rgb(46,199,216); }

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

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

 span { border-color: rgb(46,199,216); }

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