#2EA9D8

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

Shades of Summer Sky #2EA9D8

Tints of Summer Sky #2EA9D8

Color information

#2EA9D8 (or 0x2EA9D8) is unknown color: approx Summer Sky. HEX triplet: 2E, A9 and D8. RGB value is (46,169,216). Sum of RGB (Red+Green+Blue) = 46+169+216=431 (57% of max value = 765). Red value is 46 (18.36% from 255 or 10.67% from 431); Green value is 169 (66.41% from 255 or 39.21% from 431); Blue value is 216 (84.77% from 255 or 50.12% from 431); Max value from RGB is 216 - color contains mainly: blue. Hex color #2EA9D8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2EA9D8 is #D15627. Grayscale: #898989. Windows color (decimal): -13719080 or 14199086. OLE color: 14199086.

HSL color Cylindrical-coordinate representation of color #2EA9D8: hue angle of 196.59º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2EA9D8 is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB46169216-
CMYK0.790.2200.15
HSL196.59º68.55%51.37%-
HSV(B)196.59º78.7%84.71%-
XYZ27.7133.9170.05-
YUV137.58172.2562.68-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.67%
GREEN value IS 169 (66.41% from 255) = 39.21%
BLUE value IS 216 (84.77% from 255) = 50.12%
R=10.67%
G=39.21%
B=50.12%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal461692160.790.2200.15196.5968.5551.37
Hex2EA9D84F160Fc54533
Octal562513301172601730510563
Binary101110101010011101100010011111011001111110001011000101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA9D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,169,216); }

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

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

 a { background-color: rgb(46,169,216); }

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

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

 span { border-color: rgb(46,169,216); }

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