#2EA1CA

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

Shades of Summer Sky #2EA1CA

Tints of Summer Sky #2EA1CA

Color information

#2EA1CA (or 0x2EA1CA) is unknown color: approx Summer Sky. HEX triplet: 2E, A1 and CA. RGB value is (46,161,202). Sum of RGB (Red+Green+Blue) = 46+161+202=409 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.25% from 409); Green value is 161 (63.28% from 255 or 39.36% from 409); Blue value is 202 (79.30% from 255 or 49.39% from 409); Max value from RGB is 202 - color contains mainly: blue. Hex color #2EA1CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA1CA is #D15E35. Grayscale: #838383. Windows color (decimal): -13721142 or 13279534. OLE color: 13279534.

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

Color convert

RGB46161202-
CMYK0.770.2000.21
HSL195.77º62.9%48.63%-
HSV(B)195.77º77.23%79.22%-
XYZ24.5330.3360.44-
YUV131.29167.967.17-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.25%
GREEN value IS 161 (63.28% from 255) = 39.36%
BLUE value IS 202 (79.30% from 255) = 49.39%
R=11.25%
G=39.36%
B=49.39%

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
Decimal461612020.770.2000.21195.7762.948.63
Hex2EA1CA4D14015c43f31
Octal56241312115240253047761
Binary101110101000011100101010011011010001010111000100111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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