#2EB5EA

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

Shades of Summer Sky #2EB5EA

Tints of Summer Sky #2EB5EA

Color information

#2EB5EA (or 0x2EB5EA) is unknown color: approx Summer Sky. HEX triplet: 2E, B5 and EA. RGB value is (46,181,234). Sum of RGB (Red+Green+Blue) = 46+181+234=461 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.98% from 461); Green value is 181 (71.09% from 255 or 39.26% from 461); Blue value is 234 (91.80% from 255 or 50.76% from 461); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EB5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EB5EA is #D14A15. Grayscale: #929292. Windows color (decimal): -13715990 or 15381806. OLE color: 15381806.

HSL color Cylindrical-coordinate representation of color #2EB5EA: hue angle of 196.91º 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 #2EB5EA is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB46181234-
CMYK0.800.2300.08
HSL196.91º81.74%54.9%-
HSV(B)196.91º80.34%91.76%-
XYZ32.539.5783.77-
YUV146.68177.2756.19-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.98%
GREEN value IS 181 (71.09% from 255) = 39.26%
BLUE value IS 234 (91.80% from 255) = 50.76%
R=9.98%
G=39.26%
B=50.76%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal461812340.800.2300.08196.9181.7454.9
Hex2EB5EA501708c55237
Octal562653521202701030512267
Binary101110101101011110101010100001011101000110001011010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2EB5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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