#2ECAEA

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

Shades of Summer Sky #2ECAEA

Tints of Summer Sky #2ECAEA

Color information

#2ECAEA (or 0x2ECAEA) is unknown color: approx Summer Sky. HEX triplet: 2E, CA and EA. RGB value is (46,202,234). Sum of RGB (Red+Green+Blue) = 46+202+234=482 (63% of max value = 765). Red value is 46 (18.36% from 255 or 9.54% from 482); Green value is 202 (79.30% from 255 or 41.91% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #2ECAEA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2ECAEA is #D13515. Grayscale: #9E9E9E. Windows color (decimal): -13710614 or 15387182. OLE color: 15387182.

HSL color Cylindrical-coordinate representation of color #2ECAEA: hue angle of 190.21º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2ECAEA is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB46202234-
CMYK0.800.1400.08
HSL190.21º81.74%54.9%-
HSV(B)190.21º80.34%91.76%-
XYZ37.148.7685.3-
YUV159170.3247.4-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.54%
GREEN value IS 202 (79.30% from 255) = 41.91%
BLUE value IS 234 (91.80% from 255) = 48.55%
R=9.54%
G=41.91%
B=48.55%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal462022340.800.1400.08190.2181.7454.9
Hex2ECAEA50E08be5237
Octal563123521201601027612267
Binary10111011001010111010101010000111001000101111101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ECAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,202,234); }

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

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

 a { background-color: rgb(46,202,234); }

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

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

 span { border-color: rgb(46,202,234); }

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