#2ECDE0

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

Shades of Summer Sky #2ECDE0

Tints of Summer Sky #2ECDE0

Color information

#2ECDE0 (or 0x2ECDE0) is unknown color: approx Summer Sky. HEX triplet: 2E, CD and E0. RGB value is (46,205,224). Sum of RGB (Red+Green+Blue) = 46+205+224=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 205 (80.47% from 255 or 43.16% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #2ECDE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDE0 is #D1321F. Grayscale: #9F9F9F. Windows color (decimal): -13709856 or 14732590. OLE color: 14732590.

HSL color Cylindrical-coordinate representation of color #2ECDE0: hue angle of 186.4º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2ECDE0 is Cyan = 0.79, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB46205224-
CMYK0.790.0800.12
HSL186.4º74.17%52.94%-
HSV(B)186.4º79.46%87.84%-
XYZ36.4149.6378.18-
YUV159.62164.3246.96-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.68%
GREEN value IS 205 (80.47% from 255) = 43.16%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=9.68%
G=43.16%
B=47.16%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal462052240.790.0800.12186.474.1752.94
Hex2ECDE04F80Cba4a35
Octal563153401171001427211265
Binary10111011001101111000001001111100001100101110101001010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,205,224); }

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

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

 a { background-color: rgb(46,205,224); }

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

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

 span { border-color: rgb(46,205,224); }

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