#2EC3EA

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

Shades of Summer Sky #2EC3EA

Tints of Summer Sky #2EC3EA

Color information

#2EC3EA (or 0x2EC3EA) is unknown color: approx Summer Sky. HEX triplet: 2E, C3 and EA. RGB value is (46,195,234). Sum of RGB (Red+Green+Blue) = 46+195+234=475 (62% of max value = 765). Red value is 46 (18.36% from 255 or 9.68% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EC3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EC3EA is #D13C15. Grayscale: #9A9A9A. Windows color (decimal): -13712406 or 15385390. OLE color: 15385390.

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

Color convert

RGB46195234-
CMYK0.800.1700.08
HSL192.45º81.74%54.9%-
HSV(B)192.45º80.34%91.76%-
XYZ35.4945.5584.76-
YUV154.89172.6450.33-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.68%
GREEN value IS 195 (76.56% from 255) = 41.05%
BLUE value IS 234 (91.80% from 255) = 49.26%
R=9.68%
G=41.05%
B=49.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal461952340.800.1700.08192.4581.7454.9
Hex2EC3EA501108c05237
Octal563033521202101030012267
Binary101110110000111110101010100001000101000110000001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EC3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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