#2EA3C9

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

Shades of Summer Sky #2EA3C9

Tints of Summer Sky #2EA3C9

Color information

#2EA3C9 (or 0x2EA3C9) is unknown color: approx Summer Sky. HEX triplet: 2E, A3 and C9. RGB value is (46,163,201). Sum of RGB (Red+Green+Blue) = 46+163+201=410 (54% of max value = 765). Red value is 46 (18.36% from 255 or 11.22% from 410); Green value is 163 (64.06% from 255 or 39.76% from 410); Blue value is 201 (78.91% from 255 or 49.02% from 410); Max value from RGB is 201 - color contains mainly: blue. Hex color #2EA3C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA3C9 is #D15C36. Grayscale: #848484. Windows color (decimal): -13720631 or 13214510. OLE color: 13214510.

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

Color convert

RGB46163201-
CMYK0.770.1900.21
HSL194.71º62.75%48.43%-
HSV(B)194.71º77.11%78.82%-
XYZ24.7730.9959.94-
YUV132.35166.7466.41-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.22%
GREEN value IS 163 (64.06% from 255) = 39.76%
BLUE value IS 201 (78.91% from 255) = 49.02%
R=11.22%
G=39.76%
B=49.02%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal461632010.770.1900.21194.7162.7548.43
Hex2EA3C94D13015c33f30
Octal56243311115230253037760
Binary101110101000111100100110011011001101010111000011111111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA3C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,163,201); }

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

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

 a { background-color: rgb(46,163,201); }

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

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

 span { border-color: rgb(46,163,201); }

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