#2EB3EA

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

Shades of Summer Sky #2EB3EA

Tints of Summer Sky #2EB3EA

Color information

#2EB3EA (or 0x2EB3EA) is unknown color: approx Summer Sky. HEX triplet: 2E, B3 and EA. RGB value is (46,179,234). Sum of RGB (Red+Green+Blue) = 46+179+234=459 (60% of max value = 765). Red value is 46 (18.36% from 255 or 10.02% from 459); Green value is 179 (70.31% from 255 or 39.00% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EB3EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EB3EA is #D14C15. Grayscale: #919191. Windows color (decimal): -13716502 or 15381294. OLE color: 15381294.

HSL color Cylindrical-coordinate representation of color #2EB3EA: hue angle of 197.55º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2EB3EA is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB46179234-
CMYK0.800.2400.08
HSL197.55º81.74%54.9%-
HSV(B)197.55º80.34%91.76%-
XYZ32.138.7683.63-
YUV145.5177.9457.03-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 10.02%
GREEN value IS 179 (70.31% from 255) = 39.00%
BLUE value IS 234 (91.80% from 255) = 50.98%
R=10.02%
G=39.00%
B=50.98%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal461792340.800.2400.08197.5581.7454.9
Hex2EB3EA501808c65237
Octal562633521203001030612267
Binary101110101100111110101010100001100001000110001101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,179,234); }

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

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

 a { background-color: rgb(46,179,234); }

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

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

 span { border-color: rgb(46,179,234); }

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