#2EA8E7

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

Shades of Summer Sky #2EA8E7

Tints of Summer Sky #2EA8E7

Color information

#2EA8E7 (or 0x2EA8E7) is unknown color: approx Summer Sky. HEX triplet: 2E, A8 and E7. RGB value is (46,168,231). Sum of RGB (Red+Green+Blue) = 46+168+231=445 (58% of max value = 765). Red value is 46 (18.36% from 255 or 10.34% from 445); Green value is 168 (66.02% from 255 or 37.75% from 445); Blue value is 231 (90.62% from 255 or 51.91% from 445); Max value from RGB is 231 - color contains mainly: blue. Hex color #2EA8E7 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2EA8E7 is #D15718. Grayscale: #8A8A8A. Windows color (decimal): -13719321 or 15181870. OLE color: 15181870.

HSL color Cylindrical-coordinate representation of color #2EA8E7: hue angle of 200.43º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EA8E7 is Cyan = 0.80, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB46168231-
CMYK0.800.2700.09
HSL200.43º79.4%54.31%-
HSV(B)200.43º80.09%90.59%-
XYZ29.5534.3680.67-
YUV138.7180.0861.88-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.34%
GREEN value IS 168 (66.02% from 255) = 37.75%
BLUE value IS 231 (90.62% from 255) = 51.91%
R=10.34%
G=37.75%
B=51.91%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal461682310.800.2700.09200.4379.454.31
Hex2EA8E7501B09c84f36
Octal562503471203301131011766
Binary101110101010001110011110100001101101001110010001001111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EA8E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,168,231); }

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

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

 a { background-color: rgb(46,168,231); }

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

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

 span { border-color: rgb(46,168,231); }

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