#2EA2CA

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

Shades of Summer Sky #2EA2CA

Tints of Summer Sky #2EA2CA

Color information

#2EA2CA (or 0x2EA2CA) is unknown color: approx Summer Sky. HEX triplet: 2E, A2 and CA. RGB value is (46,162,202). Sum of RGB (Red+Green+Blue) = 46+162+202=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 162 (63.67% from 255 or 39.51% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EA2CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA2CA is #D15D35. Grayscale: #838383. Windows color (decimal): -13720886 or 13279790. OLE color: 13279790.

HSL color Cylindrical-coordinate representation of color #2EA2CA: hue angle of 195.38º 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 #2EA2CA is Cyan = 0.77, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB46162202-
CMYK0.770.2000.21
HSL195.38º62.9%48.63%-
HSV(B)195.38º77.23%79.22%-
XYZ24.7130.6960.5-
YUV131.88167.5766.75-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 162 (63.67% from 255) = 39.51%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=11.22%
G=39.51%
B=49.27%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461622020.770.2000.21195.3862.948.63
Hex2EA2CA4D14015c33f31
Octal56242312115240253037761
Binary101110101000101100101010011011010001010111000011111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA2CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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