#2ec6d8

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

Shades of Summer Sky #2EC6D8

Tints of Summer Sky #2EC6D8

Color information

#2EC6D8 (or 0x2EC6D8) is unknown color: approx Summer Sky. HEX triplet: 2E, C6 and D8. RGB value is (46,198,216). Sum of RGB (Red+Green+Blue) = 46+198+216=460 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10% from 460); Green value is 198 (77.73% from 255 or 43.04% from 460); Blue value is 216 (84.77% from 255 or 46.96% from 460); Max value from RGB is 216 - color contains mainly: blue. Hex color #2EC6D8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2EC6D8 is #D13927. Grayscale: #9A9A9A. Windows color (decimal): -13711656 or 14206510. OLE color: 14206510.

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

Color convert

RGB46198216-
CMYK0.790.0800.15
HSL186.35º68.55%51.37%-
HSV(B)186.35º78.7%84.71%-
XYZ33.7245.9372.05-
YUV154.6162.6450.54-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10%
GREEN value IS 198 (77.73% from 255) = 43.04%
BLUE value IS 216 (84.77% from 255) = 46.96%
R=10%
G=43.04%
B=46.96%

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
Decimal461982160.790.0800.15186.3568.5551.37
Hex2EC6D84F80Fba4533
Octal563063301171001727210563
Binary10111011000110110110001001111100001111101110101000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ec6d8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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