#2EA0CA

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

Shades of Summer Sky #2EA0CA

Tints of Summer Sky #2EA0CA

Color information

#2EA0CA (or 0x2EA0CA) is unknown color: approx Summer Sky. HEX triplet: 2E, A0 and CA. RGB value is (46,160,202). Sum of RGB (Red+Green+Blue) = 46+160+202=408 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.27% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 202 (79.30% from 255 or 49.51% from 408); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EA0CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA0CA is #D15F35. Grayscale: #828282. Windows color (decimal): -13721398 or 13279278. OLE color: 13279278.

HSL color Cylindrical-coordinate representation of color #2EA0CA: hue angle of 196.15º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2EA0CA is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46160202-
CMYK0.770.2100.21
HSL196.15º62.9%48.63%-
HSV(B)196.15º77.23%79.22%-
XYZ24.3629.9960.38-
YUV130.7168.2367.58-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.27%
GREEN value IS 160 (62.89% from 255) = 39.22%
BLUE value IS 202 (79.30% from 255) = 49.51%
R=11.27%
G=39.22%
B=49.51%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461602020.770.2100.21196.1562.948.63
Hex2EA0CA4D15015c43f31
Octal56240312115250253047761
Binary101110101000001100101010011011010101010111000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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