#88E9EA

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

Shades of Electric Blue #88E9EA

Tints of Electric Blue #88E9EA

Color information

#88E9EA (or 0x88E9EA) is unknown color: approx Electric Blue. HEX triplet: 88, E9 and EA. RGB value is (136,233,234). Sum of RGB (Red+Green+Blue) = 136+233+234=603 (79% of max value = 765). Red value is 136 (53.52% from 255 or 22.55% from 603); Green value is 233 (91.41% from 255 or 38.64% from 603); Blue value is 234 (91.80% from 255 or 38.81% from 603); Max value from RGB is 234 - color contains mainly: blue. Hex color #88E9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #88E9EA is #771615. Grayscale: #CCCCCC. Windows color (decimal): -7804438 or 15395208. OLE color: 15395208.

HSL color Cylindrical-coordinate representation of color #88E9EA: hue angle of 180.61º 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 #88E9EA is Cyan = 0.42, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB136233234-
CMYK0.420.0000.08
HSL180.61º70%72.55%-
HSV(B)180.61º41.88%91.76%-
XYZ54.1469.4588.39-
YUV204.11144.8679.42-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 22.55%
GREEN value IS 233 (91.41% from 255) = 38.64%
BLUE value IS 234 (91.80% from 255) = 38.81%
R=22.55%
G=38.64%
B=38.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1362332340.420.0000.08180.617072.55
Hex88E9EA2A008b54649
Octal210351352520010265106111
Binary1000100011101001111010101010100010001011010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88E9EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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