#2EB1C5

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

Shades of Summer Sky #2EB1C5

Tints of Summer Sky #2EB1C5

Color information

#2EB1C5 (or 0x2EB1C5) is unknown color: approx Summer Sky. HEX triplet: 2E, B1 and C5. RGB value is (46,177,197). Sum of RGB (Red+Green+Blue) = 46+177+197=420 (55% of max value = 765). Red value is 46 (18.36% from 255 or 10.95% from 420); Green value is 177 (69.53% from 255 or 42.14% from 420); Blue value is 197 (77.34% from 255 or 46.90% from 420); Max value from RGB is 197 - color contains mainly: blue. Hex color #2EB1C5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB1C5 is #D14E3A. Grayscale: #8B8B8B. Windows color (decimal): -13717051 or 12955950. OLE color: 12955950.

HSL color Cylindrical-coordinate representation of color #2EB1C5: hue angle of 187.95º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EB1C5 is Cyan = 0.77, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB46177197-
CMYK0.770.1000.23
HSL187.95º62.14%47.65%-
HSV(B)187.95º76.65%77.25%-
XYZ26.9336.0658.36-
YUV140.11160.160.87-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.95%
GREEN value IS 177 (69.53% from 255) = 42.14%
BLUE value IS 197 (77.34% from 255) = 46.90%
R=10.95%
G=42.14%
B=46.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal461771970.770.1000.23187.9562.1447.65
Hex2EB1C54DA017bc3e30
Octal56261305115120272747660
Binary10111010110001110001011001101101001011110111100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB1C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,177,197); }

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

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

 a { background-color: rgb(46,177,197); }

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

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

 span { border-color: rgb(46,177,197); }

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