#2EB0C4

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

Shades of Summer Sky #2EB0C4

Tints of Summer Sky #2EB0C4

Color information

#2EB0C4 (or 0x2EB0C4) is unknown color: approx Summer Sky. HEX triplet: 2E, B0 and C4. RGB value is (46,176,196). Sum of RGB (Red+Green+Blue) = 46+176+196=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #2EB0C4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EB0C4 is #D14F3B. Grayscale: #8B8B8B. Windows color (decimal): -13717308 or 12890158. OLE color: 12890158.

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

Color convert

RGB46176196-
CMYK0.770.1000.23
HSL188º61.98%47.45%-
HSV(B)188º76.53%76.86%-
XYZ26.6235.6257.7-
YUV139.41159.9361.37-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.00%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 196 (76.95% from 255) = 46.89%
R=11.00%
G=42.11%
B=46.89%

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
Decimal461761960.770.1000.2318861.9847.45
Hex2EB0C44DA017bc3e2f
Octal56260304115120272747657
Binary10111010110000110001001001101101001011110111100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,176,196); }

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

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

 a { background-color: rgb(46,176,196); }

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

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

 span { border-color: rgb(46,176,196); }

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