#2eb8ea

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

Shades of Summer Sky #2EB8EA

Tints of Summer Sky #2EB8EA

Color information

#2EB8EA (or 0x2EB8EA) is unknown color: approx Summer Sky. HEX triplet: 2E, B8 and EA. RGB value is (46,184,234). Sum of RGB (Red+Green+Blue) = 46+184+234=464 (61% of max value = 765). Red value is 46 (18.36% from 255 or 9.91% from 464); Green value is 184 (72.27% from 255 or 39.66% from 464); Blue value is 234 (91.80% from 255 or 50.43% from 464); Max value from RGB is 234 - color contains mainly: blue. Hex color #2EB8EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2EB8EA is #D14715. Grayscale: #949494. Windows color (decimal): -13715222 or 15382574. OLE color: 15382574.

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

Color convert

RGB46184234-
CMYK0.800.2100.08
HSL195.96º81.74%54.9%-
HSV(B)195.96º80.34%91.76%-
XYZ33.1240.883.97-
YUV148.44176.2854.93-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 9.91%
GREEN value IS 184 (72.27% from 255) = 39.66%
BLUE value IS 234 (91.80% from 255) = 50.43%
R=9.91%
G=39.66%
B=50.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal461842340.800.2100.08195.9681.7454.9
Hex2EB8EA501508c45237
Octal562703521202501030412267
Binary101110101110001110101010100001010101000110001001010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2eb8ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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