#2ecde3

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

Shades of Summer Sky #2ECDE3

Tints of Summer Sky #2ECDE3

Color information

#2ECDE3 (or 0x2ECDE3) is unknown color: approx Summer Sky. HEX triplet: 2E, CD and E3. RGB value is (46,205,227). Sum of RGB (Red+Green+Blue) = 46+205+227=478 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.62% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 227 (89.06% from 255 or 47.49% from 478); Max value from RGB is 227 - color contains mainly: blue. Hex color #2ECDE3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ECDE3 is #D1321C. Grayscale: #9F9F9F. Windows color (decimal): -13709853 or 14929198. OLE color: 14929198.

HSL color Cylindrical-coordinate representation of color #2ECDE3: hue angle of 187.29º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECDE3 is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB46205227-
CMYK0.800.1000.11
HSL187.29º76.37%53.53%-
HSV(B)187.29º79.74%89.02%-
XYZ36.8249.7980.34-
YUV159.97165.8246.71-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.62%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 227 (89.06% from 255) = 47.49%
R=9.62%
G=42.89%
B=47.49%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal462052270.800.1000.11187.2976.3753.53
Hex2ECDE350A0Bbb4c36
Octal563153431201201327311466
Binary10111011001101111000111010000101001011101110111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ecde3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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