#88E8EA

Color #88E8EA Electric Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Blue #88E8EA

Tints of Electric Blue #88E8EA

Color information

#88E8EA (or 0x88E8EA) is unknown color: approx Electric Blue. HEX triplet: 88, E8 and EA. RGB value is (136,232,234). Sum of RGB (Red+Green+Blue) = 136+232+234=602 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.59% from 602); Green value is 232 (91.02% from 255 or 38.54% from 602); Blue value is 234 (91.80% from 255 or 38.87% from 602); Max value from RGB is 234 - color contains mainly: blue. Hex color #88E8EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E8EA is #771715. Grayscale: #CBCBCB. Windows color (decimal): -7804694 or 15394952. OLE color: 15394952.

HSL color Cylindrical-coordinate representation of color #88E8EA: hue angle of 181.22º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #88E8EA is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136232234-
CMYK0.420.0100.08
HSL181.22º70%72.55%-
HSV(B)181.22º41.88%91.76%-
XYZ53.8668.8988.3-
YUV203.52145.279.84-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.59%
GREEN value IS 232 (91.02% from 255) = 38.54%
BLUE value IS 234 (91.80% from 255) = 38.87%
R=22.59%
G=38.54%
B=38.87%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1362322340.420.0100.08181.227072.55
Hex88E8EA2A108b54649
Octal210350352521010265106111
Binary1000100011101000111010101010101010001011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E8EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88E8EA; }

 p { color: rgb(136,232,234); }

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

<style>
 a { background-color: #88E8EA; }

 a { background-color: rgb(136,232,234); }

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

<style>
 span { border-color: #88E8EA; }

 span { border-color: rgb(136,232,234); }

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