#2EA0D4

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

Shades of Summer Sky #2EA0D4

Tints of Summer Sky #2EA0D4

Color information

#2EA0D4 (or 0x2EA0D4) is unknown color: approx Summer Sky. HEX triplet: 2E, A0 and D4. RGB value is (46,160,212). Sum of RGB (Red+Green+Blue) = 46+160+212=418 (55% of max value = 765). Red value is 46 (18.36% from 255 or 11.00% from 418); Green value is 160 (62.89% from 255 or 38.28% from 418); Blue value is 212 (83.20% from 255 or 50.72% from 418); Max value from RGB is 212 - color contains mainly: blue. Hex color #2EA0D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA0D4 is #D15F2B. Grayscale: #838383. Windows color (decimal): -13721388 or 13934638. OLE color: 13934638.

HSL color Cylindrical-coordinate representation of color #2EA0D4: hue angle of 198.8º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2EA0D4 is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB46160212-
CMYK0.780.2500.17
HSL198.8º65.87%50.59%-
HSV(B)198.8º78.3%83.14%-
XYZ25.5830.4866.82-
YUV131.84173.2366.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 11.00%
GREEN value IS 160 (62.89% from 255) = 38.28%
BLUE value IS 212 (83.20% from 255) = 50.72%
R=11.00%
G=38.28%
B=50.72%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal461602120.780.2500.17198.865.8750.59
Hex2EA0D44E19011c74233
Octal562403241163102130710263
Binary1011101010000011010100100111011001010001110001111000010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA0D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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